Commit Graph

18306 Commits

Author SHA1 Message Date
Joakim Erdfelt c2655295ac
Eliminating no-longer relevant comment
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-08 08:50:37 -05:00
Joakim Erdfelt 20aaf1c321
Merge remote-tracking branch 'origin/dependency/jetty-9.4.x/org.apache.openwebbeans-2.0.18' into jetty-9.4.x 2020-10-08 08:50:16 -05:00
Joakim Erdfelt 30b30a3a3b
Merge remote-tracking branch 'origin/dependency/jetty-9.4.x/maven-assembly-plugin-3.3.0' into jetty-9.4.x 2020-10-08 08:49:47 -05:00
Joakim Erdfelt 8b0f8c8c80
Merge pull request #5383 from eclipse/dependabot/maven/jetty-9.4.x/javax.annotation-javax.annotation-api-1.3.2
Bump javax.annotation-api from 1.3 to 1.3.2
2020-10-08 07:34:30 -05:00
Joakim Erdfelt b7992a89dd
Bump maven-assembly-plugin from 3.1.1 to 3.3.0
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-08 07:34:06 -05:00
Joakim Erdfelt fe03a3e6c2
Bump OpenWebBeans from 2.0.11 to 2.0.18
+ Brings in ServletContainerInitializer fix from 2.0.12

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-08 07:31:20 -05:00
Greg Wilkins 721a05eb9d
Fixes #5378 Setting Holders during STARTING (#5397)
* Fixes #5378 Setting Holders during STARTING

Holders are now started/initialized if needed by a new utility method

* Fixes #5378 Setting Holders during STARTING

Holders are now started/initialized if needed by a new utility method
2020-10-07 23:22:55 +02:00
Olivier Lamy aab4116da0
Jetty 9.4.x upgrade testcontainers 1.15.0 rc2 (#5395)
* testcontainers 1.15.0-rc2

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>

* fix upperBound dependency issue

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-10-05 21:34:00 +10:00
Greg Wilkins c40b955e09
Issue #5022 Filter Cache cleanup (#5271)
* Issue #5022 Filter Cache cleanup

Issue #5022 Filter Cache cleanup:
 + Fixed many compiler warnings
 + removed old LazyList leftovers
 + Don't create holder string for source unless required
 + Only have a single type of chain, so it can be wrapped regardless of cache
 + Reverse mappings lists to make filter chain creation easier
 + build chain directly rather than build a list then a chain

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* added comment to explain ordering

Signed-off-by: gregw <gregw@webtide.com>

* More cleanups

* fixed toString format
turn off debug in OSGI test
2020-10-05 13:29:11 +02:00
Joakim Erdfelt 7fcae31dda
Merge pull request #5382 from eclipse/dependabot/maven/jetty-9.4.x/com.sun.xml.ws-jaxws-rt-2.3.3
Bump jaxws-rt from 2.3.0.2 to 2.3.3
2020-10-05 05:34:35 -05:00
gregw 6d69e31439 Extra tests for #5378 2020-10-05 12:28:10 +02:00
dependabot[bot] 0b9e59f794
Bump javax.annotation-api from 1.3 to 1.3.2
Bumps [javax.annotation-api](https://github.com/javaee/javax.annotation) from 1.3 to 1.3.2.
- [Release notes](https://github.com/javaee/javax.annotation/releases)
- [Commits](https://github.com/javaee/javax.annotation/compare/1.3...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 06:23:15 +00:00
dependabot[bot] bc08424752
Bump jaxws-rt from 2.3.0.2 to 2.3.3
Bumps jaxws-rt from 2.3.0.2 to 2.3.3.

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 06:23:07 +00:00
Joakim Erdfelt 85e257fc98 Updating to version 9.4.33-SNAPSHOT 2020-09-30 11:53:09 -05:00
Joakim Erdfelt de97d26f7b Updating to version 9.4.32.v20200930 2020-09-30 11:03:24 -05:00
Jan Bartel a2260dd9a1
Issue #5360 Ensure @WebListeners have origin attr in quickstart-web.xml (#5371)
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-09-30 16:52:35 +02:00
Jan Bartel eb02009f87
Issue #5365 ISE not NPE if fail to create session. (#5370)
If SessionHandler.newHttpSession(Request) fails to create a session
it returns null. Request.getSession(true) cannot throw a checked
exception, nor can it return null, so we should throw ISE.

Signed-off-by: Jan Bartel <janb@webtide.com>
2020-09-30 16:51:54 +02:00
Joakim Erdfelt c7e52eeecb
Fixing bad link
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-30 09:49:41 -05:00
Joakim Erdfelt 1233ae108e
Fixing bad html links 2020-09-30 09:23:35 -05:00
Joakim Erdfelt 3423375a97
Issue #5357 - Updating to https://eclipse.org/ (#5358)
* Issue #5357 - Updating to https://eclipse.org/

 - Removing redundant <url> refs in pom.xml
 - Correcting bad indenting from merge
 - Correcting mailing list references
 - Correcting bugs.eclipse.org references
 - Correcting text file references
 - Correcting html references
 - Correcting further references
 - Correcting download.eclipse.org reference
 - Adding test for demo-base /proxy/current/
 - Ensuring jetty-client is included in javadoc-proxy.war/WEB-INF/lib

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-29 11:02:32 -05:00
Joakim Erdfelt 6b9ae705a9
Fixing build when using maven 3.6.3 (#5366)
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-29 20:41:58 +10:00
Joakim Erdfelt 8b1fcf0b58
Issue #5362 - Adding SslContextFactory.Client to Proxy's HttpClient (#5363)
- ProxyServletTest additions for server backend TLS
 - Updating test-proxy-webapp testing
 - Better class name for test
 - More documentation on purpose of test.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-28 17:39:59 -05:00
Joakim Erdfelt 8a524a6bf9
Cleaning up junit dep issues in session tests.
+ Enforcer mandates common version of junit-jupiter,
  but the org.testcontainers:testcontainers brings in
  an older version.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-28 13:48:46 -05:00
Joakim Erdfelt e879c1fcea
Cleaning up junit dep issues in session tests.
+ Enforcer mandated

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-28 12:44:32 -05:00
Joakim Erdfelt a5fe448a21
Fixing enforcer rule around junit versioning
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-28 10:02:37 -05:00
Joakim Erdfelt 2942b9ea74
Minor updates for demo-base
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-28 09:06:27 -05:00
Joakim Erdfelt f8b06e8bc6
Bumping jetty-test-helper from 5.4 to 5.5
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-28 07:07:15 -05:00
Joakim Erdfelt 1904903f8c
Merge pull request #5356 from eclipse/jetty-9.4.x_no_wagon_ssh
remove maven-wagon-ssh dependency
2020-09-28 06:49:28 -05:00
Joakim Erdfelt f7f369890a
Merge pull request #5346 from eclipse/dependabot/maven/jetty-9.4.x/org.glassfish.jaxb-jaxb-runtime-2.3.3
Bump jaxb-runtime from 2.3.0.1 to 2.3.3
2020-09-28 06:48:34 -05:00
olivier lamy 92c9d782c2 Revert "Bump derbytools from 10.14.2.0 to 10.15.2.0 (#5345)"
This reverts commit 71388ef575.
2020-09-28 20:06:35 +10:00
dependabot[bot] 39f6111227
Bump maven-shade-plugin from 3.2.2 to 3.2.4 (#5335)
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.2...maven-shade-plugin-3.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 19:17:20 +10:00
dependabot[bot] 71388ef575
Bump derbytools from 10.14.2.0 to 10.15.2.0 (#5345)
Bumps derbytools from 10.14.2.0 to 10.15.2.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 19:15:08 +10:00
dependabot[bot] 350c0c0466
Bump jaxb-runtime from 2.3.0.1 to 2.3.3
Bumps jaxb-runtime from 2.3.0.1 to 2.3.3.

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28 06:24:47 +00:00
olivier lamy 88a2816d09 remove wagon ssh dependency
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-09-28 14:41:57 +10:00
Joakim Erdfelt 28293737bf
Have dependabot monitor all 3 main branches
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-27 08:37:12 -05:00
Joakim Erdfelt 86602c9aeb
Updating attributes
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-25 09:48:38 -05:00
Lachlan 7e627359b3
Merge pull request #5276 from eclipse/jetty-9.4.x-IncludeExcludeConnectionStatistics
update documentation for statistics collection
2020-09-25 15:20:04 +10:00
Lachlan 6186d71b4e
Merge pull request #5312 from eclipse/jetty-9.4.x-5170-WebSocketUpgrade
Issue #5170 - backport fixes for WebSocket upgrade to jetty-9.4.x
2020-09-25 13:06:49 +10:00
Joakim Erdfelt 8fe32ce217
Merge pull request #5251 from eclipse/jetty-9.4.x-5247-forwarded-header-priority
Issue #5247 ForwardedRequestCustomizer authority order rework
2020-09-23 16:14:50 -05:00
olivier lamy 730a442499 use last jacoco plugin version
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-09-23 17:20:12 +10:00
Lachlan Roberts 5d951e840e fix licence header and checkstyle
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-23 10:34:50 +10:00
Joakim Erdfelt bdad9a54e3
Merge branch 'jetty-9.4.x-5137-webappcontext-test-cleanup' into jetty-9.4.x 2020-09-22 08:48:16 -05:00
Joakim Erdfelt a99a832206
Issue #5137 - Cleanup of WebAppContextTest
+ Cleanup of test-servlet-spec webapp
+ Removing unused methods
+ Commented System.err.println moved to java.util.logging
+ General checkstyle cleanup (empty lines, spacing, etc)
+ Eliminate bogus WebApp LIB ordering tests.
+ No ClassLoader has a order guarantee.
+ Moving HttpSessionListenerTest contents to existing SessionListenerTest
+ Cleanup of SessionListenerTest with eye to resource cleanup
+ Removing ServletContextListenerTest as it duplicates tests
+ Restoring WebAppClassLoaderTest test method
+ `ordering()` is now `testClashingResource()` and properly
  tests assumptions when dealing with a ClassLoader.
  The old test assumed guaranteed order from a ClassLoader,
  which is not a feature of any Java ClassLoader.
  Especially so for URLClassLoader.
+ Restoring clashing resource test

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-22 08:46:11 -05:00
Joakim Erdfelt 74e93715c1
Merge pull request #5294 from eclipse/jetty-9.4.x-5246-gziphandler-deflaterpool-dump
Issue #5246 - Adding DeflaterPool to GzipHandler.dump
2020-09-22 08:41:47 -05:00
Lachlan Roberts a3090a61e8 Issue #5170 - backport fix to websocket upgrade from jetty-10
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-22 18:25:11 +10:00
Lachlan Roberts 2f3808026f Issue #5170 - add testing to verify if this issue exists in 9.4.x
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-09-22 18:23:55 +10:00
Joakim Erdfelt ebfdf8fc1b
Issue #5247 - Updates from review by greg
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-21 10:34:28 -05:00
olivier lamy e3ed05fc1c jdk15 build
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-09-18 14:19:28 +10:00
Olivier Lamy 53f3bbd32d
upgrade ant dependencies version to 1.10.8 to avoid security warning (#5275)
* upgrade ant dependency version

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>

* ant 1.10.8
2020-09-18 06:25:04 +10:00
Joakim Erdfelt 6cf6b78a16
Issue #5246 - Adding DeflaterPool to GzipHandler.dump
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-09-17 10:27:15 -05:00