Commit Graph

23551 Commits

Author SHA1 Message Date
Ludovic Orban 08724d8e70 #7157 add missing callback calls in H2 reset codepath 2021-11-25 10:35:30 +01:00
dependabot[bot] 27a08770a7
Merge pull request #7154 from eclipse/dependabot/maven/jetty-10.0.x/com.github.jnr-jnr-unixsocket-0.38.13 2021-11-25 02:29:46 +00:00
dependabot[bot] 2664e821a9
Bump jnr-unixsocket from 0.38.12 to 0.38.13
Bumps [jnr-unixsocket](https://github.com/jnr/jnr-unixsocket) from 0.38.12 to 0.38.13.
- [Release notes](https://github.com/jnr/jnr-unixsocket/releases)
- [Commits](https://github.com/jnr/jnr-unixsocket/compare/jnr-unixsocket-0.38.12...jnr-unixsocket-0.38.13)

---
updated-dependencies:
- dependency-name: com.github.jnr:jnr-unixsocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-25 01:04:38 +00:00
dependabot[bot] 4a4bc06d96
Merge pull request #7151 from eclipse/dependabot/maven/jetty-10.0.x/com.github.jnr-jnr-posix-3.1.12 2021-11-25 01:03:29 +00:00
Lachlan c19921e60f Issue #6974 - improvements & fixes to ByteBufferPool implementations (#7017)
- WebSocket should user server ByteBufferPool if possible
- fix various bugs ByteBufferPool implementations
- add heuristic for maxHeapMemory and maxDirectMemory
- Add dump for ByteBufferPools
- add LogArrayByteBufferPool that does exponential scaling of bucket size.
- ByteBufferPools should default to use maxMemory heuristic
- Add module jetty-bytebufferpool-logarithmic

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Co-authored-by: Simone Bordet <simone.bordet@gmail.com>
2021-11-25 10:42:47 +11:00
Lachlan Roberts 63069ad28a Issue #7124 - deprecate AbstractLifeCycleListener
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-25 10:01:52 +11:00
Olivier Lamy 6e0b7c2f86 fix wrong merge
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-11-24 20:55:46 +10:00
Olivier Lamy 6fb93523be
Merge branch 'jetty-10.0.x' into dependabot/maven/jetty-10.0.x/com.github.jnr-jnr-posix-3.1.12 2021-11-24 19:11:51 +10:00
dependabot[bot] b365b3cf1b
Merge pull request #7152 from eclipse/dependabot/maven/jetty-10.0.x/com.github.jnr-jnr-enxio-0.32.11 2021-11-24 07:36:56 +00:00
Olivier Lamy e279e2f449
use jgit to avoid issue on machine with git not in the path (#7142)
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-11-24 16:27:20 +10:00
Olivier Lamy 4f385ece59 fix upperbound
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-11-24 16:06:37 +10:00
Olivier Lamy e783cd536f fix upperbound dependency
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-11-24 13:47:27 +10:00
dependabot[bot] 2c162f56f7
Bump jnr-enxio from 0.32.10 to 0.32.11
Bumps [jnr-enxio](https://github.com/jnr/jnr-enxio) from 0.32.10 to 0.32.11.
- [Release notes](https://github.com/jnr/jnr-enxio/releases)
- [Commits](https://github.com/jnr/jnr-enxio/compare/jnr-enxio-0.32.10...jnr-enxio-0.32.11)

---
updated-dependencies:
- dependency-name: com.github.jnr:jnr-enxio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-23 09:20:00 +00:00
dependabot[bot] bfe292602d
Bump jnr-posix from 3.1.11 to 3.1.12
Bumps [jnr-posix](https://github.com/jnr/jnr-posix) from 3.1.11 to 3.1.12.
- [Release notes](https://github.com/jnr/jnr-posix/releases)
- [Commits](https://github.com/jnr/jnr-posix/compare/jnr-posix-3.1.11...jnr-posix-3.1.12)

---
updated-dependencies:
- dependency-name: com.github.jnr:jnr-posix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-23 09:19:33 +00:00
Lachlan d755e3a742
Merge pull request #7043 from eclipse/jetty-10.0.x-7042-OpenIdConfiguration
Issue #7042 - Allow OpenIdConfiguration to be selected based on realm name
2021-11-23 16:11:22 +11:00
dependabot[bot] 88e000a0c0
Merge pull request #7144 from eclipse/dependabot/maven/jetty-10.0.x/maven.version-3.8.4 2021-11-23 01:30:33 +00:00
dependabot[bot] ac6c80e5b7
Bump maven.version from 3.8.3 to 3.8.4
Bumps `maven.version` from 3.8.3 to 3.8.4.

Updates `maven-artifact` from 3.8.3 to 3.8.4
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.8.3...maven-3.8.4)

Updates `maven-core` from 3.8.3 to 3.8.4
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.8.3...maven-3.8.4)

Updates `maven-plugin-api` from 3.8.3 to 3.8.4
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.8.3...maven-3.8.4)

Updates `maven-resolver-provider` from 3.8.3 to 3.8.4
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.8.3...maven-3.8.4)

Updates `maven-settings` from 3.8.3 to 3.8.4
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.8.3...maven-3.8.4)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-resolver-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-settings
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 09:24:07 +00:00
Ludovic Orban f048f4dd95 #7107: handle review comments 2021-11-22 09:48:25 +01:00
Ludovic Orban ad6434ba34 #7107: move new test into existing test class 2021-11-22 09:48:25 +01:00
Ludovic Orban 3c019fabd3 #7107: fix too-eager closing of multiplexed connections marked as closed but still in use 2021-11-22 09:48:25 +01:00
dependabot[bot] 91be8cfc6e
Merge pull request #7135 from eclipse/dependabot/maven/jetty-10.0.x/com.github.spotbugs-spotbugs-maven-plugin-4.5.0.0 2021-11-22 00:29:29 +00:00
Joakim Erdfelt cd1f146867
Issue #7131 - use Charset object instead of String (#7137)
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-11-19 16:17:28 -06:00
dependabot[bot] ce290566f9
Bump spotbugs-maven-plugin from 4.4.2.2 to 4.5.0.0
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.4.2.2 to 4.5.0.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.4.2.2...spotbugs-maven-plugin-4.5.0.0)

---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-19 09:20:22 +00:00
Joakim Erdfelt ec3d7dbe92
Issue #6017 - Start Property Overrides (#7118)
* Issue #6017 - jetty-start Property override behavior

+ All *.mod based configuration defaults are default
  properties are not forced values and can be overridden.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-11-17 10:10:29 -06:00
Simone Bordet f14064039b Fixes #7113 - Improve Unix-Domain client documentation.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-11-17 15:12:58 +01:00
dependabot[bot] 23789ff13c
Merge pull request #7116 from eclipse/dependabot/maven/jetty-10.0.x/io.grpc-grpc-core-1.42.1 2021-11-17 13:30:54 +00:00
dependabot[bot] e7342bbe4b
Merge pull request #7128 from eclipse/dependabot/maven/jetty-10.0.x/com.google.cloud-google-cloud-datastore-2.2.0 2021-11-17 11:23:42 +00:00
dependabot[bot] 42c6f347bd
Bump google-cloud-datastore from 2.1.3 to 2.2.0
Bumps [google-cloud-datastore](https://github.com/googleapis/java-datastore) from 2.1.3 to 2.2.0.
- [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.1.3...v2.2.0)

---
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>
2021-11-17 09:19:06 +00:00
Olivier Lamy 4868ed0acd
Issue #7034 infinispan flaky tests on CI, force TCP over UDP for jgroups multicasting as it is too slow with kubernetes (#7122)
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-11-17 15:50:22 +10: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
Lachlan dd0613193c
Merge pull request #7000 from eclipse/jetty-10.0.x-1087-WellKnown
Issue #1087 - add module for a .well-known handler
2021-11-17 09:51:26 +11:00
Joakim Erdfelt edaead4a5b
Issue #7064 - Fix `(null)` for source output in `--list-config` (#7065)
Improved start handling of output so that testcases
can now validate the output if they need to.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-11-16 09:07:46 -06:00
Lachlan 6bfab6efb6
Merge pull request #7088 from eclipse/jetty-10.0.x-7086-WebSocketMessageSinks
Issue #7086 - fix issues when calling websocket demand
2021-11-16 16:32:27 +11:00
Lachlan 15c1e083b0
Merge pull request #7097 from eclipse/jetty-10.0.x-2690-wsMessageOrderingDocs
Issue #2690 - clarify websocket message ordering in documentation
2021-11-16 16:26:31 +11:00
Lachlan 6e6cdd3458
Merge pull request #7102 from eclipse/jetty-10.0.x-7062-TestKeystore
Issue #7062 - remove the old test-keystore.p12 file
2021-11-16 16:21:57 +11:00
Joakim Erdfelt 9eeb44bfe9
Port of jetty-start Usecase testing from 9.4.x (#7112)
+ Changes are isolated to src/test/java
+ No changes to src/main/java
+ Each test is now self contained entirely within java code
+ Removed *.prepare.txt, *.cmdline.txt, and *.assert.txt files
+ Removed all src/test/resources/usecases content
+ Removed CollectionAsserts
+ Removed ConfigurationAsserts

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-11-15 12:45:48 -06:00
dependabot[bot] bac1e95b9e
Bump grpc-core from 1.42.0 to 1.42.1
Bumps [grpc-core](https://github.com/grpc/grpc-java) from 1.42.0 to 1.42.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.42.0...v1.42.1)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-15 09:26:39 +00:00
Simone Bordet 6aedf4af6e Fixes #6990 - UnixDomainServerConnector throws misleading exception on invalid socket path.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-11-12 18:19:52 +01:00
Lachlan Roberts d8bcac7767 use Matchers.equalTo instead of Matchers.is
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-12 21:37:15 +11:00
Lachlan Roberts 1d88a52647 Issue #1087 - changes from review
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-12 13:55:08 +11:00
Lachlan Roberts c7f09e5a7a Issue #2690 - changes to documentation from review
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-12 13:40:13 +11:00
Lachlan Roberts bfd9d59ef5 Issue #7062 - remove the old test-keystore.p12 file
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-12 11:26:07 +11:00
Lachlan Roberts 5bfe2f47f5 Issue #2690 - clarify websocket message ordering in documentation
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-11 15:07:23 +11:00
dependabot[bot] b06ccf286d
Merge pull request #7089 from eclipse/dependabot/maven/jetty-10.0.x/net.java.dev.jna-jna-5.10.0 2021-11-10 09:15:28 +00:00
Lachlan Roberts 2a5197216d Issue #7042 - remove init param to set authenticateNewUsers per webapp
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-10 18:19:51 +11:00
Lachlan Roberts 2a3c65c164 Issue #7042 - if only 1 OpenIdConfig available select it regardless of realm name
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-10 18:16:22 +11:00
Lachlan Roberts 750ee0a182 Issue #7086 - Fix test failure in WebSocketOpenTest
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-10 10:28:48 +11:00
Lachlan Roberts f12d6f5b6c Issue #7042 - Changes from review
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-10 10:22:50 +11:00
dependabot[bot] 035722af8e
Bump jna from 5.9.0 to 5.10.0
Bumps [jna](https://github.com/java-native-access/jna) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/java-native-access/jna/releases)
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](https://github.com/java-native-access/jna/compare/5.9.0...5.10.0)

---
updated-dependencies:
- dependency-name: net.java.dev.jna:jna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 09:19:08 +00:00
Olivier Lamy 0ad49fd1fd
Jetty 10.0.x correctly shutdown infinispan between tests (#7066)
* correctly shutdown infinispan after each test class

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-11-09 15:34:47 +10:00