Commit graph

866 commits

Author SHA1 Message Date
Ugur Bozkurt
48cf8036af
Update PetClinicApplication.java 2023-08-16 12:39:04 +03:00
Ugur Bozkurt
d62c624938
Update PetClinicApplication.java 2023-08-16 12:35:12 +03:00
Ugur Bozkurt
ada7a273a2
Update PetClinicApplication.java 2023-08-16 12:14:13 +03:00
Ugur Bozkurt
cf295b9297
Update pom.xml 2023-08-16 08:59:05 +03:00
Ugur Bozkurt
ece9652957
Update pom.xml 2023-08-15 22:24:32 +03:00
Ugur Bozkurt
e5d97604fe
Update pom.xml 2023-08-15 21:17:19 +03:00
Ugur Bozkurt
0ae83c6327
Update pom.xml 2023-08-15 17:05:57 +03:00
Ugur Bozkurt
bee5dc5be5
Update pom.xml 2023-08-15 17:03:34 +03:00
Ugur Bozkurt
c640c1007d
Update pom.xml 2023-08-15 16:58:26 +03:00
Ugur Bozkurt
9a624a3a5a
Update pom.xml 2023-04-24 14:23:41 +03:00
Ugur Bozkurt
30b2dae656
Update pom.xml 2023-04-24 13:14:07 +03:00
Ugur Bozkurt
e08b9075ec
Update pom.xml 2023-04-24 12:24:58 +03:00
Ugur Bozkurt
3e3a77c448
Update pom.xml 2023-04-24 12:21:42 +03:00
Ugur Bozkurt
db4d1cd257
Update pom.xml 2023-04-24 12:20:00 +03:00
Ugur Bozkurt
815f7d5c21
Update pom.xml 2023-04-24 12:18:34 +03:00
Ugur Bozkurt
7e9f1451c4
Update pom.xml 2023-04-24 12:13:54 +03:00
Ugur Bozkurt
4259cad4b1
Update pom.xml 2023-04-20 23:36:13 +03:00
Ugur Bozkurt
e92f818d22
Update pom.xml 2023-04-20 23:31:42 +03:00
Ugur Bozkurt
1ecd2d6a42
Update pom.xml 2023-04-20 17:35:08 +03:00
Ugur Bozkurt
c2a0ce2a3d
Update pom.xml 2023-04-20 16:35:49 +03:00
Ugur Bozkurt
6421c74bf9
Update pom.xml 2023-04-20 16:13:21 +03: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
Oliver Drotbohm
9ecdc1111e Polish Thymeleaf templates.
Make sure we use the suggested fragment inclusion syntax. Use th:insert instead of th:include. Use simpler URI path segment templating to avoid duplication of expressions.

Avoid trailing slashes in URIs creates as upcoming Spring Boot versions will not map the trailing slash flavors of defined URI mappings.
2022-10-25 21:27:58 +02:00
Sébastien Deleuze
a5cbb8505a
Use WebJars versioned URLs (#1099)
In order to improve efficiency (see spring-projects/spring-framework#27619)
and allow native image compatibility, this commit uses WebJars versioned URLs
which are supported out of the box on Spring Boot via /META-INF/resources
default resource location configuration, removing the need to use
webjars-locator-core dependency and WebJarsResourceResolver.

I have been able to measure a consistent 5% startup time improvement on
the JVM with that simple change on my local machine.
2022-10-16 16:12:23 +01:00
Dave Syer
89f7b4ee96 Tweak devcontainer so java and permissions work 2022-09-27 17:14:13 +00:00
Kiyeon Cho
f48227aea0
Readability improvements & Use stream instread of forEach (#1055)
* Use stream instead of forEach on find PetType logic of parse()

* Improve controllers readability

* Rollback stream instead of for-each
2022-09-24 06:40:31 +01:00
Dave Syer
7e91b98f71 Change CI step names 2022-09-15 07:47:28 +00:00
Dave Syer
70f615afd1 Add support and CI tests for Java 8 2022-09-14 17:05:06 +00:00