Joakim Erdfelt
be4e5ab3c9
Merge pull request #5503 from eclipse/dependabot/maven/jetty-10.0.x/org.springframework-spring-beans-5.2.9.RELEASE
...
Bump spring-beans from 5.1.1.RELEASE to 5.2.9.RELEASE
2020-10-26 12:46:26 -05:00
Joakim Erdfelt
76a0f19a60
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-10-26 10:24:05 -05:00
Joakim Erdfelt
9617db39f8
Merge pull request #5515 from eclipse/jetty-9.4.x-5511-delete-SslEngineBehaviorTest
...
Closes #5511 - Deleting old SslEngineBehaviorTest
2020-10-26 10:22:39 -05:00
Joakim Erdfelt
64d323fce1
Closes #5511 - Deleting old SslEngineBehaviorTest
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-26 09:06:03 -05:00
Joakim Erdfelt
0d03196a52
Dumping JVM details for when SslEngineBehaviorTest.checkSslEngineBehaviour fails
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-26 08:54:00 -05:00
Joakim Erdfelt
15cfc95be7
Merge pull request #5501 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.geronimo.specs-geronimo-jcdi_2.0_spec-1.3
...
Bump geronimo-jcdi_2.0_spec from 1.2 to 1.3
2020-10-26 04:37:52 -05:00
dependabot[bot]
4ee4302cd8
Bump spring-beans from 5.1.1.RELEASE to 5.2.9.RELEASE
...
Bumps [spring-beans](https://github.com/spring-projects/spring-framework ) from 5.1.1.RELEASE to 5.2.9.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.1.RELEASE...v5.2.9.RELEASE )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-26 06:23:28 +00:00
dependabot[bot]
0342bf517e
Bump geronimo-jcdi_2.0_spec from 1.2 to 1.3
...
Bumps geronimo-jcdi_2.0_spec from 1.2 to 1.3.
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-26 06:23:26 +00:00
Joakim Erdfelt
4bacb458f3
Merge remote-tracking branch 'origin/release-10.0.0.beta3' into jetty-10.0.x
2020-10-22 12:50:08 -05:00
Joakim Erdfelt
557eeede53
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-10-22 12:48:47 -05:00
Joakim Erdfelt
3ec5c340fd
Merge remote-tracking branch 'origin/release-9.4.33' into jetty-9.4.x
2020-10-22 12:46:41 -05:00
Simone Bordet
451e5552f1
Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
2020-10-22 17:34:25 +02:00
Simone Bordet
a19bec92ca
Added alpn-16.mod to allow building with Java 16.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-10-22 17:33:07 +02:00
Joakim Erdfelt
f3a2a8ca76
Updating to version 10.0.0-SNAPSHOT
2020-10-21 16:02:05 -05:00
Joakim Erdfelt
35f68bc891
Updating to version 10.0.0.beta3
2020-10-21 15:39:57 -05:00
Joakim Erdfelt
640dc1effd
Fixing permissions and uid/gid on tarball.
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-21 15:25:47 -05:00
Jan Bartel
1e545bf79b
Add jaas documentation.
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-10-21 18:18:20 +02:00
Joakim Erdfelt
e726eefb0b
Updating to version 9.4.34-SNAPSHOT
2020-10-20 18:55:39 -05:00
Joakim Erdfelt
1be6875565
Updating to version 9.4.33.v20201020
2020-10-20 18:28:51 -05:00
Joakim Erdfelt
05f08fec4c
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-10-20 17:35:56 -05:00
Joakim Erdfelt
f4c55c65e0
Merge pull request #5481 from eclipse/jetty-9.4.x-5480-npe-webinfconfiguration
...
NPE protection on WebInfConfiguration.deconfigure()
2020-10-20 17:27:33 -05:00
Joakim Erdfelt
fa6c8f7dec
Issue #5480 - Only delete non-persist temp dir if not-empty
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-20 17:19:54 -05:00
Joakim Erdfelt
c7ae5b50ab
Issue #5480 - Safer temp directory management
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-20 16:53:09 -05:00
Joakim Erdfelt
6be6fae291
Issue #5480 - NPE Check in WebInfConfiguration.deconfigure()
...
+ Removing Temp dir deletion in configureTempDirectory()
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-20 16:30:39 -05:00
Joakim Erdfelt
227dd47157
Issue #5480 - Fail in jetty-maven-plugin if unable to create temp directory.
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-20 16:29:22 -05:00
Joakim Erdfelt
0e98c370fd
Issue #5480 - NPE protection on IO.delete(File)
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-20 16:28:36 -05:00
Joakim Erdfelt
6b0736f263
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-10-20 11:34:41 -05:00
Joakim Erdfelt
4ecaf3049c
Merge pull request #5479 from eclipse/jetty-9.4.x-5475-ScanForAsmVersion
...
Fixes #5475 Scan for updated ASM version
2020-10-20 10:50:29 -05:00
Joakim Erdfelt
7155066d4a
Issue #5475 - Adding debug log output for asmVersion detect
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-20 10:07:43 -05:00
Joakim Erdfelt
a3e3632340
Issue #5475 - Changing ASM API version lookup to use Reflection against ASM Opcodes.
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-20 09:34:38 -05:00
gregw
fa713979c0
Fixes #5475 Scan for updated ASM version
...
Scan for the highest known ASM version so we can always run on latest JVM if the ASM jar is updated.
2020-10-20 13:29:30 +02:00
Joakim Erdfelt
7534610c74
Excluding more 3rd party deps from upper bounds enforcer rule during javadoc
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-19 15:24:51 -05:00
Joakim Erdfelt
cb25bc6978
Bumping jetty-version-maven-plugin from 2.6 to 2.7
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-19 14:53:17 -05:00
Joakim Erdfelt
6bff0d2d3d
Merge pull request #5459 from eclipse/jetty-10.0.x-fix-jetty-home-assembly-modes
...
Fix archive assemblies (tar.gz and zip) to have fixed file/dir modes.
2020-10-19 12:52:39 -05:00
Joakim Erdfelt
fe61356f6a
Updating file/dir modes per review
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-19 11:53:16 -05:00
Simone Bordet
a949afef64
Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
2020-10-19 18:24:38 +02:00
Jan Bartel
936cd465e7
Bump spifly from 1.2.4 to 1.3.2 ( #5477 )
...
* Issue #5475 Update to spifly 1.3.2
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-10-19 17:58:20 +02:00
dependabot[bot]
5eeae2ad5c
Bump jsp-api from 2.1 to 2.2 ( #5462 )
...
Bumps jsp-api from 2.1 to 2.2.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 20:42:15 +10:00
dependabot[bot]
68f759ad6c
Bump xslthl from 2.0.1 to 2.1.3 ( #5463 )
...
Bumps xslthl from 2.0.1 to 2.1.3.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 19:01:56 +10:00
dependabot[bot]
28bbc2f340
Bump openpojo from 0.8.1 to 0.8.13 ( #5468 )
...
Bumps [openpojo](https://github.com/oshoukry/openpojo ) from 0.8.1 to 0.8.13.
- [Release notes](https://github.com/oshoukry/openpojo/releases )
- [Changelog](https://github.com/OpenPojo/openpojo/blob/master/doc/release_steps.txt )
- [Commits](https://github.com/oshoukry/openpojo/compare/openpojo-0.8.1...openpojo-0.8.13 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 18:55:50 +10:00
dependabot[bot]
f95303c643
Bump maven-jxr-plugin from 2.5 to 3.0.0 ( #5467 )
...
Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr ) from 2.5 to 3.0.0.
- [Release notes](https://github.com/apache/maven-jxr/releases )
- [Commits](https://github.com/apache/maven-jxr/compare/jxr-2.5...jxr-3.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 18:52:45 +10:00
dependabot[bot]
c7befaec05
Bump jakarta.annotation-api from 1.3.4 to 1.3.5 ( #5466 )
...
Bumps [jakarta.annotation-api](https://github.com/eclipse-ee4j/common-annotations-api ) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/eclipse-ee4j/common-annotations-api/releases )
- [Commits](https://github.com/eclipse-ee4j/common-annotations-api/commits/1.3.5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 18:52:23 +10:00
dependabot[bot]
73593bbca3
Bump github-api from 1.114 to 1.116 ( #5465 )
...
Bumps [github-api](https://github.com/hub4j/github-api ) from 1.114 to 1.116.
- [Release notes](https://github.com/hub4j/github-api/releases )
- [Changelog](https://github.com/hub4j/github-api/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hub4j/github-api/compare/github-api-1.114...github-api-1.116 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 18:51:23 +10:00
dependabot[bot]
eeb918d530
Bump maven-remote-resources-plugin from 1.5 to 1.7.0 ( #5464 )
...
Bumps [maven-remote-resources-plugin](https://github.com/apache/maven-remote-resources-plugin ) from 1.5 to 1.7.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.5...maven-remote-resources-plugin-1.7.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 18:50:13 +10:00
dependabot[bot]
1eae4ddae2
Bump jmh.version from 1.21 to 1.26 ( #5461 )
...
Bumps `jmh.version` from 1.21 to 1.26.
Updates `jmh-core` from 1.21 to 1.26
Updates `jmh-generator-annprocess` from 1.21 to 1.26
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 18:49:47 +10:00
Simone Bordet
8de2fbce49
Code cleanup, merging streams[Opened|Closed] from subclasses into HTTP2Session.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-10-18 13:01:40 +02:00
Joakim Erdfelt
5045244f54
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-10-17 05:38:31 -05:00
Joakim Erdfelt
fed8484d88
Merge pull request #5458 from eclipse/jetty-9.4.x-5451-temp-perms-cleanup
...
Issue #5451 - Removing file/dir permission management from codebase
2020-10-17 05:28:13 -05:00
Joakim Erdfelt
1e9c736692
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
2020-10-16 17:51:32 -05:00
Joakim Erdfelt
e6fb4c3ac4
More fixes to allow project to build on Windows 10
2020-10-16 16:45:25 -05:00