Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with new releases of OpenJDK and Zulu. fix #395 #396

Merged
merged 2 commits into from
Aug 14, 2022

Conversation

kesslerd
Copy link
Contributor

With Java Zulu 17.0.3 url.openConnection().getContent() returns a VirtualJarInputStream which would lead to a ClassCastException

@kesslerd kesslerd changed the title fix #395 Issue with new releases of OpenJDK and Zulu. fix #395 May 4, 2022
@ronmamo ronmamo changed the base branch from master to ref-0.10.3 August 14, 2022 03:49
@ronmamo ronmamo merged commit 7ccde6e into ronmamo:ref-0.10.3 Aug 14, 2022
ronmamo added a commit that referenced this pull request Jun 15, 2023
* Bump maven-bundle-plugin from 5.1.2 to 5.1.8 (#408)

Bumps maven-bundle-plugin from 5.1.2 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump gson from 2.8.8 to 2.9.1 (#417)

Bumps [gson](https://github.com/google/gson) from 2.8.8 to 2.9.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.8.8...gson-parent-2.9.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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>

* Bump slf4j-simple from 1.7.32 to 1.7.36 (#416)

Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.32 to 1.7.36.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.32...v_1.7.36)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
  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>

* Bump slf4j-api from 1.7.32 to 1.7.36 (#415)

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.32 to 1.7.36.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.32...v_1.7.36)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  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>

* Bump junit-jupiter-engine from 5.8.1 to 5.9.0 (#406)

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.9.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.9.0)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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>

* Bump jboss-vfs from 3.2.15.Final to 3.2.17.Final (#399)

Bumps [jboss-vfs](https://github.com/jbossas/jboss-vfs) from 3.2.15.Final to 3.2.17.Final.
- [Release notes](https://github.com/jbossas/jboss-vfs/releases)
- [Commits](jbossas/jboss-vfs@3.2.15.Final...3.2.17.Final)

---
updated-dependencies:
- dependency-name: org.jboss:jboss-vfs
  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>

* Issue with new releases of OpenJDK and Zulu.  fix #395 (#396)

* fix #395

* Refactor to use VirtualJarInputStream.root instead of JarInputDir which is much slower. fix #395

Co-authored-by: Dominik Kessler <dominik.kessler@ergon.ch>

* Bump maven-jar-plugin from 3.2.0 to 3.2.2 (#381)

Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.2.0...maven-jar-plugin-3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-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>

* Make URL more accurate (#302)

* rev

* null check params, update jdk tests, auto close dir

* remove jdk tests

* Improve MAVEN build Performance (#363)

Co-authored-by: fdse <fdse@node2>
Co-authored-by: ronmamo <2588829+ronmamo@users.noreply.github.com>

* synthetic/lambda cherry-picked from PR #290 by @ziqin

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kesslerd <kesslerd@users.noreply.github.com>
Co-authored-by: Dominik Kessler <dominik.kessler@ergon.ch>
Co-authored-by: Chen <chenguopingdota@163.com>
Co-authored-by: ronma <ronma@>
Co-authored-by: ChenZhangg <32891042+ChenZhangg@users.noreply.github.com>
Co-authored-by: fdse <fdse@node2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants