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

update java to jdk 17 #2515

Merged
merged 1 commit into from
May 2, 2024
Merged

update java to jdk 17 #2515

merged 1 commit into from
May 2, 2024

Conversation

nouseforaname
Copy link
Contributor

@nouseforaname nouseforaname commented May 2, 2024

a follow up to:
fc9bf38

shortly after requiring jdk11, credhub updated once again to require jdk17: cloudfoundry/credhub@f1897e4

unfortunately that wasn't noticed when creating the previous jdk11 update.

a follow up to:
fc9bf38

shortly after requiring jdk11, credhub updated once again to require jdk17:
cloudfoundry/credhub@f1897e4

unfortunately that wasn't noticed when creating the previous jdk11 update.
@jpalermo
Copy link
Member

jpalermo commented May 2, 2024

We're currently moving away from using the java in the docker image to run UAA and instead using the bosh release. So we might at some point end up ripping this out of the image, but for now we'll leave it in.

@jpalermo jpalermo merged commit 2da3812 into main May 2, 2024
4 checks passed
@jpalermo jpalermo deleted the update-jdk-to-java-17 branch May 2, 2024 15:07
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 <aram.price@broadcom.com>
Co-authored-by: Chris Selzo <chris.selzo@broadcom.com>
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 <aram.price@broadcom.com>
Co-authored-by: Chris Selzo <chris.selzo@broadcom.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants