-
Notifications
You must be signed in to change notification settings - Fork 191
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
Update Spring Boot to 2.3.7.RELEASE #1018
Update Spring Boot to 2.3.7.RELEASE #1018
Conversation
4ba6cf3
to
0c6c8e7
Compare
f33101a
to
b5ea43d
Compare
...it-rest/hawkbit-ddi-api/src/main/java/org/eclipse/hawkbit/ddi/rest/api/DdiRestConstants.java
Show resolved
Hide resolved
...-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java
Show resolved
Hide resolved
...-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java
Show resolved
Hide resolved
...-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java
Show resolved
Hide resolved
...-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java
Show resolved
Hide resolved
...-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java
Show resolved
Hide resolved
...-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java
Show resolved
Hide resolved
...-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java
Show resolved
Hide resolved
...-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java
Show resolved
Hide resolved
...-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java
Show resolved
Hide resolved
...-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java
Show resolved
Hide resolved
...-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java
Show resolved
Hide resolved
...-mgmt-resource/src/test/java/org/eclipse/hawkbit/mgmt/rest/resource/MgmtContentTypeTest.java
Show resolved
Hide resolved
...sitory/hawkbit-repository-api/src/main/java/org/eclipse/hawkbit/repository/Identifiable.java
Show resolved
Hide resolved
...-rest/hawkbit-mgmt-api/src/main/java/org/eclipse/hawkbit/mgmt/json/model/MgmtBaseEntity.java
Show resolved
Hide resolved
-Update Spring Cloud to Hoxton.SR7 -Replace ResourceSupport by RepresentationModel (Spring Hateoas 1.0) -Replace ControllerLinkBuilder by WebMvcLinkBuilder (Spring Hateoas 1.0) -Move getId() from Identifiable to BaseEntity (Spring Hateoas 1.0) -Remove hamcrest.Factory -Use static Sort.by reference -Place http security anyRequest().authenticated() -Replace MockMvcRequestBuilders.fileUpload by MockMvcRequestBuilders.multipart -Deprecate MEDIA_TYPE_CBOR_UTF8 -Replace MEDIA_TYPE_CBOR_UTF8 by MEDIA_TYPE_CBOR in tests -Replace HAL_JSON_UTF8 by HAL_JSON in tests -Replace APPLICATION_JSON_UTF8 by APPLICATION_JSON in tests -Use org.mockito.junit.MockitoJUnitRunner -Remove overridden dependency versions -Removing not needed comments in pom.xml -Downgrade flyway-core to be MySQL 5.6 compatible -Add maven-site-plugin since it was removed with spring-boot 2.3 -Set servlet encoding properties -Introducing Test that verifies the charset inside the content-type of a response -Add @DirtiesContext to CorsTest and ContentTypeTest -Add content-type mockmvc test with adapted mockmvc config -Move encoding.force property to test class -Switch expected and actual parameter values in content-type test -Delete deprecated content-type test with TestRestTemplate -Exclude JUnit5 from spring-boot-starter-test -Upgrade allure-junit4 to 2.13.5 -Add aspectjweaver 1.9.6 to surefire test execution -Add flyway-core version to property -Use getRequiredLink() within MgmtBaseEntity.getId() Signed-off-by: Ammar Bikic <[email protected]>
Signed-off-by: Ammar Bikic <[email protected]>
Signed-off-by: Ammar Bikic <[email protected]>
Signed-off-by: Ammar Bikic <[email protected]>
Signed-off-by: Ammar Bikic <[email protected]>
Signed-off-by: Ammar Bikic <[email protected]>
Signed-off-by: Ammar Bikic <[email protected]>
Signed-off-by: Ammar Bikic <[email protected]>
Signed-off-by: Ammar Bikic <[email protected]>
...untime/hawkbit-update-server/src/test/java/org/eclipse/hawkbit/app/AbstractSecurityTest.java
Show resolved
Hide resolved
...untime/hawkbit-update-server/src/test/java/org/eclipse/hawkbit/app/AllowedHostNamesTest.java
Outdated
Show resolved
Hide resolved
...untime/hawkbit-update-server/src/test/java/org/eclipse/hawkbit/app/AllowedHostNamesTest.java
Outdated
Show resolved
Hide resolved
hawkbit-runtime/hawkbit-update-server/src/test/java/org/eclipse/hawkbit/app/CorsTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Ammar Bikic <[email protected]>
...e/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Ammar Bikic <[email protected]>
…w_spring_boot_version_merge_master Signed-off-by: Ammar Bikic <[email protected]>
Signed-off-by: Ammar Bikic <[email protected]>
d238f81
to
918304f
Compare
Signed-off-by: Florian Ruschbaschan <[email protected]>
...untime/hawkbit-update-server/src/test/java/org/eclipse/hawkbit/app/AllowedHostNamesTest.java
Show resolved
Hide resolved
...e/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java
Outdated
Show resolved
Hide resolved
...e/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java
Show resolved
Hide resolved
SonarQube analysis reported 19 issues Watch the comments in this conversation to review them. 1 extra issueNote: The following issues were found on lines that were not modified in the pull request. Because these issues can't be reported as line comments, they are summarized here:
|
…dSecurityConfiguration Signed-off-by: Ammar Bikic <[email protected]>
Signed-off-by: Ammar Bikic <[email protected]>
Signed-off-by: Ammar Bikic <[email protected]>
Thanks @AmmarBikic for addressing all the review comments. However it seems like CircleCI is currently not happy with your latest changes:
I kicked-off the build again, let's see if the issues still exists. If build succeeds only the Eclipse paperwork needs to be done in order to get the Boot upgrade on master |
Signed-off-by: Ammar Bikic <[email protected]>
…w_spring_boot_version_merge_master Signed-off-by: Ammar Bikic <[email protected]>
…w_spring_boot_version_merge_master Signed-off-by: Ammar Bikic <[email protected]>
The currently used Spring Boot version 2.1.4.RELEASE will only be supported until October 2020. This pull request contains all changes needed to update Spring Boot from version 2.1.4.RELEASE to 2.3.7.RELEASE.