Skip to content

Commit

Permalink
bump jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar committed Nov 7, 2024
1 parent 095eab6 commit 677ecf7
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 22 deletions.
13 changes: 9 additions & 4 deletions complete/completion_oafp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ F_in__in_ls_lsext_=1
F_in__in_ls_lsrecursive_=1
F_in__in_ls_lsposix_=1
F_in__in_md=0
F_in__in_md_inmdtablejoin_=1
F_in__in_mdtable=0
F_in__in_mdtable_inmdtablejoin_=1
F_in__in_ndjson=0
F_in__in_ndjson_ndjsonjoin_=1
F_in__in_ndjson_ndjsonfilter_=1
Expand Down Expand Up @@ -105,6 +105,7 @@ F_out__out_db_dbbatchsize_=1
F_out__out_envs=0
F_out__out_envs_envscmd_=1
F_out__out_envs_envsprefix_=1
F_out__out_envs_envsnoprefix_=1
F_out__out_gb64json=0
F_out__out_grid=0
F_out__out_grid_grid_=1
Expand Down Expand Up @@ -285,8 +286,8 @@ if [ $# -gt 0 ]; then
if [ "${arg#lsrecursive=}" != "$arg" ]; then FFOUND=1; F_in__in_ls_lsrecursive_=0; fi
if [ "${arg#lsposix=}" != "$arg" ]; then FFOUND=1; F_in__in_ls_lsposix_=0; fi
if [ "$arg" = "in=md" ]; then FFOUND=1; F_in__in_md=1; F_in_=0; fi
if [ "${arg#inmdtablejoin=}" != "$arg" ]; then FFOUND=1; F_in__in_md_inmdtablejoin_=0; fi
if [ "$arg" = "in=mdtable" ]; then FFOUND=1; F_in__in_mdtable=1; F_in_=0; fi
if [ "${arg#inmdtablejoin=}" != "$arg" ]; then FFOUND=1; F_in__in_mdtable_inmdtablejoin_=0; fi
if [ "$arg" = "in=ndjson" ]; then FFOUND=1; F_in__in_ndjson=1; F_in_=0; fi
if [ "${arg#ndjsonjoin=}" != "$arg" ]; then FFOUND=1; F_in__in_ndjson_ndjsonjoin_=0; fi
if [ "${arg#ndjsonfilter=}" != "$arg" ]; then FFOUND=1; F_in__in_ndjson_ndjsonfilter_=0; fi
Expand Down Expand Up @@ -350,6 +351,7 @@ if [ $# -gt 0 ]; then
if [ "$arg" = "out=envs" ]; then FFOUND=1; F_out__out_envs=1; F_out_=0; fi
if [ "${arg#envscmd=}" != "$arg" ]; then FFOUND=1; F_out__out_envs_envscmd_=0; fi
if [ "${arg#envsprefix=}" != "$arg" ]; then FFOUND=1; F_out__out_envs_envsprefix_=0; fi
if [ "${arg#envsnoprefix=}" != "$arg" ]; then FFOUND=1; F_out__out_envs_envsnoprefix_=0; fi
if [ "$arg" = "out=gb64json" ]; then FFOUND=1; F_out__out_gb64json=1; F_out_=0; fi
if [ "$arg" = "out=grid" ]; then FFOUND=1; F_out__out_grid=1; F_out_=0; fi
if [ "${arg#grid=}" != "$arg" ]; then FFOUND=1; F_out__out_grid_grid_=0; fi
Expand Down Expand Up @@ -650,8 +652,8 @@ if [ $F_in__in_ls -eq 1 ]; then
echo "lsposix= Tries to add extra posix data if available -for ZIP files-"
fi
fi
if [ $F_in__in_md -eq 1 ]; then
if [ $F_in__in_md_inmdtablejoin_ -eq 1 ]; then
if [ $F_in__in_mdtable -eq 1 ]; then
if [ $F_in__in_mdtable_inmdtablejoin_ -eq 1 ]; then
echo "inmdtablejoin= Scans an entire markdown input for tables and returns an array with the data of each markdown table"
fi
fi
Expand Down Expand Up @@ -838,6 +840,9 @@ if [ $F_out__out_envs -eq 1 ]; then
if [ $F_out__out_envs_envsprefix_ -eq 1 ]; then
echo "envsprefix= If defined uses the provided prefix for each environment variable key -defaults to 'OAFP'-"
fi
if [ $F_out__out_envs_envsnoprefix_ -eq 1 ]; then
echo "envsnoprefix= Boolean flag to indicate that no envsprefix should be used -defaults to false-"
fi
fi
if [ $F_out__out_grid -eq 1 ]; then
if [ $F_out__out_grid_grid_ -eq 1 ]; then
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,47 +175,47 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>12.0.14</version>
<version>12.0.15</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<version>12.0.14</version>
<version>12.0.15</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-io</artifactId>
<version>12.0.14</version>
<version>12.0.15</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>12.0.14</version>
<version>12.0.15</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>jetty-websocket-jetty-common</artifactId>
<version>12.0.14</version>
<version>12.0.15</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>jetty-websocket-jetty-api</artifactId>
<version>12.0.14</version>
<version>12.0.15</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>jetty-websocket-jetty-client</artifactId>
<version>12.0.14</version>
<version>12.0.15</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>jetty-websocket-core-client</artifactId>
<version>12.0.14</version>
<version>12.0.15</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>jetty-websocket-core-common</artifactId>
<version>12.0.14</version>
<version>12.0.15</version>
</dependency>
<dependency>
<groupId>jline</groupId>
Expand Down
18 changes: 9 additions & 9 deletions versionsAndDeps.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,17 +395,17 @@
"removable": false,
"hardDeps": [
"lib/commons-io-2.17.0.jar",
"lib/jetty-io-12.0.14.jar",
"lib/jetty-util-12.0.14.jar",
"lib/jetty-client-12.0.14.jar",
"lib/jetty-http-12.0.14.jar"
"lib/jetty-io-12.0.15.jar",
"lib/jetty-util-12.0.15.jar",
"lib/jetty-client-12.0.15.jar",
"lib/jetty-http-12.0.15.jar"
],
"deps": [
"lib/jetty-websocket-jetty-api-12.0.14.jar",
"lib/jetty-websocket-jetty-client-12.0.14.jar",
"lib/jetty-websocket-jetty-common-12.0.14.jar",
"lib/jetty-websocket-core-12.0.14.jar",
"lib/jetty-websocket-core-common-12.0.14.jar"
"lib/jetty-websocket-jetty-api-12.0.15.jar",
"lib/jetty-websocket-jetty-client-12.0.15.jar",
"lib/jetty-websocket-jetty-common-12.0.15.jar",
"lib/jetty-websocket-core-12.0.15.jar",
"lib/jetty-websocket-core-common-12.0.15.jar"
]
},
{
Expand Down

0 comments on commit 677ecf7

Please sign in to comment.