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
750ee0a182
Issue #7086 - Fix test failure in WebSocketOpenTest
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-11-10 10:28:48 +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
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
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
dependabot[bot]
14270ffed9
Bump jnr lib versions
...
* Bump jnr-constants from 0.10.2 to 0.10.3
* Bump jnr-posix from 3.1.10 to 3.1.11
* Bump jnr-ffi from 2.2.7 to 2.2.8
* Bump jnr-enxio from 0.32.9 to 0.32.10
* Bump jnr-unixsocket from 0.38.11 to 0.38.12
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>
2021-10-27 08:11:17 -05:00
Joakim Erdfelt
7321d54915
Close Resources opened from java.nio.file.Files API calls ( #7048 ) ( #7050 )
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-10-27 05:53:10 -05:00
Joakim Erdfelt
f5bb6991b7
Issue #7031 - Fixing ResponseWriter ( #7032 )
...
+ Improving test coverage on response.getWriter()
and response.getOutputStream() usage
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-10-26 10:29:27 -05:00
dependabot[bot]
49fb320c9e
Merge pull request #7045 from eclipse/dependabot/maven/jetty-10.0.x/org.mortbay.jetty-h2spec-maven-plugin-1.0.9
2021-10-26 12:32:00 +00:00
dependabot[bot]
5d855f6d61
Bump h2spec-maven-plugin from 1.0.8 to 1.0.9
...
Bumps [h2spec-maven-plugin](https://github.com/jetty-project/h2spec-maven-plugin ) from 1.0.8 to 1.0.9.
- [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.8...h2spec-maven-plugin-1.0.9 )
---
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>
2021-10-26 09:20:10 +00:00
dependabot[bot]
485e8fb40a
Merge pull request #7035 from eclipse/dependabot/maven/jetty-10.0.x/org.awaitility-awaitility-4.1.1
2021-10-26 04:07:20 +00:00
dependabot[bot]
bd0aea3353
Bump hawtio-default from 2.14.0 to 2.14.1
...
Bumps [hawtio-default](https://github.com/hawtio/hawtio ) from 2.14.0 to 2.14.1.
- [Release notes](https://github.com/hawtio/hawtio/releases )
- [Changelog](https://github.com/hawtio/hawtio/blob/master/CHANGES.md )
- [Commits](https://github.com/hawtio/hawtio/compare/hawtio-2.14.0...hawtio-2.14.1 )
---
updated-dependencies:
- dependency-name: io.hawt:hawtio-default
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 00:21:52 +00:00
dependabot[bot]
c170b565d7
Bump awaitility from 4.1.0 to 4.1.1
...
Bumps [awaitility](https://github.com/awaitility/awaitility ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/awaitility/awaitility/releases )
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt )
- [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.1.0...awaitility-4.1.1 )
---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 00:20:49 +00:00
dependabot[bot]
6b78cf9b0e
Merge pull request #7037 from eclipse/dependabot/maven/jetty-10.0.x/org.testcontainers-testcontainers-bom-1.16.2
2021-10-26 00:18:33 +00:00
dependabot[bot]
be02f90914
Merge pull request #7028 from eclipse/dependabot/maven/jetty-10.0.x/org.mortbay.jetty-h2spec-maven-plugin-1.0.8
2021-10-25 10:14:25 +00:00
dependabot[bot]
742363b102
Bump testcontainers-bom from 1.16.1 to 1.16.2
...
Bumps [testcontainers-bom](https://github.com/testcontainers/testcontainers-java ) from 1.16.1 to 1.16.2.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.16.1...1.16.2 )
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 09:20:17 +00:00
dependabot[bot]
1b24daa111
Merge pull request #7029 from eclipse/dependabot/maven/jetty-10.0.x/com.github.spotbugs-spotbugs-maven-plugin-4.4.2.2
2021-10-25 03:52:54 +00:00
dependabot[bot]
6462ac91c4
Bump spotbugs-maven-plugin from 4.4.2.1 to 4.4.2.2
...
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin ) from 4.4.2.1 to 4.4.2.2.
- [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.1...spotbugs-maven-plugin-4.4.2.2 )
---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 02:26:27 +00:00
dependabot[bot]
45685c15e9
Bump h2spec-maven-plugin from 1.0.7 to 1.0.8
...
Bumps [h2spec-maven-plugin](https://github.com/jetty-project/h2spec-maven-plugin ) from 1.0.7 to 1.0.8.
- [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.7...h2spec-maven-plugin-1.0.8 )
---
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>
2021-10-25 02:25:31 +00:00