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 vulnerability issues by upgrading/replacing some dependencies and upgrading java version to 21 #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chanakadkb
Copy link

As the library is not maintained ~2 years, some dependencies are causing vulnerability issues and library is not usable with later java versions. In order to bring the library back to a usable state, following changes were made.
Following major changes were made to the library

  • upgrade java from 8 to 21
  • upgrade spring version to 6.X
  • replace commons-beanutils dependency by spring-beans
  • upgrade hibernate-validation to 9.X
  • replace javax.el to with jakarta.el
  • replace commons-lang with commons-lang3
  • update pgTypeHelper to always use postgresJDBCDriverReusedTimestampUtils as BaseConnection.getTimestampUtils() is deprecated

@Jan-M
Copy link
Contributor

Jan-M commented Dec 17, 2024

Lets bump sproc wrapper then to 4.0.0?

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