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

Springboot upgrade 2.5 to 2.7 #205

Merged
merged 10 commits into from
Jan 10, 2024
Merged

Springboot upgrade 2.5 to 2.7 #205

merged 10 commits into from
Jan 10, 2024

Conversation

ahmadshadab
Copy link
Contributor

@ahmadshadab ahmadshadab commented Nov 27, 2023

This change includes Java upgrade to 17 from 11. As a part of initial Java 17 upgrade, i used the same library used by store and rest.

@@ -3,6 +3,7 @@
import static org.junit.jupiter.api.Assertions.fail;
import static org.uniprot.core.json.parser.uniparc.UniParcEntryTest.getCompleteUniParcEntry;

import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you please remove this import (I do not think this is being used)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is being used by Java time module.

@ahmadshadab ahmadshadab merged commit a7db375 into main Jan 10, 2024
1 of 2 checks passed
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