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

v5.2.5 is last stable version #273

Closed
conorheffron opened this issue Oct 14, 2024 · 3 comments · Fixed by #274, #275 or #278
Closed

v5.2.5 is last stable version #273

conorheffron opened this issue Oct 14, 2024 · 3 comments · Fixed by #274, #275 or #278
Assignees
Labels

Comments

@conorheffron
Copy link
Owner

Error deploying service to cluster with v5.2.6 & v5.2.7 where only lib versions changed for GCP secrets & maven reporting API.

Note: Start up fails for failing to load a JRE library.

@conorheffron
Copy link
Owner Author

Notes:

similar issue replicated for tomcat-embed-jasper upgrade:

    implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-jasper', version:'11.0.0'
    implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-jasper', version:'10.1.30'

conorheffron added a commit that referenced this issue Oct 15, 2024
conorheffron added a commit that referenced this issue Oct 15, 2024
….0 (#275)

* Bump org.apache.tomcat.embed:tomcat-embed-jasper from 10.1.30 to 11.0.0

Bumps org.apache.tomcat.embed:tomcat-embed-jasper from 10.1.30 to 11.0.0.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-jasper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update build.gradle

* #273 Bump minor version of gradle, Revert tomcat dependency to v10 due to app start failure

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Conor Heffron <conor.heffron@gmail.com>
@conorheffron
Copy link
Owner Author

v5.3.5 is now stable, however, newer version of scret manager library does not look stable for k8s VM so will hold back on upgrading lib. No issues running locally via IDEA or docker container.

@conorheffron
Copy link
Owner Author

closing ticket but will ensure testing before libraries upgrade in k8s env.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment