updated classes to compile due to upgrade to spring boot 3. No functi…#1285
Merged
updated classes to compile due to upgrade to spring boot 3. No functi…#1285
Conversation
added 14 commits
March 4, 2024 16:13
…onal changes Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
Signed-off-by: Jack Blower <Jack@elvenspellmaker.co.uk>
|
… feat/upgrade-java-versions
Feat/upgrade java versions - 17
ekartsonakisamido
approved these changes
Jul 18, 2024
| import lombok.AllArgsConstructor; | ||
| import lombok.Builder; | ||
| import lombok.Data; | ||
| import org.springframework.data.annotation.Id; |
There was a problem hiding this comment.
Why are we changing the Id class from the Spring dependency to Jakarta? Are we using spring-data or JPA dependency to talk to Cosmos DB?
… feat/upgrade-java-versions
Feat/upgrade java versions - 17
* Move owasp cache to same place for all to speed up the build * Adds Job Attempt to artefacts to stop the build from crashing
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





…onal changes
[XXXX-<Title> - Please use the Work Item number and Title as PR Name, not subtasks]
📲 What
A description of the change.
🤔 Why
Why it's needed, background context.
🛠 How
More in-depth discussion of the change or implementation.
👀 Evidence
Screenshots / external resources / links / etc.
Link to documentation updated with changes impacted in the PR
🕵️ How to test
Notes for QA
✅ Acceptance criteria Checklist