Commit Graph

29317 Commits

Author SHA1 Message Date
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
Joakim Erdfelt 204b293d62
Results of: mvn spotless:apply (for sortModules) 2024-01-03 03:16:02 -06:00
Joakim Erdfelt e9373bf505
Cleanup of top level pom comments 2024-01-03 03:15:42 -06:00
Joakim Erdfelt 9a18dc8722
Results of: mvn spotless:apply 2024-01-03 03:12:56 -06:00
Joakim Erdfelt 11dd9486ed
Adding spotless-maven-plugin config to build-resources 2024-01-03 03:12:21 -06:00
Joakim Erdfelt 7bb8c2c6f9
Adding spotless-maven-plugin config 2024-01-03 03:08:01 -06:00
Joakim Erdfelt 0740b6d1b2
Merge pull request #11215 from jetty/fix/12.0.x/windows-build
Fix Build on Windows
2024-01-02 17:34:34 -06:00
Joakim Erdfelt 8770cc15ea Do not use ${user.home} for unixdomain.dir
(it causes an OOM for the huge file list it produces)
2024-01-02 15:10:49 -06:00
Joakim Erdfelt 6ae676c7d6 Allow build-cache globs to function on windows 2024-01-02 15:10:04 -06:00
Joakim Erdfelt 2b9bb8cf9c
Merge pull request #11212 from jetty/fix/12.0.x/remove-top-level-servlet-deps
Cleaning up top level dependencies
2024-01-02 13:23:26 -06:00
Simone Bordet 2a3e6f72c7
Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-02 20:14:28 +01:00
Simone Bordet 8d3ea3b8b1
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-02 19:44:16 +01:00
Simone Bordet 9fdfa464d7
Fixes #11081 - Dropped WebSocket messages due to race condition in WebSocket frame handling. (#11090)
Now the reset of the MessageSink internal accumulators happens before the demand.

This avoids the race, since as soon as there is demand another thread could enter the MessageSink, but the accumulator has already been reset.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-01-02 19:37:35 +01:00
Joakim Erdfelt 3910b09ba6
Cleaning up top level dependencies.
* Removing dependencies that belong to ee#
  specific environments.
* Removing references to dependencies that
  do not exist anymore.
* Removing exclusions that are no longer
  relevant.
2024-01-02 11:42:57 -06:00
Joakim Erdfelt e36e12408c
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2024-01-02 10:39:25 -06:00
Joakim Erdfelt dcd073af5b
Merge pull request #11119 from jetty/dependabot/maven/jetty-11.0.x/org.mortbay.jetty-h2spec-maven-plugin-1.0.11
Bump org.mortbay.jetty:h2spec-maven-plugin from 1.0.10 to 1.0.11
2024-01-02 08:26:49 -06:00
Joakim Erdfelt c758ecdd2e
Merge pull request #11207 from jetty/dependabot/maven/jetty-10.0.x/biz.aQute.bnd-biz.aQute.bndlib-6.4.1
Bump biz.aQute.bnd:biz.aQute.bndlib from 6.3.1 to 6.4.1
2024-01-02 08:26:16 -06:00
Joakim Erdfelt 727affb9fb
Revert "Bump com.hazelcast:hazelcast from 5.2.1 to 5.3.6"
This reverts commit 85695867

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-01-01 17:05:36 -06:00
dependabot[bot] 36f2533cd2
Bump org.mortbay.jetty:h2spec-maven-plugin from 1.0.10 to 1.0.11
Bumps [org.mortbay.jetty:h2spec-maven-plugin](https://github.com/jetty-project/h2spec-maven-plugin) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/jetty-project/h2spec-maven-plugin/releases)
- [Commits](https://github.com/jetty-project/h2spec-maven-plugin/compare/h2spec-maven-plugin-1.0.10...h2spec-maven-plugin-1.0.11)

---
updated-dependencies:
- dependency-name: org.mortbay.jetty:h2spec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 22:04:31 +00:00
Joakim Erdfelt fa8af2f9ad
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2024-01-01 16:03:04 -06:00
dependabot[bot] 4802604792
Bump biz.aQute.bnd:biz.aQute.bndlib from 6.3.1 to 6.4.1
Bumps [biz.aQute.bnd:biz.aQute.bndlib](https://github.com/bndtools/bnd) from 6.3.1 to 6.4.1.
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md)
- [Commits](https://github.com/bndtools/bnd/compare/6.3.1...6.4.1)

---
updated-dependencies:
- dependency-name: biz.aQute.bnd:biz.aQute.bndlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 21:38:39 +00:00
Joakim Erdfelt cb5fe6e838
Merge pull request #11205 from jetty/fix/10.0.x/dependency-rollup-2024-jan
Dependency Rollup - Jan 2024 - [`jetty-10.0.x`]
2024-01-01 15:36:52 -06:00
Joakim Erdfelt 9423a5b79d
Fixing JSP test case (junit is more strict on parameters order now)
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-01-01 13:59:29 -06:00
Joakim Erdfelt ecb120de92
Do no upgrade major version of dependencies
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-01-01 12:18:06 -06:00
Joakim Erdfelt 467064f385
Revert "Bump biz.aQute.bnd:biz.aQute.bndlib from 6.3.1 to 7.0.0"
This reverts commit dc916c0ec0.
2024-01-01 12:16:10 -06:00
Joakim Erdfelt ddda2e5682
Revert "Bump jakarta.xml.ws:jakarta.xml.ws-api from 2.3.3 to 4.0.1"
This reverts commit edc9e582

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-01-01 12:11:38 -06:00
Joakim Erdfelt 5f27f4462d
Revert "Bump com.google.inject:guice from 5.1.0 to 7.0.0"
This reverts commit 0d7807f9

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-01-01 12:00:48 -06:00
Joakim Erdfelt fb36831f71
Merge remote-tracking branch 'origin/dependabot/maven/jetty-10.0.x/org.osgi-org.osgi.util.promise-1.3.0' into fix/10.0.x/dependency-rollup-2024-jan
# Conflicts:
#	pom.xml
2024-01-01 11:33:38 -06:00
Joakim Erdfelt 9d7a67af25
Merge remote-tracking branch 'origin/dependabot/maven/jetty-10.0.x/org.osgi-org.osgi.service.component-1.5.1' into fix/10.0.x/dependency-rollup-2024-jan 2024-01-01 11:33:20 -06:00