Olivier Lamy
1fab188d7f
Merge branch 'jetty-10.0.x' into jetty-11.0.x
2024-03-01 15:56:13 +10:00
Olivier Lamy
b138cb18ad
fix upperbound
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-03-01 05:52:00 +00:00
Olivier Lamy
d95790110d
revert commons-compress upgrade as it breaks backward compat with testcontainer
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-03-01 05:52:00 +00:00
dependabot[bot]
8f15e65ab2
[10.0.x] Bump the dev-dependencies group with 26 updates
...
Bumps the dev-dependencies group with 26 updates:
| Package | From | To |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit5 ) | `5.10.1` | `5.10.2` |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java ) | `1.19.4` | `1.19.6` |
| [com.github.jnr:jnr-enxio](https://github.com/jnr/jnr-enxio ) | `0.32.16` | `0.32.17` |
| [com.github.jnr:jnr-ffi](https://github.com/jnr/jnr-ffi ) | `2.2.15` | `2.2.16` |
| [com.github.jnr:jnr-posix](https://github.com/jnr/jnr-posix ) | `3.1.18` | `3.1.19` |
| [com.github.jnr:jnr-unixsocket](https://github.com/jnr/jnr-unixsocket ) | `0.38.21` | `0.38.22` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone ) | `2.24.1` | `2.25.0` |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone ) | `2.24.1` | `2.25.0` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec ) | `1.16.0` | `1.16.1` |
| [io.grpc:grpc-core](https://github.com/grpc/grpc-java ) | `1.61.0` | `1.62.2` |
| org.apache.commons:commons-compress | `1.25.0` | `1.26.0` |
| org.apache.logging.log4j:log4j-api | `2.22.1` | `2.23.0` |
| [org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin ) | `2.2.5` | `2.2.6` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j ) | `3.3.2` | `3.3.3` |
| [org.wildfly.security:wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron ) | `2.2.3.Final` | `2.3.1.Final` |
| [org.asciidoctor:asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram ) | `2.2.14` | `2.3.0` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) | `10.12.7` | `10.14.0` |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone ) | `2.24.1` | `2.25.0` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) | `3.5.1` | `3.5.2` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin ) | `3.1.1` | `3.2.0` |
| [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin ) | `4.8.3.0` | `4.8.3.1` |
| [com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore ) | `2.18.2` | `2.18.4` |
| org.apache.directory.api:api-asn1-api | `2.1.5` | `2.1.6` |
| org.apache.directory.api:api-ldap-model | `2.1.5` | `2.1.6` |
| [org.apache.directory.api:api-util](https://github.com/apache/directory-ldap-api ) | `2.1.5` | `2.1.6` |
| org.apache.directory.api:api-ldap-schema-data | `2.1.5` | `2.1.6` |
| org.apache.directory.api:api-ldap-model | `2.1.5` | `2.1.6` |
| [org.apache.directory.api:api-util](https://github.com/apache/directory-ldap-api ) | `2.1.5` | `2.1.6` |
| org.apache.directory.api:api-ldap-schema-data | `2.1.5` | `2.1.6` |
| [org.eclipse.tycho:tycho-p2-repository-plugin](https://github.com/eclipse-tycho/tycho ) | `4.0.4` | `4.0.6` |
Updates `org.junit:junit-bom` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 )
Updates `org.testcontainers:testcontainers-bom` from 1.19.4 to 1.19.6
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.4...1.19.6 )
Updates `com.github.jnr:jnr-enxio` from 0.32.16 to 0.32.17
- [Commits](https://github.com/jnr/jnr-enxio/compare/jnr-enxio-0.32.16...jnr-enxio-0.32.17 )
Updates `com.github.jnr:jnr-ffi` from 2.2.15 to 2.2.16
- [Commits](https://github.com/jnr/jnr-ffi/compare/jnr-ffi-2.2.15...jnr-ffi-2.2.16 )
Updates `com.github.jnr:jnr-posix` from 3.1.18 to 3.1.19
- [Commits](https://github.com/jnr/jnr-posix/compare/jnr-posix-3.1.18...jnr-posix-3.1.19 )
Updates `com.github.jnr:jnr-unixsocket` from 0.38.21 to 0.38.22
- [Commits](https://github.com/jnr/jnr-unixsocket/compare/jnr-unixsocket-0.38.21...0.38.22 )
Updates `com.google.errorprone:error_prone_annotations` from 2.24.1 to 2.25.0
- [Release notes](https://github.com/google/error-prone/releases )
- [Commits](https://github.com/google/error-prone/compare/v2.24.1...v2.25.0 )
Updates `com.google.errorprone:error_prone_core` from 2.24.1 to 2.25.0
- [Release notes](https://github.com/google/error-prone/releases )
- [Commits](https://github.com/google/error-prone/compare/v2.24.1...v2.25.0 )
Updates `commons-codec:commons-codec` from 1.16.0 to 1.16.1
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt )
- [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.16.0...rel/commons-codec-1.16.1 )
Updates `io.grpc:grpc-core` from 1.61.0 to 1.62.2
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.61.0...v1.62.2 )
Updates `org.apache.commons:commons-compress` from 1.25.0 to 1.26.0
Updates `org.apache.logging.log4j:log4j-api` from 2.22.1 to 2.23.0
Updates `org.asciidoctor:asciidoctor-maven-plugin` from 2.2.5 to 2.2.6
- [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases )
- [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/asciidoctor-maven-plugin-2.2.6/CHANGELOG.adoc )
- [Commits](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/asciidoctor-maven-plugin-2.2.5...asciidoctor-maven-plugin-2.2.6 )
Updates `org.mariadb.jdbc:mariadb-java-client` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases )
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.3.2...3.3.3 )
Updates `org.wildfly.security:wildfly-elytron` from 2.2.3.Final to 2.3.1.Final
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/2.2.3.Final...2.3.1.Final )
Updates `org.asciidoctor:asciidoctorj-diagram` from 2.2.14 to 2.3.0
- [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases )
- [Commits](https://github.com/asciidoctor/asciidoctorj-diagram/commits )
Updates `com.puppycrawl.tools:checkstyle` from 10.12.7 to 10.14.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.12.7...checkstyle-10.14.0 )
Updates `com.google.errorprone:error_prone_core` from 2.24.1 to 2.25.0
- [Release notes](https://github.com/google/error-prone/releases )
- [Commits](https://github.com/google/error-prone/compare/v2.24.1...v2.25.0 )
Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.1...maven-shade-plugin-3.5.2 )
Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases )
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.0 )
Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.8.3.0 to 4.8.3.1
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases )
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.3.0...spotbugs-maven-plugin-4.8.3.1 )
Updates `com.google.cloud:google-cloud-datastore` from 2.18.2 to 2.18.4
- [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.18.2...v2.18.4 )
Updates `org.apache.directory.api:api-asn1-api` from 2.1.5 to 2.1.6
Updates `org.apache.directory.api:api-ldap-model` from 2.1.5 to 2.1.6
Updates `org.apache.directory.api:api-util` from 2.1.5 to 2.1.6
- [Release notes](https://github.com/apache/directory-ldap-api/releases )
- [Commits](https://github.com/apache/directory-ldap-api/compare/2.1.5...2.1.6 )
Updates `org.apache.directory.api:api-ldap-schema-data` from 2.1.5 to 2.1.6
Updates `org.apache.directory.api:api-ldap-model` from 2.1.5 to 2.1.6
Updates `org.apache.directory.api:api-util` from 2.1.5 to 2.1.6
- [Release notes](https://github.com/apache/directory-ldap-api/releases )
- [Commits](https://github.com/apache/directory-ldap-api/compare/2.1.5...2.1.6 )
Updates `org.apache.directory.api:api-ldap-schema-data` from 2.1.5 to 2.1.6
Updates `org.eclipse.tycho:tycho-p2-repository-plugin` from 4.0.4 to 4.0.6
- [Release notes](https://github.com/eclipse-tycho/tycho/releases )
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.6/RELEASE_NOTES.md )
- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.4...tycho-4.0.6 )
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.testcontainers:testcontainers-bom
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: com.github.jnr:jnr-enxio
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: com.github.jnr:jnr-ffi
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: com.github.jnr:jnr-posix
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: com.github.jnr:jnr-unixsocket
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: com.google.errorprone:error_prone_annotations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: com.google.errorprone:error_prone_core
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: commons-codec:commons-codec
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: io.grpc:grpc-core
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: org.apache.commons:commons-compress
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: org.apache.logging.log4j:log4j-api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.mariadb.jdbc:mariadb-java-client
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.wildfly.security:wildfly-elytron
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: org.asciidoctor:asciidoctorj-diagram
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: com.google.errorprone:error_prone_core
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: com.google.cloud:google-cloud-datastore
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-asn1-api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-ldap-model
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-util
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-ldap-schema-data
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-ldap-model
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-util
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-ldap-schema-data
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.eclipse.tycho:tycho-p2-repository-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 05:52:00 +00:00
Olivier Lamy
19aca2084f
fix upperbound
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-03-01 04:14:27 +00:00
dependabot[bot]
7743cf5bcb
[11.0.x] Bump the integration-deps group with 2 updates
...
Bumps the integration-deps group with 2 updates: [org.wildfly.security:wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron ) and [com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore ).
Updates `org.wildfly.security:wildfly-elytron` from 2.2.3.Final to 2.3.1.Final
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/2.2.3.Final...2.3.1.Final )
Updates `com.google.cloud:google-cloud-datastore` from 2.18.2 to 2.18.4
- [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.18.2...v2.18.4 )
---
updated-dependencies:
- dependency-name: org.wildfly.security:wildfly-elytron
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: integration-deps
- dependency-name: com.google.cloud:google-cloud-datastore
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: integration-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 04:14:27 +00:00
dependabot[bot]
e7d8e056f3
[11.0.x] Bump the build-deps group with 6 updates
...
Bumps the build-deps group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java ) | `1.19.4` | `1.19.6` |
| [org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin ) | `2.2.5` | `2.2.6` |
| [org.asciidoctor:asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram ) | `2.2.14` | `2.3.0` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) | `3.5.1` | `3.5.2` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin ) | `3.1.1` | `3.2.0` |
| [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin ) | `4.8.3.0` | `4.8.3.1` |
Updates `org.testcontainers:testcontainers-bom` from 1.19.4 to 1.19.6
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.4...1.19.6 )
Updates `org.asciidoctor:asciidoctor-maven-plugin` from 2.2.5 to 2.2.6
- [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases )
- [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/asciidoctor-maven-plugin-2.2.6/CHANGELOG.adoc )
- [Commits](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/asciidoctor-maven-plugin-2.2.5...asciidoctor-maven-plugin-2.2.6 )
Updates `org.asciidoctor:asciidoctorj-diagram` from 2.2.14 to 2.3.0
- [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases )
- [Commits](https://github.com/asciidoctor/asciidoctorj-diagram/commits )
Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.1...maven-shade-plugin-3.5.2 )
Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases )
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.0 )
Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.8.3.0 to 4.8.3.1
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases )
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.3.0...spotbugs-maven-plugin-4.8.3.1 )
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-deps
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-deps
- dependency-name: org.asciidoctor:asciidoctorj-diagram
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-deps
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-deps
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-deps
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 01:47:55 +00:00
gregw
ca9272c11b
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-02-28 12:18:21 +01:00
Greg Wilkins
ac82a3f0c7
Fix #10805 zero dynamic table ( #11445 ) ( #11452 )
...
* Fix #10805 zero dynamic table (#11445 )
* Added test for #10805 Zero Dynamic Table
* fixed file header
* Added test for #10805 Zero Dynamic Table
* Fix for #10805 Zero Dynamic Table
Set the correct default size for the table.
Always send the max table size on the first encode
* updated file header
Signed-off-by: gregw <gregw@webtide.com>
---------
Signed-off-by: gregw <gregw@webtide.com>
2024-02-28 12:14:33 +01:00
Joakim Erdfelt
a8fc2f1383
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-02-26 09:35:13 -06:00
Joakim Erdfelt
00195c0b6b
Updating VERSION.txt for CVE
2024-02-26 09:34:59 -06:00
Joakim Erdfelt
62cb2c3448
Updating VERSION.txt for CVE
2024-02-26 09:34:35 -06:00
gregw
d43c20eb54
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
...
Signed-off-by: gregw <gregw@webtide.com>
2024-02-19 15:05:40 +01:00
gregw
82967d678e
updated 9.4 in VERSION.txt
...
Signed-off-by: gregw <gregw@webtide.com>
2024-02-19 14:44:23 +01:00
Joakim Erdfelt
b503e17c5e
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-02-08 09:40:25 -06:00
Joakim Erdfelt
a6b88c6ef2
Allow spec port stripping of 80/443 on websocket too.
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-02-08 09:39:52 -06:00
Joakim Erdfelt
4d1b05ff97
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-02-06 10:24:26 -06:00
Joakim Erdfelt
721b1743cb
Correct contribution-guide documentation
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-02-06 10:24:01 -06:00
Joakim Erdfelt
b9855fc57b
Merge pull request #11346 from jetty/dependabot/maven/jetty-11.0.x/dev-dependencies-5c86de19d6
...
[11.0.x] Bump the dev-dependencies group with 2 updates
2024-02-01 06:31:13 -06:00
dependabot[bot]
098f817c38
[11.0.x] Bump the dev-dependencies group with 2 updates
...
Bumps the dev-dependencies group with 2 updates: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle ) and [org.eclipse.tycho:tycho-p2-repository-plugin](https://github.com/eclipse-tycho/tycho ).
Updates `com.puppycrawl.tools:checkstyle` from 10.12.7 to 10.13.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.12.7...checkstyle-10.13.0 )
Updates `org.eclipse.tycho:tycho-p2-repository-plugin` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/eclipse-tycho/tycho/releases )
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.5/RELEASE_NOTES.md )
- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.4...tycho-4.0.5 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: org.eclipse.tycho:tycho-p2-repository-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 00:45:08 +00:00
Joakim Erdfelt
bdc84e2dc9
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-01-31 09:16:36 -06:00
Joakim Erdfelt
dd641b2736
Updating to version 11.0.21-SNAPSHOT
2024-01-29 15:17:40 -06:00
Joakim Erdfelt
922f8dc188
Updating to version 11.0.20
2024-01-29 15:03:56 -06:00
Joakim Erdfelt
a7d14d6874
Updating to version 10.0.21-SNAPSHOT
2024-01-29 14:58:51 -06:00
Joakim Erdfelt
3a745c71c2
Updating to version 10.0.20
2024-01-29 14:46:10 -06:00
Joakim Erdfelt
d940813f35
Fixing release script
2024-01-29 14:43:12 -06:00
Ludovic Orban
0b587f6e1e
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-01-29 21:30:17 +01:00
Ludovic Orban
c5a73c52f1
#11349 update to quiche version 0.20.0
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2024-01-29 21:09:10 +01:00
Joakim Erdfelt
95d93480a6
Merge pull request #11337 from jetty/dependabot/maven/jetty-11.0.x/dev-dependencies-5e73067334
...
Bump the dev-dependencies group with 9 updates
2024-01-26 15:36:31 -06:00
Joakim Erdfelt
5b00a98255
Fixing release script
2024-01-26 15:22:12 -06:00
Joakim Erdfelt
5d9679adf8
Merge pull request #11335 from jetty/dependabot/maven/jetty-10.0.x/dev-dependencies-5e73067334
...
Bump the dev-dependencies group with 9 updates
2024-01-26 14:11:48 -06:00
Joakim Erdfelt
6f79c4b3a7
Merge pull request #11333 from jetty/dependabot/maven/jetty-11.0.x/integration-deps-07835ac7dc
...
Bump the integration-deps group with 1 update
2024-01-26 14:10:38 -06:00
Joakim Erdfelt
15195dd5fb
Merge pull request #11332 from jetty/dependabot/maven/jetty-10.0.x/integration-deps-07835ac7dc
...
Bump the integration-deps group with 1 update
2024-01-26 14:10:17 -06:00
Joakim Erdfelt
50f9d2ad5c
Merge pull request #11330 from jetty/dependabot/maven/jetty-10.0.x/build-deps-338285aa65
...
Bump the build-deps group with 5 updates
2024-01-26 14:09:54 -06:00
Joakim Erdfelt
22b8e6c8b3
Merge pull request #11331 from jetty/dependabot/maven/jetty-11.0.x/build-deps-338285aa65
...
Bump the build-deps group with 5 updates
2024-01-26 14:09:21 -06:00
dependabot[bot]
5193728158
Bump the dev-dependencies group with 9 updates
...
Bumps the dev-dependencies group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [io.grpc:grpc-core](https://github.com/grpc/grpc-java ) | `1.60.1` | `1.61.0` |
| io.hawt:hawtio-default | `3.0.0` | `3.0.1` |
| [org.apache.maven.plugin-tools:maven-plugin-tools-api](https://github.com/apache/maven-plugin-tools ) | `3.10.2` | `3.11.0` |
| [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools ) | `3.10.2` | `3.11.0` |
| [org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin ) | `2.2.4` | `2.2.5` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless ) | `2.41.1` | `2.43.0` |
| [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin ) | `4.8.2.0` | `4.8.3.0` |
| [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin ) | `1.5.0` | `1.6.0` |
| [com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore ) | `2.17.6` | `2.18.2` |
Updates `io.grpc:grpc-core` from 1.60.1 to 1.61.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.60.1...v1.61.0 )
Updates `io.hawt:hawtio-default` from 3.0.0 to 3.0.1
Updates `org.apache.maven.plugin-tools:maven-plugin-tools-api` from 3.10.2 to 3.11.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases )
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0 )
Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.10.2 to 3.11.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases )
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0 )
Updates `org.asciidoctor:asciidoctor-maven-plugin` from 2.2.4 to 2.2.5
- [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases )
- [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/asciidoctor-maven-plugin-2.2.5/CHANGELOG.adoc )
- [Commits](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/asciidoctor-maven-plugin-2.2.4...asciidoctor-maven-plugin-2.2.5 )
Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.41.1 to 2.43.0
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md )
- [Commits](https://github.com/diffplug/spotless/compare/maven/2.41.1...lib/2.43.0 )
Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.8.2.0 to 4.8.3.0
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases )
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.2.0...spotbugs-maven-plugin-4.8.3.0 )
Updates `org.codehaus.mojo:flatten-maven-plugin` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases )
- [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/1.5.0...1.6.0 )
Updates `com.google.cloud:google-cloud-datastore` from 2.17.6 to 2.18.2
- [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.17.6...v2.18.2 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-core
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: io.hawt:hawtio-default
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-tools-api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.codehaus.mojo:flatten-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: com.google.cloud:google-cloud-datastore
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 20:06:23 +00:00
dependabot[bot]
a57f86e6c4
Bump the dev-dependencies group with 9 updates
...
Bumps the dev-dependencies group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [io.grpc:grpc-core](https://github.com/grpc/grpc-java ) | `1.60.1` | `1.61.0` |
| io.hawt:hawtio-default | `3.0.0` | `3.0.1` |
| [org.apache.maven.plugin-tools:maven-plugin-tools-api](https://github.com/apache/maven-plugin-tools ) | `3.10.2` | `3.11.0` |
| [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools ) | `3.10.2` | `3.11.0` |
| [org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin ) | `2.2.4` | `2.2.5` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless ) | `2.41.1` | `2.43.0` |
| [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin ) | `4.8.2.0` | `4.8.3.0` |
| [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin ) | `1.5.0` | `1.6.0` |
| [com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore ) | `2.17.6` | `2.18.2` |
Updates `io.grpc:grpc-core` from 1.60.1 to 1.61.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.60.1...v1.61.0 )
Updates `io.hawt:hawtio-default` from 3.0.0 to 3.0.1
Updates `org.apache.maven.plugin-tools:maven-plugin-tools-api` from 3.10.2 to 3.11.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases )
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0 )
Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.10.2 to 3.11.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases )
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0 )
Updates `org.asciidoctor:asciidoctor-maven-plugin` from 2.2.4 to 2.2.5
- [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases )
- [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/asciidoctor-maven-plugin-2.2.5/CHANGELOG.adoc )
- [Commits](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/asciidoctor-maven-plugin-2.2.4...asciidoctor-maven-plugin-2.2.5 )
Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.41.1 to 2.43.0
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md )
- [Commits](https://github.com/diffplug/spotless/compare/maven/2.41.1...lib/2.43.0 )
Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.8.2.0 to 4.8.3.0
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases )
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.2.0...spotbugs-maven-plugin-4.8.3.0 )
Updates `org.codehaus.mojo:flatten-maven-plugin` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases )
- [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/1.5.0...1.6.0 )
Updates `com.google.cloud:google-cloud-datastore` from 2.17.6 to 2.18.2
- [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.17.6...v2.18.2 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-core
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: io.hawt:hawtio-default
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-tools-api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.codehaus.mojo:flatten-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: com.google.cloud:google-cloud-datastore
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 18:44:24 +00:00
dependabot[bot]
98e63ba029
Bump the integration-deps group with 1 update
...
Bumps the integration-deps group with 1 update: [org.wildfly.security:wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron ).
Updates `org.wildfly.security:wildfly-elytron` from 2.2.2.Final to 2.2.3.Final
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/2.2.2.Final...2.2.3.Final )
---
updated-dependencies:
- dependency-name: org.wildfly.security:wildfly-elytron
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: integration-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 18:32:58 +00:00
dependabot[bot]
dcad8b7caa
Bump the integration-deps group with 1 update
...
Bumps the integration-deps group with 1 update: [org.wildfly.security:wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron ).
Updates `org.wildfly.security:wildfly-elytron` from 2.2.2.Final to 2.2.3.Final
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/2.2.2.Final...2.2.3.Final )
---
updated-dependencies:
- dependency-name: org.wildfly.security:wildfly-elytron
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: integration-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 18:32:58 +00:00
dependabot[bot]
ca7f1fca08
Bump the build-deps group with 5 updates
...
Bumps the build-deps group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java ) | `1.19.3` | `1.19.4` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire ) | `3.2.3` | `3.2.5` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) | `3.2.3` | `3.2.5` |
| org.apache.maven.surefire:surefire-junit47 | `3.2.3` | `3.2.5` |
| [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools ) | `3.10.2` | `3.11.0` |
Updates `org.testcontainers:testcontainers-bom` from 1.19.3 to 1.19.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4 )
Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.3 to 3.2.5
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5 )
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.3 to 3.2.5
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5 )
Updates `org.apache.maven.surefire:surefire-junit47` from 3.2.3 to 3.2.5
Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.10.2 to 3.11.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases )
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0 )
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-deps
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-deps
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-deps
- dependency-name: org.apache.maven.surefire:surefire-junit47
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-deps
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 18:32:15 +00:00
dependabot[bot]
f43c1c8602
Bump the build-deps group with 5 updates
...
Bumps the build-deps group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java ) | `1.19.3` | `1.19.4` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire ) | `3.2.3` | `3.2.5` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) | `3.2.3` | `3.2.5` |
| org.apache.maven.surefire:surefire-junit47 | `3.2.3` | `3.2.5` |
| [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools ) | `3.10.2` | `3.11.0` |
Updates `org.testcontainers:testcontainers-bom` from 1.19.3 to 1.19.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.3...1.19.4 )
Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.3 to 3.2.5
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5 )
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.3 to 3.2.5
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5 )
Updates `org.apache.maven.surefire:surefire-junit47` from 3.2.3 to 3.2.5
Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.10.2 to 3.11.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases )
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0 )
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-deps
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-deps
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-deps
- dependency-name: org.apache.maven.surefire:surefire-junit47
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-deps
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 18:32:15 +00:00
Joakim Erdfelt
cd804fd8de
Merge pull request #10127 from LoggingResearch/jetty-10.0.x
...
Align Logging Level for Listener Timeout Exceptions with Debug
2024-01-26 09:21:07 -06:00
Joakim Erdfelt
929e656b36
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-01-25 11:00:39 -06:00
Joakim Erdfelt
6fec10e51e
Issue #11260 - Allow `QuickStartConfiguration` to be used in mixed contexts environment where some do not have a WEB-INF/quickstart-web.xml ( #11261 )
...
* QuickStartConfiguration updated
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-01-25 11:00:13 -06:00
Joakim Erdfelt
82d4d5fcf1
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-01-16 11:10:57 -06:00
Joakim Erdfelt
d8c34c4ccd
Merge pull request #11276 from jetty/fix/10.0.x/start-sh-expr-fix
...
Issue #11273 - Add support for BSD based `expr` utility in `jetty.sh`
2024-01-16 10:46:23 -06:00
Joakim Erdfelt
65132561c6
Issue #11273 - Add support for BSD based `expr` utility in `jetty.sh`
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-01-15 13:36:30 -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