Commit graph

910 commits

Author SHA1 Message Date
Kiranteja623
3709a87bd8 Update azure-pipelines-1.yml for Azure Pipelines 2023-02-17 14:11:09 +05:30
Kiranteja623
9eb6446ed1 Update azure-pipelines-1.yml for Azure Pipelines 2023-02-17 11:47:33 +05:30
Kiranteja623
34ff885ec2 Update azure-pipelines-1.yml for Azure Pipelines 2023-02-17 11:43:52 +05:30
Kiranteja623
9284485d4a Update azure-pipelines-1.yml for Azure Pipelines 2023-02-17 11:38:52 +05:30
Kiranteja623
b3b4cc4c88 Update azure-pipelines-1.yml for Azure Pipelines 2023-02-17 11:36:17 +05:30
Kiranteja623
6f89218ded Update azure-pipelines-1.yml for Azure Pipelines 2023-02-17 11:32:42 +05:30
Kiranteja623
f88d1c7b35 Update azure-pipelines-1.yml for Azure Pipelines 2023-02-17 11:29:56 +05:30
Kiranteja623
dea3b3015d Update azure-pipelines-1.yml for Azure Pipelines 2023-02-17 11:26:23 +05:30
Kiranteja623
02e0d5c6fd Update azure-pipelines-1.yml for Azure Pipelines 2023-02-17 10:52:28 +05:30
Kiranteja623
6fb86603d9 Update azure-pipelines-1.yml for Azure Pipelines 2023-02-17 10:11:41 +05:30
Kiranteja623
243d3ba80f Update azure-pipelines-1.yml for Azure Pipelines 2023-02-16 22:23:23 +05:30
Kiranteja623
eb389236df Update azure-pipelines-1.yml for Azure Pipelines 2023-02-16 22:20:36 +05:30
Kiranteja623
7d8575ce56 Update azure-pipelines-1.yml for Azure Pipelines 2023-02-16 22:15:16 +05:30
Kiranteja623
4ebc055c6c Update azure-pipelines-1.yml for Azure Pipelines 2023-02-16 21:55:11 +05:30
Kiranteja623
66c713eb6b Update azure-pipelines.yml for Azure Pipelines 2023-02-16 18:24:08 +05:30
Kiranteja623
6b97b3088d Update azure-pipelines.yml for Azure Pipelines 2023-02-16 18:23:02 +05:30
Kiranteja623
1a3c8e90ba Update azure-pipelines.yml for Azure Pipelines 2023-02-16 18:20:14 +05:30
Kiranteja623
7bbbfe8c5f Update azure-pipelines-1.yml for Azure Pipelines 2023-02-16 17:13:26 +05:30
Kiranteja623
45cdf57212 Update azure-pipelines-1.yml for Azure Pipelines 2023-02-16 17:11:01 +05:30
Kiranteja623
7faa7ed465 Update azure-pipelines-1.yml for Azure Pipelines 2023-02-16 17:03:42 +05:30
Kiranteja623
6f8a417abe Update azure-pipelines-1.yml for Azure Pipelines 2023-02-16 16:58:46 +05:30
Kiranteja623
cca1f4350e Update azure-pipelines-1.yml for Azure Pipelines 2023-02-16 16:55:53 +05:30
Kiranteja623
76c0f3b09d Set up CI with Azure Pipelines
[skip ci]
2023-02-16 16:50:12 +05:30
Kiranteja623
7957c2e9e3 Update azure-pipelines.yml for Azure Pipelines 2023-02-14 20:09:54 +05:30
Kiranteja623
352b0b1ede Update azure-pipelines.yml for Azure Pipelines 2023-02-14 20:05:21 +05:30
Kiranteja623
947a740f86 Set up CI with Azure Pipelines
[skip ci]
2023-02-14 20:03:52 +05:30
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
Martin Lippert
53343c27ab launch java tooling in standard mode right away 2022-09-13 11:34:16 +00:00
Dave Syer
d3aabf8462 Attempt to fix codespaces 2022-09-12 11:05:37 +00:00
Dave Syer
39b3ef8b31 Ensure gradle home is set in container 2022-09-05 13:19:53 +00:00
dgcd
276880edef Upgrade to Gradle 7.5.1 and to Spring Boot 2.7.3 2022-09-05 11:48:27 +00:00
Dave Syer
6f9dbf5a9e Mention Gradle at top level in README 2022-08-22 11:56:41 +00:00
Shweta Tyagi
c5763046dd Removed unnecessary semicolons (#998) 2022-08-22 10:59:52 +00:00