Version Upgrade to Spring Boot 3.1.7, JDK 21, Gradle 8.5, Postgres 15 etc. #5

Merged
hsh-michaelhoennig merged 28 commits from version-upgrade-spring-boot-3-2-1-etc into master 2024-01-05 13:40:50 +01:00
No description provided.
hsh-michaelhoennig added 26 commits 2024-01-04 16:23:43 +01:00
add instructions for starting the postgresql docker container if the
container has been built already
according to
https://www.baeldung.com/spring-rest-openapi-documentation and
https://central.sonatype.com/artifact/org.springdoc/springdoc-openapi-starter-webmvc-ui/2.2.0
# Conflicts:
#	build.gradle
This reverts commit b15464bed5.
hsh-timotheuspokorra approved these changes 2024-01-04 22:54:32 +01:00
hsh-timotheuspokorra left a comment
Member

sieht gut aus. habe es nicht ausprobiert, aber durchgelesen.

sieht gut aus. habe es nicht ausprobiert, aber durchgelesen.
hsh-timotheuspokorra approved these changes 2024-01-05 09:56:43 +01:00
hsh-timotheuspokorra left a comment
Member

ist gut

ist gut
build.gradle Outdated
@ -190,0 +208,4 @@
apiKey = project.property('OWASP_API_KEY') // set it in ~/.gradle/gradle.properties
delay = 16000
}
// cveValidForHours = 4

muss wieder rein

muss wieder rein
Author
Member

Ich hatte nachträglich wohl noch die Version des OWASP-Dependency-Checkers hochgedreht, und der neue kennt die Option gar nicht mehr. Wird also gelöscht statt auskommentiert.

Ich hatte nachträglich wohl noch die Version des OWASP-Dependency-Checkers hochgedreht, und der neue kennt die Option gar nicht mehr. Wird also gelöscht statt auskommentiert.
hsh-michaelhoennig marked this conversation as resolved
@ -17,0 +51,4 @@
</suppress>
<suppress>
<notes><![CDATA[
We've explicitly bumped to 2.2, but the dependency checker does not seem to notice that.

erwähne snakeyaml 1.3

erwähne snakeyaml 1.3
hsh-michaelhoennig marked this conversation as resolved
hsh-michaelhoennig added 2 commits 2024-01-05 13:26:50 +01:00
hsh-michaelhoennig merged commit 5c651891c3 into master 2024-01-05 13:40:50 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hostsharing/hs.hsadmin.ng#5
No description provided.