Commit graph

8 commits

Author SHA1 Message Date
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
dgcd
276880edef Upgrade to Gradle 7.5.1 and to Spring Boot 2.7.3 2022-09-05 11:48:27 +00:00
robertson-neil
a3294f2df7
Upgrade build.grade to spring-boot-starter 2.7.1 (#1016)
@pivotal-cla This is an Obvious Fix
This fixes a compilation error in PetClinicIntegrationTests
Upgrade to same version as used in pom.xml
2022-08-22 11:48:24 +01:00
Dave Syer
7c91e1b40b Update gradle build boot version 2022-05-10 12:39:14 +01:00
Dave Syer
8a28801d1a Add actuators to Gradle build 2022-01-07 09:20:08 +00:00
Thomas Risberg
778161f018 Update to Boot 2.6.2 2021-12-24 06:16:55 +00:00
Dave Syer
f0155739c3 Update for recent changes in mvn build 2021-12-16 11:33:35 +00:00
Dave Syer
4df621b41e Make build work with Gradle 2021-12-16 11:25:09 +00:00