Commit Graph

26103 Commits

Author SHA1 Message Date
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
Jan Bartel dad19533b8 Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.0.x-rm-deprecated-initializer 2022-08-02 16:55:24 +10:00
Olivier Lamy 6c319f339b Merge branch 'jetty-11.0.x' into jetty-12.0.x 2022-08-02 15:52:12 +10:00
Olivier Lamy 5e10334cbb Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-08-02 15:50:24 +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 63033e3162 fix merge
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-02 15:48:13 +10: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
Joakim Erdfelt 8ade542d9a
Make backport of WebDescriptor to EE8 more reliable
+ Now only loads ee9 specific XML entities if running in an ee9 package.
+ Basing WebDescriptor XML Entity lookup on SERVLET_MAJOR_VERSION
2022-08-01 21:48:11 -05:00
Joakim Erdfelt acdf682f67
Restoring jetty-logging.properties 2022-08-01 21:48:09 -05:00
Joakim Erdfelt e848dd0852
Fixing missing XML entities
+ Adding missing core XML entities
  to jetty-xml project
  * datatypes.dtd
  * xml.xsd
  * XMLSchema.dtd
+ registering core XML entities
  in XmlParser itself
+ adding new tests
+ Descriptor now catches SAXException
+ WebDescriptor doesn't worry about
  core XML entities
2022-08-01 21:48:09 -05:00
Joakim Erdfelt 489b0fbde8
Removing unused throwables. 2022-08-01 21:48:08 -05:00
Joakim Erdfelt a9516453c2
Change containsDirectory to hasNamedPathSegment 2022-08-01 21:48:08 -05:00
Joakim Erdfelt 84f6dc7f4c
Review of Resource throwables 2022-08-01 21:48:08 -05:00
Joakim Erdfelt e1ebef2ca6
Changing contract of Resource.resolve(String)
No longer throws IOException
2022-08-01 21:48:07 -05:00
Joakim Erdfelt e6be9fb14c
Updates from review 2022-08-01 21:48:07 -05:00
Joakim Erdfelt 98fa52ef30
Updating FileID.isTld(Path) 2022-08-01 21:48:07 -05:00
Joakim Erdfelt dd7dda2c53
Move FileID from deploy to util
+ Move static methods from other
  places to FileID or URIUtil
  - MultiReleaseJarFile
  - Resource
  - MetaInfConfiguration
+ Improve testing of URIUtil and FileID
2022-08-01 21:48:00 -05:00
Jan Bartel ef1cd2b35d Remove deprecated classes from annotation initialization. 2022-08-02 12:00:59 +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 3006994b14
Use real pom for jetty-client, not dependency-reduced
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-08-01 17:19:17 -05: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
dependabot[bot] f676c7d03b
Bump maven-bundle-plugin from 5.1.6 to 5.1.8 (#8378)
Bumps maven-bundle-plugin from 5.1.6 to 5.1.8.

---
updated-dependencies:
- dependency-name: org.apache.felix:maven-bundle-plugin
  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 14:15:44 -05:00
dependabot[bot] f7c69b5dd5
Bump junit.version from 5.8.2 to 5.9.0 (#8380)
Bumps `junit.version` from 5.8.2 to 5.9.0.

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

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

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  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>
2022-08-01 12:59:31 -05:00
dependabot[bot] e7e639b08c
Merge pull request #8366 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.maven.plugins-maven-remote-resources-plugin-3.0.0 2022-08-01 17:45:22 +00:00
dependabot[bot] 33be1e65e5
Bump avro from 1.11.0 to 1.11.1 (#8389)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-01 11:39:09 -05:00
Joakim Erdfelt 91b3d91397
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2022-08-01 11:01:37 -05:00
dependabot[bot] dabc814210
Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0 (#8374)
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0-M2 to 3.0.0.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.0.0-M2...maven-deploy-plugin-3.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  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 11:01:16 -05:00
dependabot[bot] b74b0f612a
Bump maven-install-plugin from 3.0.0-M1 to 3.0.1 (#8377)
Bumps [maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.0.0-M1 to 3.0.1.
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.0.0-M1...maven-install-plugin-3.0.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  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 11:00:52 -05:00
dependabot[bot] b1343d38d5
Merge pull request #8381 from eclipse/dependabot/maven/jetty-10.0.x/com.puppycrawl.tools-checkstyle-10.3.2 2022-08-01 12:31:09 +00:00
dependabot[bot] 748b64be95
Merge pull request #8375 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.maven.plugins-maven-install-plugin-3.0.1 2022-08-01 12:27:27 +00:00
dependabot[bot] ebb1db3afb
Merge pull request #8372 from eclipse/dependabot/maven/jetty-10.0.x/com.github.spotbugs-spotbugs-maven-plugin-4.7.1.1 2022-08-01 12:04:58 +00:00
Olivier Lamy 1df7c25942 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-08-01 20:40:07 +10:00
dependabot[bot] c693022638
Merge pull request #8373 from eclipse/dependabot/maven/jetty-10.0.x/com.google.code.gson-gson-2.9.1 2022-08-01 10:04:49 +00:00
Olivier Lamy 2ffa1c9277 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-08-01 15:37:45 +10:00
dependabot[bot] 6ee61e4c51
Merge pull request #8371 from eclipse/dependabot/maven/jetty-11.0.x/org.apache.maven.plugins-maven-assembly-plugin-3.4.2 2022-08-01 05:27:42 +00:00
dependabot[bot] 015c445f7d
Bump jaxb-runtime from 2.3.5 to 2.3.6 (#8130)
Bumps jaxb-runtime from 2.3.5 to 2.3.6.

---
updated-dependencies:
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-type: direct:development
  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 14:43:57 +10:00
Olivier Lamy 875d0b0a9b
add a configuration field to MavenServerConnector to be able to force reUsePort (#7963)
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-08-01 14:42:10 +10:00
dependabot[bot] a3611370fd
Merge pull request #8369 from eclipse/dependabot/maven/jetty-11.0.x/org.wildfly.security-wildfly-elytron-1.20.0.Final 2022-08-01 04:31:01 +00:00
Olivier Lamy 78a47e7fa2 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2022-08-01 14:24:48 +10:00
dependabot[bot] 300cd04e76
Bump gson from 2.9.0 to 2.9.1
Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1.
- [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.9.0...gson-parent-2.9.1)

---
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>
2022-08-01 04:24:27 +00:00
dependabot[bot] 32e797da2a
Merge pull request #8370 from eclipse/dependabot/maven/jetty-10.0.x/io.grpc-grpc-core-1.48.0 2022-08-01 04:23:11 +00:00
dependabot[bot] d9e02437bf
Bump maven-remote-resources-plugin from 1.7.0 to 3.0.0
Bumps [maven-remote-resources-plugin](https://github.com/apache/maven-remote-resources-plugin) from 1.7.0 to 3.0.0.
- [Release notes](https://github.com/apache/maven-remote-resources-plugin/releases)
- [Commits](https://github.com/apache/maven-remote-resources-plugin/compare/maven-remote-resources-plugin-1.7.0...maven-remote-resources-plugin-3.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-remote-resources-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 04:22:49 +00:00
dependabot[bot] 31e5347199
Merge pull request #8368 from eclipse/dependabot/maven/jetty-11.0.x/org.apache.maven.plugins-maven-resources-plugin-3.3.0 2022-08-01 04:22:45 +00:00
dependabot[bot] 290bb67ad6
Merge pull request #8367 from eclipse/dependabot/maven/jetty-10.0.x/org.codehaus.mojo-exec-maven-plugin-3.1.0 2022-08-01 04:22:19 +00:00