gregw
7cfc239990
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
...
Signed-off-by: gregw <gregw@webtide.com>
2023-02-15 15:27:17 +11:00
gregw
7a7d69a69f
Happy no year
...
Remove modification date from copyright notice and instead just have the
project inception year.
Signed-off-by: gregw <gregw@webtide.com>
2023-02-15 15:22:32 +11:00
Joakim Erdfelt
3b61926500
Use xargs to split --dry-run args properly for RUN_CMD execution
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2023-02-06 15:47:09 -06:00
Simone Bordet
cd732a175c
Review and normalized all Maven module <name> for consistency.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-01-27 19:09:30 +01:00
Ludovic Orban
12deee847d
#9145 re-enable DynamicListenerTests
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-01-27 17:44:09 +01:00
Ludovic Orban
d6ecf46e84
#9145 add missing exclusion for ee8 artifacts
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-01-27 17:44:09 +01:00
Greg Poulos
1dc175efac
Jetty 12.0.x documentation ( #9096 )
...
* fix broken include
* fix demo module example
* add documentation markup to fix documentation build error
* editorial suggestions for installation instructions
* editorial suggestions for quickstart guide
* fix unresolved directive errors
* fix file not found exception thrown during doc build
* editorial suggestions for deployment quickstart, plus some fixed references
* Update documentation/jetty-documentation/src/main/asciidoc/operations-guide/begin/start.adoc
Co-authored-by: Simone Bordet <simone.bordet@gmail.com>
2023-01-06 17:21:46 +01:00
Joakim Erdfelt
260245c012
Updating to version 11.0.14-SNAPSHOT
2022-12-07 15:04:55 -06:00
Joakim Erdfelt
a04bd1ccf8
Updating to version 11.0.13
2022-12-07 14:46:29 -06:00
Joakim Erdfelt
54c4c03244
Updating to version 10.0.14-SNAPSHOT
2022-12-07 14:33:17 -06:00
Joakim Erdfelt
1c2636ea05
Updating to version 10.0.13
2022-12-07 14:12:50 -06:00
Joakim Erdfelt
ca3101814b
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2022-12-06 08:02:21 -06:00
Joakim Erdfelt
ccdf6fb983
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-12-06 08:01:11 -06:00
Joakim Erdfelt
72f8fef392
Excluding javadoc jar from jetty-home
2022-12-05 15:47:43 -06:00
Joakim Erdfelt
18f22816c9
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2022-11-17 13:01:00 -06:00
Joakim Erdfelt
cba414f255
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-11-17 11:51:54 -06:00
Joakim Erdfelt
22a810debf
Referencing included /docs/ and /javadoc/ in root index.html
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-11-16 08:55:20 -06:00
Joakim Erdfelt
43615b53f3
Issue #8895 - Fixing jetty-documentation dep reference
...
Now the jetty-home artifact builds at the right time in the reactor.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-11-15 14:38:55 -06:00
Joakim Erdfelt
3305440adc
Unpacking the right javadoc artifact
2022-11-14 15:51:27 -06:00
Joakim Erdfelt
67629e68cc
Issue #8895 - Introduce jetty-home-<ver>-with-docs.zip
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-11-14 15:35:40 -06:00
Simone Bordet
41e9842921
Fixes #8858 - Jetty 12 Review MovedContextHandler. ( #8859 )
...
* Fixes #8858 - Jetty 12 Review MovedContextHandler.
Updated method names to avod references to Servlet concepts.
Added test cases.
Updated XML files.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-11-03 16:13:46 +01:00
Simone Bordet
0d0790834d
Moved FastCGIProxyServlet in ee9 to FastCGIProxyHandler in core. ( #8718 )
...
Moved FastCGIProxyServlet in ee9 to FastCGIProxyHandler in core.
Moved TryFilesFilter in ee9 to TryPathsHandler in core.
Update Jetty modules to properly setup the class-path in case of proxy usage.
Fixes Surefire configuration to run the tests.
The problem is that fcgi-proxy depends on fcgi-client, so both will be put on the module-path.
However, fcgi-server is used for the tests, it is in the class-path, but depends on fcgi-client that is on the module-path.
Therefore, when a fcgi-server class tries to access a fcgi-client class, JPMS throws because the fcgi-client module does not export to the unnamed module.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-10-18 00:00:34 +02:00
Jan Bartel
756cf2102e
Fix jaas demos ( #8689 )
...
* Fix jaas demos add distro test
2022-10-12 09:33:14 +11:00
ianrifkin
f9616fed93
Issue #7182 having running() delete the state file where it previously only deleted the pid file. ( #7184 )
...
* Issue #7182 changing approach from deleting the state file consistently to simply grep'ing for last line in JETTY_STATE file
Signed-off-by: Ian Rifkin <ianrifkin@ianrifkin.com>
2022-10-06 15:33:43 -05:00
Lachlan Roberts
1cc91d36ef
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-09-23 14:42:23 +10:00
Joakim Erdfelt
ebfb7c63bb
Bump log4j2 to 2.19.0 ( #8605 )
...
* Bump log4j2 to 2.19.0
+ Remove old exclusions to log4j in infinispan
(no longer relevant)
* fix usage of log4j-slf4j2-impl
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-09-22 17:38:48 +10:00
Simone Bordet
3dd81be051
Updated SLF4J to 2.0.1.
...
Updated Log4j2 to 2.19.0.
Updated logging-log4j2.mod.
Removed references to og4j-slf4j18-impl, replaced by log4j-slf4j2-impl.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-09-20 22:04:36 +02:00
Olivier Lamy
6b1611592d
merge back release branch to bump version to 11.0.13-SNAPSHOT ( #8594 )
...
* Updating to version 11.0.12
* Updating to version 11.0.13-SNAPSHOT
* add release jetty-9.4.49.v20220914 and 10.0.12 in VERSION.TXT
2022-09-16 19:50:26 +10:00
Olivier Lamy
dbd07146ec
merge back release branch to bump version to 10.0.13-SNAPSHOT ( #8593 )
...
* Updating to version 10.0.12
* Updating to version 10.0.13-SNAPSHOT
* VERSION.TXT =+ content of jetty-9.4.49.v20220914 release
* remove strange line and reorder
2022-09-16 19:50:12 +10:00
Olivier Lamy
d11b5e0742
add module configuration for demo handler ( #8490 )
...
* add module configuration for demo handler
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-09-02 17:46:38 +10:00
Olivier Lamy
0e526d9b3f
fix deployment of some demo modules
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-23 12:15:38 +10:00
Olivier Lamy
8fdbf50222
Restore jetty-ee8-maven-plugin mvove back ITs to jetty-eeX-maven-plugin modules ( #8472 )
...
add back jetty-ee8-maven-plugin
- add back jetty-ee8-jspc-maven-plugin
- remove not used site plugin and simplify code
- moving back ee9 maven plugin ITs to the module
- back of ee10 maven ITs test to the plugin module
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-19 17:50:58 +10:00
Joakim Erdfelt
3d51380922
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2022-08-16 07:00:11 -05:00
Joakim Erdfelt
aff36c1c0c
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-08-16 06:59:33 -05:00
Joakim Erdfelt
3157256ff9
Bump slf4j to 2.0.0-beta1 and logback to 1.3.0-beta0 ( #8467 )
...
* Bump slf4j to 2.0.0-beta1 and logback to 1.3.0-beta0
* use new artifactId slf4j-reload4j
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-16 06:58:48 -05:00
Simone Bordet
f4056d6132
Fixed DemoModulesTests to use <env>-demos.mod (plural) instead of <env>-demo.mod.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-12 19:09:45 +02:00
Simone Bordet
6f0f8854de
Merged branch 'jetty-12.0.x' into 'jetty-12.0.x-module-renaming'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-12 17:31:01 +02:00
Simone Bordet
0915492a7b
Jetty 12 module renaming - demos.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-12 10:12:39 +02:00
Olivier Lamy
44a37746e6
Jetty 12 : reactivate `jetty-ee9-demo-embedded` and `jetty-ee9-demo-proxy-webapp` and add more ( #8419 )
...
* ee8 demos to use ee9 demos resources
* add jetty-ee8-demo-jaas-webapp
* add jetty-ee8-demo-jndi-webapp jetty-ee8-demo-mock-resources
* uhm jetty-ee8-demo-jetty-webapp have some issues
* fix jetty-ee8-demo-jetty-webapp
* fix some jetty-ee9-demo-embedded and add back jetty-ee8-demo-proxy-webapp
* demo-embedded need to have jetty-ee9-demo-jsp-webapp built first
* fixing more demos modules. Activate dist test for demo modules and all env
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-12 17:52:53 +10:00
Simone Bordet
be2d4ef069
Jetty 12 module renaming - jetty-quic.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-12 09:33:31 +02:00
Simone Bordet
122b095260
Jetty 12 module renaming - jetty-http3.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-12 09:33:31 +02:00
Simone Bordet
7d264e6024
Jetty 12 module renaming - jetty-http2.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-12 09:33:31 +02:00
Simone Bordet
11c3642892
Jetty 12 module renaming - jetty-fcgi.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-12 09:33:31 +02:00
Greg Wilkins
408de26ec2
Created core-demo and updated demo root
...
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2022-08-10 12:04:39 +10:00
Olivier Lamy
96a455c157
fix HashLoginService use of Resource
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-05 19:36:50 +10:00
Olivier Lamy
d5a0b2bd1e
more fixes on Resource
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-05 18:48:08 +10:00
Jan Bartel
b6d8bcb7b4
Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.0.x-ee9-demos
2022-07-13 10:05:35 +10:00
Jan Bartel
34d21dd1ec
WIP get ee9 demos working; fix some ee10 demos
2022-07-12 18:23:37 +10:00
Olivier Lamy
d164efb779
add jetty-ee8-home and unzip it in the jetty-home ( #8283 )
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-07-12 12:04:26 +10:00
Jan Bartel
a5fcce595f
WIP
2022-07-11 23:21:35 +10:00
Jan Bartel
d03193a770
WIP make ee9 demos work
2022-07-11 16:43:35 +10:00
Greg Wilkins
33487b5fd8
reenable ee9 distribution tests
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2022-07-08 09:51:29 +10:00
Jan Bartel
fc3fb15dc4
Fix jetty-ee10-demo-jndi/jetty-webapp and ContextProvider
2022-07-04 15:42:17 +10:00
Greg Wilkins
ea5bedf072
Jetty 12.0.x deployment ( #8208 )
...
Deploy webapps for different environments from the same webapps directory.
The maximal environment known to the AppProviders is used as the default environment.
An explicit environment can be set in a properties file for an application, which is also used for property substitution in any context xml file.
2022-06-30 09:51:19 +10:00
Jan Bartel
5c267ce7ed
Jetty 12.0.x eex jettymavenplugin ( #8200 )
...
* Fix ee9/10 jetty maven plugin and refactor it tests
2022-06-29 17:18:18 +10:00
Joakim Erdfelt
1999b39808
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2022-06-26 12:04:51 -05:00
Olivier Lamy
83f6b80afb
remove ee10 websocket as well
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-06-23 13:31:34 +10:00
Olivier Lamy
cb7bb5f334
cleanup not anymore needed content in the pom
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-06-23 13:27:31 +10:00
Joakim Erdfelt
4deb215311
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-06-22 16:27:12 -05:00
François Armand
2dfbea1bc4
Fixes #8152 : restore reading JAVA_OPTIONS in script.sh ( #8153 )
...
Co-authored-by: Francois @fanf42 Armand <francois.armand@normation.com>
2022-06-22 16:26:58 -05:00
Joakim Erdfelt
eddff4d2ee
Merge Release 11.0.11 back into `jetty-11.0.x` ( #8193 )
...
* Updating to version 11.0.11
* Updating to version 11.0.12-SNAPSHOT
2022-06-22 16:24:57 -05:00
Joakim Erdfelt
64d12e2a5a
Merge Release 10.0.11 back into `jetty-10.0.x` branch ( #8194 )
...
* Updating to version 10.0.11
* Updating to version 10.0.12-SNAPSHOT
2022-06-22 16:24:48 -05:00
Jan Bartel
c734008155
Fix eeX jetty-homes generation.
2022-06-22 18:45:33 +10:00
Jan Bartel
9893c81abf
Jetty 12.0.x update jakarta api versions ( #8192 )
...
* update to latest jakarta official releases
2022-06-22 10:32:54 +10:00
Joakim Erdfelt
8149350c10
Merge Release 11.0.10 back into `jetty-11.0.x` ( #8181 )
...
* Updating to version 11.0.11-SNAPSHOT
2022-06-21 14:45:00 +02:00
Joakim Erdfelt
c2bc103cb9
Merge Release 10.0.10 back into `jetty-10.0.x` ( #8180 )
...
* Updating to version 10.0.11-SNAPSHOT
2022-06-21 14:41:41 +02:00
Olivier Lamy
6c4f3b37e7
rename ee9-demo to jetty-ee9-demo ( #8178 )
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-06-20 14:48:22 +10:00
Jan Bartel
eccbfce6dd
Rename infinspan-xxx to jetty-infinispan-xxx
2022-06-16 16:31:42 +10:00
Jan Bartel
6139b37fb6
Fix path of ee10-root in .mod file
2022-06-06 09:17:43 +10:00
Greg Wilkins
a5c438fd29
Rename demo-eeX to eeX-demo ( #8097 )
...
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2022-06-06 08:58:09 +10:00
Jan Bartel
4fde2b7769
Merge remote-tracking branch 'origin/jetty-12.0.x-more-modules-enabled' into jetty-12.0.x
2022-05-31 10:40:04 +10:00
Jan Bartel
43c662a3ac
Fix more ee10 modules.
2022-05-30 18:50:23 +10:00
Lachlan Roberts
9b3b531a4d
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2022-05-30 12:56:50 +10:00
Joakim Erdfelt
e19233c1e3
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-05-26 09:18:27 -05:00
Joakim Erdfelt
3fe0d5e12f
Fix #7754 - Allow JETTY_SYS_PROPS to be configured by /etc/default/ ( #7819 )
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-05-26 09:18:10 -05:00
Jan Bartel
a5bb51785d
WIP rename ee10 demo modules; fix modules
2022-05-25 19:07:18 +10:00
Jan Bartel
c096cc07ba
Build more demo webapps; fix errors in module files.
2022-05-16 13:37:34 +02:00
Olivier Lamy
852e5850dc
fix typo
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-05-09 20:42:47 +10:00
Olivier Lamy
de1c74cdb9
servlet api as well
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-05-09 20:42:47 +10:00
Greg Wilkins
3f6f725cce
disable jetty-home
...
enabled a few more ee9 modules, but not enough
enabled integrations
2022-05-04 19:29:56 +02:00
Olivier Lamy
cb2aa6add8
copy deps for jetty-home ( #7955 )
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-05-04 21:54:52 +10:00
Greg Wilkins
04acdb72f0
Jetty-12 Restructure
...
Copied over non ee10 components from the hackathon branch
Co-authored-by: Greg Wilkins <gregw@webtide.com>
Co-authored-by: Jan Bartel <janb@webtide.com>
Co-authored-by: Joakim Erdfelt <joakim@webtide.com>
Co-authored-by: Lachlan Roberts <lachlan@webtide.com>
Co-authored-by: Ludovic Orban <lorban@webtide.com>
Co-authored-by: Olivier Lamy <olamy@webtide.com>
Co-authored-by: Simone Bordet <sbordet@webtide.com>
2022-05-03 15:50:54 +02:00
Joakim Erdfelt
16420f0181
Set version to `10.0.10-SNAPSHOT` ( #7823 )
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-04-03 20:33:44 +10:00
Joakim Erdfelt
f079949a35
Merge Release 10.0.9 ( #7821 )
...
* Updating to version 10.0.9
* Updating to version 10.0.10
2022-04-02 08:43:44 -05:00
Joakim Erdfelt
9548ab0cc9
Updating to version 11.0.10-SNAPSHOT
2022-03-30 13:06:46 -05:00
Joakim Erdfelt
243a48a658
Updating to version 11.0.9
2022-03-30 12:43:51 -05:00
Joakim Erdfelt
cc0eb6e468
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-03-30 09:13:38 -05:00
dependabot[bot]
6b25c271b1
Bump jolokia-war from 1.3.3 to 1.7.1 ( #6907 )
...
* Bump jolokia-war from 1.3.3 to 1.7.1
Bumps jolokia-war from 1.3.3 to 1.7.1.
---
updated-dependencies:
- dependency-name: org.jolokia:jolokia-war
dependency-type: direct:production
update-type: version-update:semver-minor
...
* Adding HashLoginService to jolokia.xml
* Fixing typo in FQCN for Jetty Password utility
* Using logger to print warning, not ServletContext.log() as it causes an NPE.
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-03-29 21:04:35 -05:00
Joakim Erdfelt
3dbfec084a
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-03-23 16:03:38 -05:00
Joakim Erdfelt
b419a8956e
Issue #6879 - Remove jminix ( #7770 )
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-03-23 16:02:35 -05:00
ianrifkin
9da5c21ea3
Issue #7182 having running() delete the state file where it previously only deleted the pid file. ( #7184 )
...
* Issue #7182 changing approach from deleting the state file consistently to simply grep'ing for last line in JETTY_STATE file
Signed-off-by: Ian Rifkin <ianrifkin@ianrifkin.com>
2022-03-23 13:25:34 -05:00
Simone Bordet
4e02be57fd
Updating to version 11.0.9-SNAPSHOT
2022-02-07 12:42:04 +01:00
Simone Bordet
79cc9cf90e
Updating to version 11.0.8
2022-02-07 12:10:09 +01:00
Simone Bordet
a4fda96f49
Updating to version 10.0.9-SNAPSHOT
2022-02-07 12:02:02 +01:00
Simone Bordet
716c7afd8e
Updating to version 10.0.8
2022-02-07 11:34:12 +01:00
Joakim Erdfelt
f1ac7e081b
Issue #7494 - remove unsupported modules ( #7495 )
...
* Issue #7494 - Remove jolokia module
* Issue #7494 - Remove jminix module (doesn't support jakarta.servlet)
* Issue #7494 - Remove jamon module (doesn't support jakarta.servlet)
* Issue #7494 - Remove hawtio module (doesn't support jakarta.servlet)
* Issue #7494 - Removing version properties for removed modules
* Issue #7494 - Removing test dist tests for removed modules
2022-01-31 20:49:41 -06:00
Joakim Erdfelt
372c1d1d3f
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-01-05 12:27:32 -06:00
Joakim Erdfelt
13956b27e2
Issue #7297 - Removing log4j 1.x ( #7353 )
...
* Issue #7297 - Removing log4j 1.x
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
* Issue #7297 - Deprecating log4j 1.x
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-01-05 12:26:05 -06:00
Joakim Erdfelt
45fc93aec1
Issue #7354 - Do not add demo jars to jetty-home ( #7355 )
...
* Issue #7354 - Do not add demo jars to jetty-home
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
* Issue #7254 - Do not add lib/ext directory to jetty-home
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-01-05 10:33:26 -06:00
Simone Bordet
2de20c3520
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-12-20 10:00:26 +01:00
Simone Bordet
7811f40c67
Issue #6728 - QUIC and HTTP/3
...
Split the http3 module, introducing the jna and quiche modules with their versions and licenses.
Updated project to reference the new groupId of the quiche binaries.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-12-20 09:33:38 +01:00
Simone Bordet
578ae30311
Issue #6728 - QUIC and HTTP/3
...
Added http3 Jetty module and distribution test.
Implemented simple logic to send the Alt-Svc header in HTTP/2 responses.
Updated JNA dependency to use jna-jpms.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-12-20 09:33:38 +01:00
Jan Bartel
508f289680
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-11-17 14:23:19 +11:00
Jan Bartel
aa5da31938
Issue #7103 Clean up distro landing page ( #7104 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-11-17 14:10:57 +11:00
Joakim Erdfelt
df4ddc759f
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-10-22 10:15:29 -05:00
Joakim Erdfelt
c89866682c
Issue #7008 - fix jetty.sh - avoid duplicates
...
+ Do not include JETTY_SYS_PROPS in JAVA_OPTIONS
to avoid duplicates that show up in RUN_ARGS.
+ Only use JETTY_SYS_PROPS in RUN_CMD.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-10-18 09:51:17 -05:00
Joakim Erdfelt
cdba235db6
Issue #7008 - fix jetty.sh
...
+ Minor fix to remove extra LF output in RUN_ARGS
+ Using start-stop-daemon options properly
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-10-18 09:39:37 -05:00
Joakim Erdfelt
b67ffd3d2d
Updating to version 11.0.8-SNAPSHOT
2021-10-06 15:16:07 -05:00
Joakim Erdfelt
389a358772
Updating to version 11.0.7
2021-10-06 14:58:52 -05:00
Joakim Erdfelt
cfc67f86d2
Updating to version 10.0.8-SNAPSHOT
2021-10-06 14:51:32 -05:00
Joakim Erdfelt
da8a4553af
Updating to version 10.0.7
2021-10-06 14:32:37 -05:00
Olivier Lamy
4011f1e71e
merge jetty-10.0.x ( #6945 )
2021-09-30 20:41:49 +10:00
Olivier Lamy
51d44a3401
use dependencyManagement for internal dependencies ( #6940 )
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-09-30 16:57:19 +10:00
Joakim Erdfelt
85c7250d1a
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-09-22 17:10:49 -05:00
Joakim Erdfelt
a63005a907
Changes from review
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-09-22 14:39:38 -05:00
Joakim Erdfelt
8dd62838f7
Initial cleanup / reorg of dependencies
...
+ All plugins and dependencies are alphabetized now
+ All plugins and dependency versions have properties now
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-09-22 09:54:52 -05:00
Olivier Lamy
bac04b9c8f
no needed here as it is aleady in top dptMngt
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-09-22 09:26:25 +10:00
Joakim Erdfelt
d9ce837041
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x_modfiles_filtering
2021-09-21 13:10:45 -05:00
Jan Bartel
d114d8ffc4
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-09-21 11:49:36 +10:00
Jan Bartel
d3bfb61761
Jetty 10.0.x 6687 upgrade infinispan ( #6766 )
...
* Issue #6687 Update to infinispan 11.0.11
Signed-off-by: Jan Bartel <janb@webtide.com>
* fix upperbound dependency
* use infinispan bom
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-09-21 11:16:50 +10:00
Olivier Lamy
a342776c71
Issue #3514 interpolation of versions from pom in mod files
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-09-21 09:19:45 +10:00
Olivier Lamy
d90c7152d5
Merge branch 'jetty-10.0.x' into jetty-11.0.x
2021-09-14 06:21:42 +10:00
dependabot[bot]
b44dde6098
Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 ( #6755 )
...
* Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer ) from 3.0.0-M3 to 3.0.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases )
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0-M3...enforcer-3.0.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix some upper bound issues and exclude more javax
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
* fix upperbound dependencies issue with enforcer plugin upgrade
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
* exclude this wrong which makes enforcer plugin fail and btw it's not used
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
* fix last enforcer upperbound issues
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-09-14 06:10:48 +10:00
Joakim Erdfelt
23de1da509
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-08-31 09:53:49 -05:00
Joakim Erdfelt
f129770f4e
Bump slf4j to 2.0.0-alpha5 ( #6684 )
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-08-31 09:53:15 -05:00
Joakim Erdfelt
38549d641d
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-08-24 16:49:39 -05:00
Joakim Erdfelt
efb09607f1
Bump slf4j to 2.0.0-alpha4
...
Also logback to 1.3.0-alpha9
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-08-18 05:44:51 -05:00
Frode Carlsen
4448bc0632
Issue #6406 - port jetty-jaspi to use Jakarta Authentication 2.x ( #6412 )
...
* Issue #6406 - port jetty-jaspi to use Jakarta Authentication 2.x, removed test dependency on old Geronomi-jaspi
Co-authored-by: Lachlan Roberts <lachlan@webtide.com>
2021-08-18 17:28:28 +10:00
Simone Bordet
27288cef9c
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-08-13 17:54:41 +02:00
Greg Wilkins
2b0161e743
Fix #6476 Use dry run in jetty.sh ( #6598 )
...
* Fix #6597 Use dry run in jetty.sh
Use a --dry-run in jetty.sh to pre-expand the java arguments and thus avoid having two JVMs running in the case of exec.
Also made a small change to allow script to check the current directory for JETTY_BASE, as that allows testing and runs in the same style as direct calls to start.jar
Signed-off-by: Greg Wilkins <gregw@webtide.com>
Co-authored-by: Simone Bordet <simone.bordet@gmail.com>
2021-08-13 17:37:51 +02:00
Olivier Lamy
40e6ab2be4
Merge branch 'jetty-10.0.x' into jetty-11.0.x
2021-08-06 12:09:11 +10:00
Olivier Lamy
c7f0c5a4ca
Issue #6373 testing modules, starting with session storage ( #6529 )
...
* Issue #6373 testing modules, starting with session storage
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-08-06 12:07:09 +10:00
Simone Bordet
832b7a0be0
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-08-05 10:18:39 +02:00
Simone Bordet
49a08450c2
Fixes #6043 - Reimplement UnixSocket support based on Java 16. ( #6522 )
...
Fixes #6043 - Reimplement UnixSocket support based on Java 16.
* Introduced new module "jetty-server-unixdomain".
It uses reflection to access the Java 16 Unix-Domain classes to keep compatibility with the other modules and the build.
* Added Jetty module with only HTTP/1.1 support for now (requires review of the modules to reuse them with various connectors).
* Updated documentation to mention UnixDomainServerConnector.
* Updated client libraries to support Unix-Domain.
* Updated PROXY protocol implementation to support Unix-Domain.
* Replaced unix.socket.tmp with better named jetty.unixdomain.dir property.
Defaulted jetty.unixdomain.dir property to system property user.home under Windows.
Simplified code that runs Unix-Domain tests.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-08-05 10:04:37 +02:00
Joakim Erdfelt
102caac3fe
Updating to version 11.0.7-SNAPSHOT
2021-06-29 11:40:18 -05:00
Joakim Erdfelt
6946943289
Updating to version 11.0.6
2021-06-29 11:15:33 -05:00
Joakim Erdfelt
c245a70893
Updating to version 10.0.7-SNAPSHOT
2021-06-29 10:51:22 -05:00
Joakim Erdfelt
37e7731b4b
Updating to version 10.0.6
2021-06-29 10:27:56 -05:00
Joakim Erdfelt
c1b6e30471
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-06-23 18:14:25 -05:00
Joakim Erdfelt
ca360176b3
Issue #6464 - fix logging capture modules
...
+ Adding distribution tests for logging module combinations.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-06-23 07:35:38 -05:00
Joakim Erdfelt
89d2ea0192
Updating to version 11.0.6-SNAPSHOT
2021-06-11 10:12:15 -05:00
Joakim Erdfelt
50df216262
Updating to version 11.0.5
2021-06-11 09:52:40 -05:00
Joakim Erdfelt
9d2d1e29b7
Updating to version 10.0.6-SNAPSHOT
2021-06-11 09:42:42 -05:00
Joakim Erdfelt
dc21b2d73c
Updating to version 10.0.5
2021-06-11 09:18:00 -05:00
Joakim Erdfelt
063e8c80d5
Updating to version 11.0.5-SNAPSHOT
2021-06-04 13:53:06 -05:00
Joakim Erdfelt
5bcdeb52ae
Updating to version 11.0.4
2021-06-04 13:35:11 -05:00
Joakim Erdfelt
987066aac1
Updating to version 10.0.5-SNAPSHOT
2021-06-04 13:28:47 -05:00
Joakim Erdfelt
5523480c54
Updating to version 10.0.4
2021-06-04 13:09:44 -05:00
Jan Bartel
155b5319d1
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-06-03 11:27:30 +10:00
Jan Bartel
d4a8c38b87
Issue #6347 Fix session-store-gcloud,logging-jcl-capture,logging-log4j1-capture ( #6349 )
...
* Issue #6347 Fix session-store-gcloud,logging-jcl-capture,logging-log4j1-capture
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-06-03 11:26:47 +10:00