Commit Graph

23536 Commits

Author SHA1 Message Date
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
dependabot[bot] d571436d00
Bump maven.version from 3.8.2 to 3.8.3 (#6954)
* Bump maven.version from 3.8.2 to 3.8.3

Bumps `maven.version` from 3.8.2 to 3.8.3.

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

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

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

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

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

---
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>

* fix upgrade

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-11-09 14:40:54 +10:00
Lachlan Roberts bd42cc1ebd Issue #7086 - add test for failures from WebSocketCoreSession.demand()
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-09 12:15:49 +11:00
Lachlan Roberts 6b6452a519 Issue #7086 - Demand should not throw if the WebSocket session is closed.
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-09 10:37:44 +11:00
Lachlan Roberts 370db7ad34 Demand even if no message sink in JavaxWebSocketFrameHandler
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-08 21:28:10 +11:00
dependabot[bot] 1acfcddd68
Merge pull request #7084 from eclipse/dependabot/maven/jetty-10.0.x/com.google.errorprone-error_prone_annotations-2.10.0 2021-11-05 14:02:35 +00:00
dependabot[bot] c93a1249d6
Bump error_prone_annotations from 2.9.0 to 2.10.0
Bumps [error_prone_annotations](https://github.com/google/error-prone) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-05 12:35:28 +00:00
dependabot[bot] ccf214b797
Bump grpc-core from 1.41.0 to 1.42.0 (#7082)
Bumps [grpc-core](https://github.com/grpc/grpc-java) from 1.41.0 to 1.42.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.41.0...v1.42.0)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-core
  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>
2021-11-05 07:34:22 -05:00
Lachlan Roberts deb4e203a4 Issue #7042 - add name arguments to jetty-openid.xml
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-05 10:45:15 +11:00
dependabot[bot] b139cbfc7b
Merge pull request #7068 from eclipse/dependabot/maven/jetty-10.0.x/com.google.code.gson-gson-2.8.9 2021-11-02 07:13:21 +00:00
dependabot[bot] 2955c992c2
Merge pull request #7067 from eclipse/dependabot/maven/jetty-10.0.x/com.puppycrawl.tools-checkstyle-9.1 2021-11-02 05:08:46 +00:00
Jan Bartel e0d465e39a
Issue #7012 Replace geronimo spec jars with jakarta equivalents (#7013)
* Issue #7012 Replace geronimo spec jars with jakarta equivalents

Signed-off-by: Jan Bartel <janb@webtide.com>
2021-11-02 10:37:27 +11:00
dependabot[bot] c0f232ace4
Bump gson from 2.8.8 to 2.8.9
Bumps [gson](https://github.com/google/gson) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.8...gson-parent-2.8.9)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01 09:18:31 +00:00
dependabot[bot] d4b382be10
Bump checkstyle from 9.0.1 to 9.1
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0.1...checkstyle-9.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-01 09:17:55 +00:00
Lachlan Roberts bd7f1b114e Issue #2504 - expose more WebSocket details in jetty server dump
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-10-29 14:26:38 +11:00
dependabot[bot] 5d2f204c0c
Merge pull request #7040 from eclipse/dependabot/maven/jetty-10.0.x/io.hawt-hawtio-default-2.14.1 2021-10-27 14:01:09 +00:00