Commit graph

872 commits

Author SHA1 Message Date
GasparAM
c704931afe adding dockerhub push 2023-04-14 14:26:38 +04:00
GasparAM
6e4d8661ee initial Jenkinsfile 2023-04-14 14:13:28 +04:00
GasparAM
0e2cec00a4 finalized docker 2023-04-14 13:18:25 +04:00
GasparAM
fe7cc235b6 docker compose config (now 100% more postgres compatible) 2023-04-11 15:51:55 +04:00
GasparAM
ba1fbbf0e5 created a dockerfile with single and multi step builds 2023-04-11 14:45:15 +04:00
GasparAM
051e40477f quick fix 2023-04-10 17:35:05 +04:00
GasparAM
4e0a6aa76e [maven-release-plugin] prepare for next development iteration 2023-04-10 17:23:57 +04:00
GasparAM
5bca4e561e [maven-release-plugin] prepare release spring-petclinic-3.0.3 2023-04-10 17:23:52 +04:00
GasparAM
621fb80180 prep for release 2023-04-10 17:23:17 +04:00
GasparAM
e05a00d85f nexus configurations 2023-04-10 13:54:21 +04:00
GasparAM
d67da2a5d2 simulating code change for release 2023-04-10 12:33:22 +04:00
GasparAM
3289c6c8bf switching to rsa 2023-04-10 12:00:38 +04:00
GasparAM
10f44fac11 gradle auth setup 2023-04-09 19:27:49 +04:00
GasparAM
8ab0d43897 [maven-release-plugin] prepare for next development iteration 2023-04-09 18:59:02 +04:00
GasparAM
64e2e654a0 [maven-release-plugin] prepare release 3.0.2 2023-04-09 18:58:57 +04:00
GasparAM
9868d3e7f0 potential fix 2023-04-09 18:58:18 +04:00
GasparAM
c28bd61795 [maven-release-plugin] prepare for next development iteration 2023-04-09 18:55:41 +04:00
GasparAM
fee92fc5b4 [maven-release-plugin] prepare release SNAPSHOT 2023-04-09 18:55:37 +04:00
GasparAM
cbc504bb60 fixed awk 2023-04-09 18:54:54 +04:00
GasparAM
0640f61199 fixed a stupid mistake 2023-04-09 18:52:49 +04:00
GasparAM
6904794b8b [maven-release-plugin] prepare for next development iteration 2023-04-09 18:51:08 +04:00
GasparAM
ed83baebbd [maven-release-plugin] prepare release 3.0.0 2023-04-09 18:51:04 +04:00
GasparAM
701c7299d4 deploy script test 2023-04-09 18:50:20 +04:00
GasparAM
c35c25f1c1 [maven-release-plugin] prepare for next development iteration 2023-04-06 15:52:39 +04:00
GasparAM
f845d082e3 [maven-release-plugin] prepare release spring-petclinic-3.0.0 2023-04-06 15:52:34 +04:00
GasparAM
cb7db5b70b whatever2 2023-04-06 15:51:54 +04:00
GasparAM
de865ab835 whatever 2023-04-06 15:51:05 +04:00
Patrick Baumgartner
0962ed7e8f Updating dependencies and docker containers to current versions
See #1157
2023-03-10 14:00:30 +00:00
Duncan Casteleyn
cc4667122d Resource bundle not included in native image 2023-03-10 08:10:28 +00:00
Dave Syer
2ceb8c16fd Bump Spring Boot to 3.0.4 2023-03-10 08:04:18 +00:00
Will 保哥
bac74f7a99 Update .gitattributes
If I won't keep *.java file as LF newline, I can't run app because I can't pass "io.spring.javaformat:spring-javaformat-maven-plugin:0.0.31:validate" goal when I mount files into container.
2023-03-08 10:17:47 +00:00
Will 保哥
dd54a40501 Create .gitattributes
fixes #1149
2023-03-08 10:17:47 +00:00
Tugdual Grall
5ceba6d95c issue #1176 codespaces badged 2023-03-08 10:12:09 +00:00
Yan Zhang
68fb7acacf Update devcontainer.json
publisher id of vscode-boot-dev-pack has been changed from `pivotal` to `vmware`.
2023-03-08 10:07:16 +00:00
Dave Syer
f2d9c9b63f Remove unnecessary native hint 2023-02-24 09:23:35 +00:00
Dave Syer
1079767adc Update actions 2023-02-22 09:45:28 +00:00
Dave Syer
635b0a9755 Update to Spring Boot 3.0.2 2023-02-21 11:50:38 +00:00
Dave Syer
b298af380d Remove unnecessary model attribute 2023-02-21 11:46:22 +00:00
Dave Syer
ca055dbbe1 Update references to Java version in README
Fixes #1151
2023-01-27 09:56:03 +00:00
Dave Syer
10b13eb5b1 Address review comment 2023-01-27 09:41:58 +00:00
SmolParascythe
6be2a5870d Concise readme and link edits 2023-01-27 09:41:24 +00:00
Dave Syer
05468bc14b Update build.gradle 2023-01-14 14:10:28 +00:00
Dave Syer
6580e8b6cf Bump Spring Boot and tidy up plugins 2023-01-09 11:55:04 +00:00
Dave Syer
e8e37b35c3 Fix CI 2022-12-20 11:41:53 +00:00
Dave Syer
f5b1ebc965 Update Gradle build 2022-12-20 11:09:10 +00:00
Dave Syer
dade7fcf31 Tweaks for Boot 3.0.0 2022-12-20 10:44:30 +00:00
Sébastien Deleuze
f3a8d244b2 Upgrade to Spring Boot 3.0 RC1 2022-10-25 21:37:40 +02:00
Sébastien Deleuze
f53e0d098e Additional setup to support native image creation.
- Switch to Caffeine for caching since it is supported on native unlike Ehcache
 - Use latest metadata repository 0.2.3 (will be the default with Native Build Tools 0.9.15)
 - Registers resource hints for WebJars and db resource directory
2022-10-25 21:37:25 +02:00
Oliver Drotbohm
1e56f6fd80 Add JAXB API to compile time dependencies.
Needed for JAXB annotations in the sources on Java 17.
2022-10-25 21:34:03 +02:00
Dave Syer
1315cf6e1f Migrate to Spring Boot 3 2022-10-25 21:34:03 +02:00