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

chore: upgrade to spring boot 2.6.X #115

Merged
merged 2 commits into from
May 10, 2024

Conversation

tkuzynow
Copy link
Contributor

Fixes #

Proposed Changes

Copy link

sonarcloud bot commented May 10, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tkuzynow tkuzynow merged commit df576a9 into develop May 10, 2024
3 checks passed
@tkuzynow tkuzynow deleted the TSYSTEMS-140-upgrade-to-spring-boot-2.6.x branch May 10, 2024 14:34
Copy link
Contributor

@patric-dosch-vi patric-dosch-vi left a comment

Choose a reason for hiding this comment

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

oh this is already merged ;)

<relativePath/> <!-- lookup parent from repository -->
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Copy link
Contributor

Choose a reason for hiding this comment

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

hehe I think this whitespace is not needed ;)

<scope>test</scope>
<version>${powermock-module-junit4.version}</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

you could also remove the proberties for the not used dependencies

consultingTypeLoader, "consultingTypeRepositoryService", consultingTypeRepositoryService);
}

@Test
public void test_Should_Fail_WhenMethodInitDoesNotHavePostConstructAnnotation()
void test_Should_Fail_WhenMethodInitDoesNotHavePostConstructAnnotation()
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't know it by heart right now, but now some test methods are public others are package-private. Shouldn't we standardise this more? Or what is the pattern?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

for the tests we switched to junit5, there should be no public test methods

Copy link
Contributor

Choose a reason for hiding this comment

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

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.

3 participants