Commit Graph

3067 Commits

Author SHA1 Message Date
dependabot[bot] f0918185f1
Merge pull request #8638 from eclipse/dependabot/maven/jetty-10.0.x/io.hawt-hawtio-default-2.15.2 2022-10-01 04:37:23 +00:00
dependabot[bot] 229617ab50
Bump testcontainers-bom from 1.17.3 to 1.17.4
Bumps [testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.17.3 to 1.17.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.17.3...1.17.4)

---
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>
2022-10-01 02:05:00 +00:00
dependabot[bot] 32e0b11ec8
Bump maven-shade-plugin from 3.3.0 to 3.4.0
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.3.0...maven-shade-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 02:04:50 +00:00
dependabot[bot] 3a8b1db1a2
Bump checkstyle from 10.3.3 to 10.3.4
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.3 to 10.3.4.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.3...checkstyle-10.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 02:04:32 +00:00
dependabot[bot] 95a8b16325
Bump junit.version from 5.9.0 to 5.9.1
Bumps `junit.version` from 5.9.0 to 5.9.1.

Updates `junit-bom` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

Updates `junit-vintage-engine` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 02:03:23 +00:00
dependabot[bot] 8beda969e4
Bump hawtio-default from 2.15.1 to 2.15.2
Bumps [hawtio-default](https://github.com/hawtio/hawtio) from 2.15.1 to 2.15.2.
- [Release notes](https://github.com/hawtio/hawtio/releases)
- [Changelog](https://github.com/hawtio/hawtio/blob/main/CHANGES.md)
- [Commits](https://github.com/hawtio/hawtio/compare/hawtio-2.15.1...hawtio-2.15.2)

---
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>
2022-10-01 02:03:08 +00:00
dependabot[bot] afdd397155
Bump wildfly-elytron from 1.20.1.Final to 2.0.0.Final
Bumps [wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 1.20.1.Final to 2.0.0.Final.
- [Release notes](https://github.com/wildfly-security/wildfly-elytron/releases)
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/1.20.1.Final...2.0.0.Final)

---
updated-dependencies:
- dependency-name: org.wildfly.security:wildfly-elytron
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 02:03:00 +00:00
Joakim Erdfelt d73252a28c
Jetty 12 : `ResourceListing` produces XHTML (and is validated in test cases) (#8471)
* Produce XHTML output with tests that validate the XHTML.
* Adding ResourceListingTest and ensuring ResourceListing output is well formed.
* Introduce non-directory entry in ResourceListing test for ResourceCollection
2022-09-27 11:42:05 -05:00
Joakim Erdfelt 2c335eb7dd
Jetty 12 : Correct appassembler error during `jetty-ee10-test-quickstart` (#8616)
* appassembler-maven-plugin is not needed anymore
2022-09-23 15:07:11 +10:00
Lachlan Roberts 1cc91d36ef Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-09-23 14:42:23 +10:00
Joakim Erdfelt ebfb7c63bb
Bump log4j2 to 2.19.0 (#8605)
* Bump log4j2 to 2.19.0
+ Remove old exclusions to log4j in infinispan
  (no longer relevant)
* fix usage of log4j-slf4j2-impl

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-09-22 17:38:48 +10:00
Olivier Lamy 45ca33676d Merge branch 'jetty-11.0.x' into jetty-12.0.x 2022-09-22 10:09:06 +10:00
Simone Bordet 854d5cdf6a Renamed ee9 client transport tests package.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-09-21 20:03:49 +02:00
Joakim Erdfelt d0fd6b88ea
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-09-21 07:22:47 -05:00
Jochen Schalanda 35fe649749
Bump Logback to version 1.4.1 (#8604)
> # 2022-09-14 Release of logback versions 1.3.1 and 1.4.1
> Logback components written for logback 1.2 should work without change in version 1.3. However, Joran, logback's configuration system, has been rewritten to use an internal representation model which can be processed separately. Thus, code depending on Joran needs to be adapted to changes in Joran (logback's internal configuration mechanism).
> 
> As a result of enhancements to Joran, logback configuration scripts are now largely order-free. For example, appenders can now be defined after they are first referenced in a logger. Moreover, unreferenced appenders are no longer instantiated.
> 
> - Logback-classic now correctly invokes DefaultJoranConfigurator when running in a (JPMS) modular environment. This fixes LOGBACK-1670 reported by Alexey Gavrilov who also provided the relevant test case.
> -Logback will now correctly retrieve its own version information when running in a (JPMS) modular environment. This fixes LOGBACK-1677.
> - Logback version 1.3.1 now correctly declares javax.servlet.ServletContainerInitializer as a provided service. This fixes LOGBACK-1671 as reported by Chad Wilson.
2022-09-21 07:14:20 -05:00
Jochen Schalanda 1bc0c0634a
Bump SLF4J to version 2.0.2 (#8603)
SLF4J 2.0.0, 2.0.1, and 2.0.2 have been released recently.

https://www.slf4j.org/news.html

> # 2022-09-20 - Release of SLF4J 2.0.2
> - Fixed bug in the setContextMap() method of Reload4jMDCAdapter. This issue was reported in [SLF4J-563](https://jira.qos.ch/browse/SLF4J-563) by Michael Wartes.
> - The binary of this version can be reproduced by checking out the tag v_2.0.2 from the source code repository (GitHub). Release built using Java "18" 2022-03-22 build 18+36-2087 under Linux Debian 11.2.
> # 2022-09-14 - Release of SLF4J 2.0.1
> - The Logger.makeLoggingEventBuilder method semantics has changed so that overriding implementations should now always build a new LoggingEventBuilder instance as appropraiate for the implementation, i.e the logging backend. For more details see [SLF4J-560](https://jira.qos.ch/browse/SLF4J-560).
> - Deprecated unused LoggerFactoryBinder and MarkerFactoryBinder classes. This issue was raised in [SLF4J-555](https://jira.qos.ch/browse/SLF4J-555) by Witalij Berdinskich who provided the relevant patch.
> - The binary of this version can be reproduced by checking out the tag v_2.0.1 from the source code repository (GitHub). Release built using Java "18" 2022-03-22 build 18+36-2087 under Linux Debian 11.2.
> 
> # 2022-08-20 - Release of SLF4J 2.0.0
> The the 2.0.x series requires Java 8 and adds a backward-compatible [fluent logging api](https://www.slf4j.org/manual.html#fluent).
> 
> Moreover, SLF4J has been modularized per [JPMS/Jigsaw](http://openjdk.java.net/projects/jigsaw/spec/) specification. The resulting internal changes are [detailed](https://www.slf4j.org/faq.html#changesInVersion200) in the FAQ page.
SLF4J 2.0.x series requires Java 8. It builds upon the 1.8.x series and adds a backward-compatible [fluent logging api](https://www.slf4j.org/manual.html#fluent). By backward-compatible, we mean that existing logging frameworks do not have to be changed for the user to benefit from the fluent logging API. However, existing frameworks must migrate to the ServiceLoader mechanism. The resulting internal changes are [detailed](https://www.slf4j.org/faq.html#changesInVersion200) in the FAQ page.
> - Except minor javadoc changes, this release is identical to 2.0.0-beta1 released earlier this month.
> - The binary of this version can be reproduced by checking out the tag v_2.0.0 from the source code repository (GitHub). Release built using Java "18" 2022-03-22 build 18+36-2087 under Linux Debian 11.2.
2022-09-21 07:14:09 -05:00
Simone Bordet 3dd81be051
Updated SLF4J to 2.0.1.
Updated Log4j2 to 2.19.0.
Updated logging-log4j2.mod.
Removed references to og4j-slf4j18-impl, replaced by log4j-slf4j2-impl.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-09-20 22:04:36 +02:00
Olivier Lamy 6b1611592d
merge back release branch to bump version to 11.0.13-SNAPSHOT (#8594)
* Updating to version 11.0.12

* Updating to version 11.0.13-SNAPSHOT

* add release jetty-9.4.49.v20220914 and 10.0.12 in VERSION.TXT
2022-09-16 19:50:26 +10:00
Olivier Lamy dbd07146ec
merge back release branch to bump version to 10.0.13-SNAPSHOT (#8593)
* Updating to version 10.0.12

* Updating to version 10.0.13-SNAPSHOT

* VERSION.TXT =+ content of jetty-9.4.49.v20220914 release

* remove strange line and reorder
2022-09-16 19:50:12 +10:00
Joakim Erdfelt 141c58208d
Merge branch 'jetty-11.0.x' into jetty-12.0.x 2022-09-13 10:11:40 -05:00
Olivier Lamy e2e2202895 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-09-09 11:16:39 +10:00
dependabot[bot] 3df45b92de
Merge pull request #8569 from eclipse/dependabot/maven/jetty-10.0.x/com.fasterxml.jackson.core-jackson-databind-2.13.4 2022-09-09 00:44:37 +00:00
Olivier Lamy fc45d82875 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-09-09 08:53:08 +10:00
dependabot[bot] 2b2889c6cd
Merge pull request #8566 from eclipse/dependabot/maven/jetty-10.0.x/org.codehaus.mojo-versions-maven-plugin-2.12.0 2022-09-08 22:45:35 +00:00
dependabot[bot] 3c004043e1
Bump jackson-databind from 2.13.3 to 2.13.4
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08 21:58:36 +00:00
Olivier Lamy ed36989f02 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-09-09 06:17:48 +10:00
dependabot[bot] 6904b4eca1
Bump jackson-core from 2.13.3 to 2.13.4
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.13.3 to 2.13.4.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.13.3...jackson-core-2.13.4)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08 12:28:44 +00:00
dependabot[bot] c1ab3949ef
Merge pull request #8570 from eclipse/dependabot/maven/jetty-10.0.x/com.fasterxml.jackson.core-jackson-annotations-2.13.4 2022-09-08 12:27:24 +00:00
Olivier Lamy 4cf8ba451e Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-09-08 22:08:11 +10:00
dependabot[bot] bb54a2058f
Bump versions-maven-plugin from 2.11.0 to 2.12.0
Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/mojohaus/versions-maven-plugin/releases)
- [Changelog](https://github.com/mojohaus/versions-maven-plugin/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/mojohaus/versions-maven-plugin/compare/versions-maven-plugin-2.11.0...versions-maven-plugin-2.12.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08 12:07:36 +00:00
dependabot[bot] e4fc142c86
Merge pull request #8562 from eclipse/dependabot/maven/jetty-10.0.x/com.github.spotbugs-spotbugs-maven-plugin-4.7.2.0 2022-09-08 12:06:09 +00:00
dependabot[bot] df1e4d80ea
Bump jackson-annotations from 2.13.3 to 2.13.4
Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08 10:38:23 +00:00
dependabot[bot] f9d920e6ba
Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.1.1 to 4.7.2.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.1.1...spotbugs-maven-plugin-4.7.2.0)

---
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>
2022-09-08 10:36:14 +00:00
dependabot[bot] d81a564b8c
Bump hawtio-default from 2.15.0 to 2.15.1
Bumps [hawtio-default](https://github.com/hawtio/hawtio) from 2.15.0 to 2.15.1.
- [Release notes](https://github.com/hawtio/hawtio/releases)
- [Changelog](https://github.com/hawtio/hawtio/blob/main/CHANGES.md)
- [Commits](https://github.com/hawtio/hawtio/compare/hawtio-2.15.0...hawtio-2.15.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>
2022-09-08 10:36:07 +00:00
Simone Bordet 8953873e67
Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-09-06 12:31:54 +02:00
Simone Bordet 7fb4ac559d
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-09-06 09:40:25 +02:00
MoonLord-LM bc6d19f100
Issue #8540, add classifier for jetty-12.0.x (#8542) 2022-09-03 19:38:26 +10:00
MoonLord-LM df2826f0c3
Issue #8540, add classifier (#8541)
closes #8540
2022-09-03 13:54:22 +10:00
Olivier Lamy b1ab381b99 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-09-02 17:45:51 +10:00
Ludovic Orban bb83e835cf Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2022-09-02 09:12:24 +02:00
dependabot[bot] fa13370000
Merge pull request #8516 from eclipse/dependabot/maven/jetty-10.0.x/org.mariadb.jdbc-mariadb-java-client-3.0.7 2022-09-02 06:37:31 +00:00
dependabot[bot] d0225dc102
Bump protostream from 4.4.3.Final to 4.4.4.Final
Bumps [protostream](https://github.com/infinispan/protostream) from 4.4.3.Final to 4.4.4.Final.
- [Release notes](https://github.com/infinispan/protostream/releases)
- [Commits](https://github.com/infinispan/protostream/compare/4.4.3.Final...4.4.4.Final)

---
updated-dependencies:
- dependency-name: org.infinispan.protostream:protostream
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-02 04:57:53 +00:00
dependabot[bot] 7fa2fbb114
Bump mariadb-java-client from 3.0.6 to 3.0.7
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.0.6 to 3.0.7.
- [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.0.6...3.0.7)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-02 04:56:08 +00:00
Olivier Lamy 228b58e345 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-09-02 14:51:07 +10:00
Olivier Lamy 6b1eb1486b
remove some unused plugins from poms (#8534)
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-09-02 14:25:46 +10:00
dependabot[bot] 7caeb3ba4c
Merge pull request #8507 from eclipse/dependabot/maven/jetty-10.0.x/com.google.errorprone-error_prone_annotations-2.15.0 2022-09-02 04:04:58 +00:00
Joakim Erdfelt a876641f1c
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-09-01 16:27:54 -05:00
dependabot[bot] 30eea1d717
Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (#8509)
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-01 16:25:38 -05:00
dependabot[bot] d3e0d55781
Bump error_prone_annotations from 2.14.0 to 2.15.0
Bumps [error_prone_annotations](https://github.com/google/error-prone) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.14.0...v2.15.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>
2022-09-01 20:53:04 +00:00
dependabot[bot] 5808d1cc4d
Merge pull request #8513 from eclipse/dependabot/maven/jetty-10.0.x/com.puppycrawl.tools-checkstyle-10.3.3 2022-09-01 20:50:40 +00:00
dependabot[bot] 5695d8cf6f
Merge pull request #8515 from eclipse/dependabot/maven/jetty-10.0.x/org.codehaus.mojo-flatten-maven-plugin-1.3.0 2022-09-01 20:50:18 +00:00
dependabot[bot] a779586081
Bump mariadb-java-client from 3.0.6 to 3.0.7
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.0.6 to 3.0.7.
- [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.0.6...3.0.7)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 12:53:31 +00:00
Ludovic Orban ac5416f66e Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2022-09-01 14:48:51 +02:00
dependabot[bot] 935d894872
Merge pull request #8522 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0 2022-09-01 07:41:32 +00:00
dependabot[bot] 027de89de5
Merge pull request #8520 from eclipse/dependabot/maven/jetty-11.0.x/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0 2022-09-01 07:41:11 +00:00
dependabot[bot] a81dc9f461
Merge pull request #8528 from eclipse/dependabot/maven/jetty-11.0.x/org.apache.maven.plugins-maven-javadoc-plugin-3.4.1 2022-09-01 07:40:49 +00:00
dependabot[bot] 25925bd3c3
Merge pull request #8511 from eclipse/dependabot/maven/jetty-10.0.x/ch.qos.logback-logback-core-1.4.0 2022-09-01 06:08:20 +00:00
dependabot[bot] 03e0612c0f
Merge pull request #8506 from eclipse/dependabot/maven/jetty-11.0.x/org.jboss.threads-jboss-threads-3.5.0.Final 2022-09-01 05:23:17 +00:00
dependabot[bot] f604f4c8b0
Merge pull request #8505 from eclipse/dependabot/maven/jetty-10.0.x/io.grpc-grpc-core-1.49.0 2022-09-01 05:22:55 +00:00
dependabot[bot] 45205f8e6a
Merge pull request #8501 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.maven.plugins-maven-jxr-plugin-3.3.0 2022-09-01 05:22:01 +00:00
dependabot[bot] 7fa26fa31c
Merge pull request #8502 from eclipse/dependabot/maven/jetty-10.0.x/org.jboss.threads-jboss-threads-3.5.0.Final 2022-09-01 05:21:38 +00:00
dependabot[bot] 6c3961d7c5
Bump maven-javadoc-plugin from 3.4.0 to 3.4.1
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:10:40 +00:00
dependabot[bot] 862eded0e1
Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:08:37 +00:00
dependabot[bot] 354866b960
Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:08:28 +00:00
dependabot[bot] a95aad851d
Bump flatten-maven-plugin from 1.2.7 to 1.3.0
Bumps [flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.2.7 to 1.3.0.
- [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/flatten-maven-plugin-1.2.7...flatten-maven-plugin-1.3.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:flatten-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:07:48 +00:00
dependabot[bot] 6627065f76
Bump checkstyle from 10.3.2 to 10.3.3
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.2 to 10.3.3.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.2...checkstyle-10.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:07:30 +00:00
dependabot[bot] cd7b0fa672
Bump logback-core from 1.3.0-beta0 to 1.4.0
Bumps [logback-core](https://github.com/qos-ch/logback) from 1.3.0-beta0 to 1.4.0.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.3.0-beta0...v_1.4.0)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:07:09 +00:00
dependabot[bot] 34dc9ae78e
Bump grpc-core from 1.48.0 to 1.49.0
Bumps [grpc-core](https://github.com/grpc/grpc-java) from 1.48.0 to 1.49.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.48.0...v1.49.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>
2022-09-01 02:06:21 +00:00
dependabot[bot] e60bdda032
Bump jboss-threads from 3.1.0.Final to 3.5.0.Final
Bumps [jboss-threads](https://github.com/jbossas/jboss-threads) from 3.1.0.Final to 3.5.0.Final.
- [Release notes](https://github.com/jbossas/jboss-threads/releases)
- [Commits](https://github.com/jbossas/jboss-threads/compare/3.1.0.Final...3.5.0.Final)

---
updated-dependencies:
- dependency-name: org.jboss.threads:jboss-threads
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:06:05 +00:00
dependabot[bot] aa4777ae4f
Bump grpc-core from 1.48.0 to 1.49.0
Bumps [grpc-core](https://github.com/grpc/grpc-java) from 1.48.0 to 1.49.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.48.0...v1.49.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>
2022-09-01 02:05:55 +00:00
dependabot[bot] 8327e49ea6
Bump wildfly-elytron from 1.20.0.Final to 1.20.1.Final
Bumps [wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 1.20.0.Final to 1.20.1.Final.
- [Release notes](https://github.com/wildfly-security/wildfly-elytron/releases)
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/1.20.0.Final...1.20.1.Final)

---
updated-dependencies:
- dependency-name: org.wildfly.security:wildfly-elytron
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:05:43 +00:00
dependabot[bot] 988ccae021
Bump jboss-threads from 3.1.0.Final to 3.5.0.Final
Bumps [jboss-threads](https://github.com/jbossas/jboss-threads) from 3.1.0.Final to 3.5.0.Final.
- [Release notes](https://github.com/jbossas/jboss-threads/releases)
- [Commits](https://github.com/jbossas/jboss-threads/compare/3.1.0.Final...3.5.0.Final)

---
updated-dependencies:
- dependency-name: org.jboss.threads:jboss-threads
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:05:03 +00:00
dependabot[bot] b235833f14
Bump maven-jxr-plugin from 3.2.0 to 3.3.0
Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-jxr/releases)
- [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.2.0...jxr-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jxr-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 02:04:44 +00:00
Olivier Lamy d533040ea7
fix ee8 jstl module and demo (#8484)
* add distribution test for demo jstl
* fix default pattern, not more need of taglib

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-25 07:06:30 +10:00
Olivier Lamy 2d259409a4 Merge branch 'jetty-11.0.x' into jetty-12.0.x 2022-08-22 02:17:12 +00:00
Olivier Lamy 9fbf9a5049 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-08-22 02:15:58 +00:00
Olivier Lamy bfcb3ab1e1
use slf4j 2.0.0 (#8482)
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-22 12:14:43 +10:00
Olivier Lamy 2ea02c9dc1 disable redhat and debian version rules to be able to release alpha0
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-20 04:15:11 +00:00
Olivier Lamy 75751401bd touch to trigger build
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-19 12:03:36 +10:00
Joakim Erdfelt 3d51380922
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2022-08-16 07:00:11 -05:00
Joakim Erdfelt aff36c1c0c
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-08-16 06:59:33 -05:00
Joakim Erdfelt 3157256ff9
Bump slf4j to 2.0.0-beta1 and logback to 1.3.0-beta0 (#8467)
* Bump slf4j to 2.0.0-beta1 and logback to 1.3.0-beta0
* use new artifactId slf4j-reload4j

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-16 06:58:48 -05:00
Simone Bordet 601cba0b18
Fixed javadocs.
Javadoc generation for the jetty-quic-quiche-* modules may need
to use a <profile> since the APIs used depend on the Java version.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-13 17:45:26 +02:00
Simone Bordet 1eea480764
Jetty 12 module renaming - jetty-websocket.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-12 09:33:31 +02:00
Simone Bordet be2d4ef069
Jetty 12 module renaming - jetty-quic.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-12 09:33:31 +02:00
Simone Bordet 122b095260
Jetty 12 module renaming - jetty-http3.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-12 09:33:31 +02:00
Simone Bordet 7d264e6024
Jetty 12 module renaming - jetty-http2.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-12 09:33:31 +02:00
Simone Bordet 11c3642892
Jetty 12 module renaming - jetty-fcgi.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-08-12 09:33:31 +02:00
Joakim Erdfelt 97cdd53d78
Enable test tracking 2022-08-04 17:22:43 -05:00
dependabot[bot] b7d8635763
Bump wildfly-elytron from 1.19.0.Final to 1.20.0.Final (#8385)
* Bump wildfly-elytron from 1.19.0.Final to 1.20.0.Final

Bumps [wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 1.19.0.Final to 1.20.0.Final.
- [Release notes](https://github.com/wildfly-security/wildfly-elytron/releases)
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/1.19.0.Final...1.20.0.Final)

---
updated-dependencies:
- dependency-name: org.wildfly.security:wildfly-elytron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix upperbound

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>
2022-08-02 18:57:35 +10:00
dependabot[bot] cd23a77e1a
Merge pull request #8387 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.avro-avro-1.11.1 2022-08-02 05:49:31 +00:00
Olivier Lamy eeaca81f83 fix exclusion of groups stress and slow (#8399)
* fix exclusion of groups stress and slow

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-02 15:47:35 +10:00
Olivier Lamy 60ea6d2bd6 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-08-02 14:18:48 +10:00
Olivier Lamy 3ced67f821
fix exclusion of groups stress and slow (#8399)
* fix exclusion of groups stress and slow

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-02 11:57:47 +10:00
dependabot[bot] 875210ad8d
Bump avro from 1.11.0 to 1.11.1
Bumps avro from 1.11.0 to 1.11.1.

---
updated-dependencies:
- dependency-name: org.apache.avro:avro
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 00:21:25 +00:00
Joakim Erdfelt 5af8f769bc
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2022-08-01 16:44:09 -05:00
Joakim Erdfelt 18606b5d23
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-08-01 16:43:28 -05:00
dependabot[bot] 6b00c13990
Bump asciidoctorj from 2.5.4 to 2.5.5 (#8383)
Bumps [asciidoctorj](https://github.com/asciidoctor/asciidoctorj) from 2.5.4 to 2.5.5.
- [Release notes](https://github.com/asciidoctor/asciidoctorj/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctorj/blob/main/CHANGELOG.adoc)
- [Commits](https://github.com/asciidoctor/asciidoctorj/compare/v2.5.4...v2.5.5)

---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctorj
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-01 16:43:15 -05:00
Joakim Erdfelt 67953f8328
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2022-08-01 15:48:12 -05:00
Joakim Erdfelt 25c03ca631
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-08-01 14:16:43 -05:00