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

fix 2da3812 use jdk not jre tarball #2516

Merged
merged 1 commit into from
May 3, 2024
Merged

Conversation

nouseforaname
Copy link
Contributor

unfortunately the last commit mindlessly copied the jre tarball instead of the required jdk tarball.

unfortunately the last commit mindlessly copied the jre tarball instead
of the required jdk tarball.
@ramonskie ramonskie merged commit 49b965a into main May 3, 2024
4 checks passed
@ramonskie ramonskie deleted the update-jdk-to-java-17 branch May 3, 2024 08:22
selzoc added a commit that referenced this pull request May 8, 2024
Previous to this commit, the integration tests used a very very old
version of UAA (3.5.0) from an s3 bucket that needed Java 8.  Updates to
the integration Docker image that raised the JDK from 8->17 caused this
very old version to explode.

This commit represents a major refactoring of how UAA runs in the
integration specs.
* The UAA version now tracks the version in bosh-deployment
* There is only 1 UAA started, as opposed to 1 per spec process
* The UAA version is from uaa-release, and is templated accordingly

Java upgrade PRs:
* #2154
* #2515
* #2516

Co-authored-by: Aram Price <[email protected]>
Co-authored-by: Chris Selzo <[email protected]>
selzoc added a commit that referenced this pull request May 8, 2024
Previous to this commit, the integration tests used a very very old
version of UAA (3.5.0) from an s3 bucket that needed Java 8.  Updates to
the integration Docker image that raised the JDK from 8->17 caused this
very old version to explode.

This commit represents a major refactoring of how UAA runs in the
integration specs.
* The UAA version now tracks the version in bosh-deployment
* There is only 1 UAA started, as opposed to 1 per spec process
* The UAA version is from uaa-release, and is templated accordingly

Java upgrade PRs:
* #2514
* #2515
* #2516

Co-authored-by: Aram Price <[email protected]>
Co-authored-by: Chris Selzo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants