Simone Bordet
e4de4fd189
Re-enabled the documentation module. ( #8326 )
...
Re-enabled the documentation module.
Now using ee10 rather than ee9.
Updated sources to reference ee10 implementation classes.
Now -DskipTests will compile the documentation classes but not build the documentation, saving time when building.
Much more work to do to update the documentation for Jetty 12.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-07-22 13:41:09 +02:00
Simone Bordet
8cb09e4c59
Re-enabled jetty-ee9-proxy and jetty-ee10-proxy modules. ( #8289 )
...
* Re-enabled jetty-ee9-proxy and jetty-ee10-proxy modules.
Introduced TunnelSupport to abstract out the tunnelling capabilities.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-07-22 13:36:47 +02:00
Lachlan Roberts
dde0b4f6c1
re-enable and fix jetty-openid for ee9
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-07-22 10:16:43 +10:00
Joakim Erdfelt
131fd00285
Jetty-12 : Testing for ResourceHandler / ResourceService ( #8327 )
...
* Overhaul of ResourceHandlerTest
* Making ResourceHandlerTest more flexible for testing
+ Each test has it's own docroot
+ Each test decides what it's docroot contents are
* Support QuotedQualityCSV(List<String>)
2022-07-21 15:12:19 -05:00
Joakim Erdfelt
769bd5edd6
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2022-07-21 06:55:51 -05:00
Joakim Erdfelt
8102378e2d
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-07-21 06:55:27 -05:00
Olivier Lamy
e3b0e80857
skip test for CodeQL ( #8324 )
...
* skip test for CodeQL
* remove javascript and use clean
2022-07-21 06:55:13 -05:00
Joakim Erdfelt
e52007cfc6
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2022-07-21 02:47:57 -05:00
Joakim Erdfelt
d9be926b0d
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-07-21 02:40:46 -05:00
Joakim Erdfelt
cbed42491a
Excluding Stress/Slow tests from normal CI builds. ( #8314 )
...
Nightly CI builds still run them.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-07-21 02:40:26 -05:00
Joakim Erdfelt
5f93e02a6d
Updating issue templates for EOL ( #8321 )
2022-07-20 17:01:05 -05:00
Joakim Erdfelt
b241446e66
Jetty-12 : Fixing ContextHandlerCollectionTest ( #8322 )
...
* Fixing ContextHandlerCollectionTest
* Disabling array Indentation checkstyle
+ Doesn't play nice with Java 17 new switch/case usages.
2022-07-20 16:42:45 -05:00
Joakim Erdfelt
68ddee69af
Adding TODO about HttpContent.getBuffer
2022-07-20 14:25:50 -05:00
Joakim Erdfelt
f9b43dd774
Add StacklessLogging support for String & general cleanup of constructors
2022-07-20 10:43:19 -05:00
Olivier Lamy
be7056e174
jetty 12.0.x ee8 enable websocket tests ( #8313 )
...
* renable tests for jetty-ee8-websocket-javax-tests
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-07-20 17:50:35 +10:00
Lachlan Roberts
a92409311e
fix websocket-core-common module-info.java
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-07-20 16:28:26 +10:00
Lachlan Roberts
fe4ce1443b
merge openid changes to ee10
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-07-20 15:11:02 +10:00
Lachlan Roberts
7ad938753c
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2022-07-20 14:51:23 +10:00
Lachlan Roberts
05709245a1
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-07-20 14:45:12 +10:00
Lachlan
b74da7ce3b
Merge pull request #8286 from eclipse/jetty-10.0.x-8216-openid-logout
...
Issue #8216 - OpenID Connect RP-Initiated Logout
2022-07-20 14:39:13 +10:00
Joakim Erdfelt
011733df61
Adding slf4j logging to more jetty-ee9-test-maven-plugin IT projects
2022-07-19 14:45:56 -05:00
Joakim Erdfelt
ec32b04c07
Using same XML naming scheme as jetty-ee10-maven-plugin
2022-07-19 14:45:09 -05:00
Joakim Erdfelt
f50aeff646
more slf4j logging in tests/jetty-ee10-test-maven-plugin
2022-07-19 11:47:09 -05:00
Joakim Erdfelt
e84b84e09c
Have jetty-ee#-maven-plugin manage the deployer environment as well
2022-07-19 11:46:20 -05:00
Joakim Erdfelt
55805c92ee
Better logger message
2022-07-19 11:45:55 -05:00
Joakim Erdfelt
76d7bf7c7a
NYI: ServletContextRequest.ServletApiRequest.newPushBuilder
2022-07-18 13:44:36 -05:00
Joakim Erdfelt
7fb119bb32
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2022-07-18 12:50:16 -05:00
Joakim Erdfelt
d8c6de7d58
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-07-18 12:39:52 -05:00
Greg Wilkins
26a255e481
Fix #8294 push added cookie ( #8298 )
...
* Fix #8294 push added cookie
Reparse cookie added with addCookie
Added extra test to ensure maxAge is being parsed with other cookie attributes
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2022-07-18 12:39:40 -05:00
Joakim Erdfelt
252539d77d
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-07-18 12:39:14 -05:00
dependabot[bot]
69b851c6e6
Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 ( #8303 )
...
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin ) from 4.7.0.0 to 4.7.1.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases )
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.0.0...spotbugs-maven-plugin-4.7.1.0 )
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-18 12:34:10 -05:00
dependabot[bot]
a166a986be
Bump google-cloud-datastore from 2.9.1 to 2.10.1 ( #8306 )
...
Bumps [google-cloud-datastore](https://github.com/googleapis/java-datastore ) from 2.9.1 to 2.10.1.
- [Release notes](https://github.com/googleapis/java-datastore/releases )
- [Changelog](https://github.com/googleapis/java-datastore/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/java-datastore/compare/v2.9.1...v2.10.1 )
---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-datastore
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-18 12:33:48 -05:00
dependabot[bot]
975c93b488
Bump tycho-p2-repository-plugin from 2.7.3 to 2.7.4 ( #8305 )
...
Bumps tycho-p2-repository-plugin from 2.7.3 to 2.7.4.
---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-p2-repository-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-18 12:33:35 -05:00
dependabot[bot]
132095e8c3
Bump tycho-p2-repository-plugin from 2.7.3 to 2.7.4 ( #8309 )
...
Bumps tycho-p2-repository-plugin from 2.7.3 to 2.7.4.
---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-p2-repository-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-18 12:33:23 -05:00
dependabot[bot]
2463736716
Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 ( #8308 )
...
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin ) from 4.7.0.0 to 4.7.1.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases )
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.0.0...spotbugs-maven-plugin-4.7.1.0 )
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-18 12:33:09 -05:00
Joakim Erdfelt
fcc443088f
More work cleaning up DefaultServletTest
...
+ fixed DefaultServletTest.testOutputStreamAndCharsetFiltered
+ fixed DefaultServletTest.testWriterAndCharsetFiltered
2022-07-15 13:17:11 -05:00
Joakim Erdfelt
1ff98c3d2b
Disabled currently broken DispatcherTest.testForwardSendError
2022-07-15 11:24:34 -05:00
Joakim Erdfelt
2a2e252de9
Cleanup existing DispatcherTest (before fixing disabled tests)
2022-07-15 10:57:18 -05:00
Joakim Erdfelt
60b618d71d
Remove errorClose -> softClose temporarily as it breaks too much.
2022-07-15 08:30:06 -05:00
Joakim Erdfelt
07dd27c251
Merge branch 'jetty-12.0.x' of github.com:eclipse/jetty.project into jetty-12.0.x
2022-07-14 20:33:36 -05:00
Olivier Lamy
68206ce880
fix some filtering of files for ee9 to ee8 conversion ( #8311 )
...
* restore ee8-quickstart
* use our special resources filtering
* do not filter some extensions
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-07-15 11:20:52 +10:00
Greg Wilkins
decc1dc0df
More work on the demos
2022-07-15 10:23:37 +10:00
Joakim Erdfelt
9b5d4ce8e2
More DefaultServletTest additions
2022-07-14 18:38:21 -05:00
Greg Wilkins
fc6a92f426
More work on the demos
2022-07-15 09:18:52 +10:00
Joakim Erdfelt
4ae4d01549
Enable more DefaultServletTest methods
2022-07-14 16:19:24 -05:00
Joakim Erdfelt
0dc65e5588
Fixing DefaultServlet Alias Checking
...
+ Fixing DefaultServletTest.testSymLinks
2022-07-14 16:17:12 -05:00
Joakim Erdfelt
da2af1141a
DefaultServlet include effort (incomplete)
2022-07-14 15:56:49 -05:00
Joakim Erdfelt
e1ee2e3fa2
Fixing DefaultServletTest.testWelcomeMultipleDefaultServletsDifferentBases
2022-07-14 15:33:02 -05:00
Joakim Erdfelt
7133c0827e
Cleanup of DefaultServletTest
2022-07-14 13:40:35 -05:00
Greg Wilkins
a86906b338
Core ContextProvider
2022-07-14 23:14:06 +10:00