Joakim Erdfelt
090287db5e
Merge branch 'jetty-12.0.x' of github.com:jetty/jetty.project into jetty-12.0.x
2024-01-15 06:39:45 -06:00
Joakim Erdfelt
7d4d4b653c
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2024-01-15 06:39:18 -06:00
Joakim Erdfelt
540280381d
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2024-01-15 06:37:38 -06:00
Simone Bordet
f84410b371
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-15 11:07:36 +01:00
Simone Bordet
b953871c9a
Backport of #11267 .
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-15 11:04:39 +01:00
dependabot[bot]
b86957c76e
Bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.41.1
...
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless ) from 2.39.0 to 2.41.1.
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md )
- [Commits](https://github.com/diffplug/spotless/compare/lib/2.39.0...maven/2.41.1 )
---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 03:15:51 +00:00
Joakim Erdfelt
2c7e07e516
Merge pull request #11262 from jetty/fix/12.0.x/javadoc-typos
...
Correct some javadoc typos
2024-01-12 08:12:58 -06:00
Simone Bordet
c8cd6f4048
Fixes #11230 Problem with parsing of form parameters without values. ( #11255 )
...
Fixed parsing of form parameters in FormFields.parse().
Added more tests for valid edge cases, and invalid cases.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-12 11:22:02 +01:00
Simone Bordet
a9e564ad8c
Fixes #10220 - Implement CrossOriginHandler. ( #11093 )
...
Introduced CrossOriginHandler.
Added cross-origin Jetty module.
Added CrossOriginHandler documentation to the programming guide.
Added CrossOriginHandler documentation to the operations guide.
Added cross-origin headers to the HttpHeader enum.
Added test cases.
Deprecated ee10 CrossOriginFilter.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-12 09:57:21 +01:00
Joakim Erdfelt
c8914c081a
Adding missing javadoc
2024-01-11 11:27:57 -06:00
Joakim Erdfelt
6326c2b962
Fix javadoc typos on client request content() to body()
2024-01-11 11:27:40 -06:00
Joakim Erdfelt
3a867c40f5
Fix javadoc typos
2024-01-11 11:26:20 -06:00
Joakim Erdfelt
dc96d91eef
Revert "Issue #11260 - Allow `QuickStartConfiguration` to be used in mixed contexts environment where some do not have a WEB-INF/quickstart-web.xml"
...
This reverts commit d6015606ea
.
2024-01-11 11:17:06 -06:00
Joakim Erdfelt
d6015606ea
Issue #11260 - Allow `QuickStartConfiguration` to be used in mixed contexts environment where some do not have a WEB-INF/quickstart-web.xml
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-01-11 11:16:30 -06:00
dependabot[bot]
49c5eb341a
Bump org.eclipse.jetty.toolchain:jetty-test-helper from 6.0 to 6.2 ( #11103 )
...
* Bump org.eclipse.jetty.toolchain:jetty-test-helper from 6.0 to 6.2
Bumps [org.eclipse.jetty.toolchain:jetty-test-helper](https://github.com/eclipse/jetty.toolchain ) from 6.0 to 6.2.
- [Commits](https://github.com/eclipse/jetty.toolchain/compare/jetty-test-helper-6.0...jetty-test-helper-6.2 )
---
updated-dependencies:
- dependency-name: org.eclipse.jetty.toolchain:jetty-test-helper
dependency-type: direct:production
update-type: version-update:semver-minor
...
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>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-01-10 08:40:24 -06:00
dependabot[bot]
9abb524ce9
Bump org.eclipse.jetty.toolchain:jetty-test-helper from 6.0 to 6.2 ( #11103 )
...
* Bump org.eclipse.jetty.toolchain:jetty-test-helper from 6.0 to 6.2
Bumps [org.eclipse.jetty.toolchain:jetty-test-helper](https://github.com/eclipse/jetty.toolchain ) from 6.0 to 6.2.
- [Commits](https://github.com/eclipse/jetty.toolchain/compare/jetty-test-helper-6.0...jetty-test-helper-6.2 )
---
updated-dependencies:
- dependency-name: org.eclipse.jetty.toolchain:jetty-test-helper
dependency-type: direct:production
update-type: version-update:semver-minor
...
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>
2024-01-10 08:38:49 -06:00
Joakim Erdfelt
4272a5d411
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-01-09 12:41:29 -06:00
Joakim Erdfelt
a4872492d8
Merge pull request #11234 from jetty/dependabot/maven/jetty-10.0.x/com.hazelcast-hazelcast-5.3.6
...
Bump com.hazelcast:hazelcast from 5.2.1 to 5.3.6
2024-01-09 11:46:31 -06:00
Joakim Erdfelt
724c29613c
Merge pull request #11247 from jetty/dependabot/maven/jetty-11.0.x/com.diffplug.spotless-spotless-maven-plugin-2.41.1
...
Bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.41.1
2024-01-09 11:45:43 -06:00
Joakim Erdfelt
fcf6eb5e77
Merge pull request #11240 from jetty/dependabot/maven/jetty-11.0.x/google.errorprone.version-2.24.1
...
Bump google.errorprone.version from 2.24.0 to 2.24.1
2024-01-08 13:08:52 -06:00
Joakim Erdfelt
c27fcc7c3e
Merge pull request #11239 from jetty/dependabot/maven/jetty-10.0.x/google.errorprone.version-2.24.1
...
Bump google.errorprone.version from 2.24.0 to 2.24.1
2024-01-08 13:08:49 -06:00
dependabot[bot]
a62069da3b
Bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.41.1
...
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless ) from 2.39.0 to 2.41.1.
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md )
- [Commits](https://github.com/diffplug/spotless/compare/lib/2.39.0...maven/2.41.1 )
---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 16:37:11 +00:00
dependabot[bot]
83bf4195f3
Bump google.errorprone.version from 2.24.0 to 2.24.1
...
Bumps `google.errorprone.version` from 2.24.0 to 2.24.1.
Updates `com.google.errorprone:error_prone_annotations` from 2.24.0 to 2.24.1
- [Release notes](https://github.com/google/error-prone/releases )
- [Commits](https://github.com/google/error-prone/compare/v2.24.0...v2.24.1 )
Updates `com.google.errorprone:error_prone_core` from 2.24.0 to 2.24.1
- [Release notes](https://github.com/google/error-prone/releases )
- [Commits](https://github.com/google/error-prone/compare/v2.24.0...v2.24.1 )
---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_annotations
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.errorprone:error_prone_core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 16:35:36 +00:00
dependabot[bot]
4de7518baf
Bump google.errorprone.version from 2.24.0 to 2.24.1
...
Bumps `google.errorprone.version` from 2.24.0 to 2.24.1.
Updates `com.google.errorprone:error_prone_annotations` from 2.24.0 to 2.24.1
- [Release notes](https://github.com/google/error-prone/releases )
- [Commits](https://github.com/google/error-prone/compare/v2.24.0...v2.24.1 )
Updates `com.google.errorprone:error_prone_core` from 2.24.0 to 2.24.1
- [Release notes](https://github.com/google/error-prone/releases )
- [Commits](https://github.com/google/error-prone/compare/v2.24.0...v2.24.1 )
---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_annotations
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.errorprone:error_prone_core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 16:35:13 +00:00
dependabot[bot]
63b5a1200e
Bump com.hazelcast:hazelcast from 5.2.1 to 5.3.6
...
Bumps [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast ) from 5.2.1 to 5.3.6.
- [Release notes](https://github.com/hazelcast/hazelcast/releases )
- [Commits](https://github.com/hazelcast/hazelcast/compare/v5.2.1...v5.3.6 )
---
updated-dependencies:
- dependency-name: com.hazelcast:hazelcast
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 16:33:33 +00:00
Simone Bordet
581f9ae9f4
Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-08 10:19:20 +01:00
Simone Bordet
5d7dc7182d
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-08 09:27:31 +01:00
Simone Bordet
9b2cfc4483
Fixes #11223 - WebSocketClient.connect with URI including query parameters don't work for HTTP2 connector
...
Fixed concatenation of path and query for HTTP/2 and HTTP/3 when creating `MetaData.ConnectRequest` to "tunnel" the WebSocket upgrade.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-08 09:26:22 +01:00
Simone Bordet
356f400d2e
Removed leftover System.err from tests.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-07 13:27:13 +01:00
Joakim Erdfelt
62e073c52c
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2024-01-03 14:08:11 -06:00
Joakim Erdfelt
885ab6f2e0
Restoring dependency to jetty-servlet
2024-01-03 12:11:25 -06:00
Joakim Erdfelt
a00d5768bd
Improving exclusions on google-cloud-datastore
2024-01-03 12:11:06 -06:00
Joakim Erdfelt
1f03b3e649
Remove duplicate `<dependency>` declarations
2024-01-03 11:14:47 -06:00
Joakim Erdfelt
71778c25f9
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-01-03 10:49:54 -06:00
Joakim Erdfelt
ee0e1d47fe
Prevent rogue slf4j-impl coming from wildfly-elytron-2.2.2.Final.jar
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-01-03 10:41:38 -06:00
Joakim Erdfelt
a84818d398
Ensure test webapps are referenced
2024-01-03 10:41:35 -06:00
Joakim Erdfelt
c557c2de70
Excluding older javax.annotations
2024-01-03 10:41:30 -06:00
Joakim Erdfelt
af14a65e4c
Results of: mvn spotless:apply (for sortModules)
2024-01-03 10:41:20 -06:00
Joakim Erdfelt
847e1f782d
Cleanup of top level pom comments
2024-01-03 10:40:53 -06:00
Joakim Erdfelt
2f3c9257d1
Results of: mvn spotless:apply
2024-01-03 10:40:38 -06:00
Joakim Erdfelt
d414aedd95
Adding spotless-maven-plugin config to build-resources
2024-01-03 10:40:05 -06:00
Joakim Erdfelt
d2e4b5d7d9
Adding spotless-maven-plugin config
2024-01-03 10:39:59 -06:00
Joakim Erdfelt
4853da2f07
Merge pull request #11217 from jetty/fix/10.0.x/add-spotless-plugin
...
Add spotless maven plugin configuration
2024-01-03 10:33:16 -06:00
Simone Bordet
231d8deb8a
Fixes #10870 - How to set HttpConfiguration.securePort when the HTTPS port is dynamic?
...
Updated and expanded documentation.
Restored compilation of documentation Java sources.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-03 16:39:35 +01:00
Simone Bordet
80a04a554f
Fixes #11098 - Sporadic NPE in ArrayByteBufferPool.evict(). ( #11204 )
...
* Reorganized ArrayByteBufferPool.evict() code to avoid NPE.
* Fixed acquire logic to take into account that a reserved entry may fail to be enabled because it may be concurrently removed.
* Small change to ConcurrentPool: no need to null check the final ConcurrentEntry.holder field.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-03 15:56:36 +01:00
Simone Bordet
4fca6781ce
Fixes #11213 - Improve programming guide WebSocket JPMS documentation
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-03 15:53:35 +01:00
Joakim Erdfelt
36a80b9622
Prevent rogue slf4j-impl coming from wildfly-elytron-2.2.2.Final.jar
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-01-03 08:06:54 -06:00
Joakim Erdfelt
97ca925620
Ensure test webapps are referenced
2024-01-03 06:39:03 -06:00
Joakim Erdfelt
85bc00725b
Excluding older javax.annotations
2024-01-03 04:59:28 -06:00
Joakim Erdfelt
35daa51ef5
Merge remote-tracking branch 'origin/jetty-10.0.x' into fix/10.0.x/add-spotless-plugin
2024-01-03 03:18:51 -06:00