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

EPMRPP-93641 migrate to Spring Boot 3 #1044

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from

Conversation

grabsefx
Copy link
Contributor

@grabsefx grabsefx commented Oct 21, 2024

Made adjustments to support Spring Boot 3

  • jooq plugin and jooq v3.19
  • spring boot v3.4.1 and spring 6
  • hiberante 6
  • other dependencies migrated to the latest versions
  • javax annotations migrated to jakarta EE

Regenerated jooq classes with the latest generator version

@grabsefx grabsefx self-assigned this Oct 21, 2024
@grabsefx
Copy link
Contributor Author

it is impossible to fix CVE-2020-29582 since it presents in every version of transitive kotlin dependency

@grabsefx grabsefx changed the title EPMRPP-93641 migrate to JDK 21 EPMRPP-93641 migrate to Spring Boot 3 Dec 9, 2024
@@ -128,9 +128,10 @@ public Optional<BinaryDataMetaInfo> saveAttachment(AttachmentMetaInfo metaInfo,
} catch (IOException e) {
LOGGER.error("Unable to save binary data", e);
} finally {
if (file instanceof CommonsMultipartFile) {
// TODO: uncomment and fix later !!!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What needs to be fixed?

Copy link
Contributor Author

@grabsefx grabsefx Jan 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing on this. I can asume that the previous purpose of this code was to handle temporary files created while preparing demodata, specificaly attachments for the logs. And since Spring libraries migrated to their own implementaion of file handling instead of apache libraries - this code is not releavant anymore and can be safely removed.

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.

3 participants