s4616
3f7af908ed
Update Jenkinsfile
2023-07-10 19:49:30 +09:00
s4616
a21984f065
Rename Dockerfile to docker-compose.yml
2023-07-10 19:48:17 +09:00
s4616
b5db5dda2d
Create Dockerfile
2023-07-10 19:47:06 +09:00
s4616
f9e519d3a5
Update Jenkinsfile
2023-07-10 19:38:47 +09:00
s4616
936872bfd5
Update Jenkinsfile
2023-07-10 19:34:25 +09:00
s4616
77deb9d23b
Update Jenkinsfile
2023-07-10 19:33:58 +09:00
s4616
a8aac40ee2
Update Jenkinsfile
2023-07-10 19:31:51 +09:00
s4616
e66af3cd0e
Update Jenkinsfile
2023-07-10 19:25:12 +09:00
s4616
c640e539fe
Update Jenkinsfile
2023-07-10 19:16:37 +09:00
s4616
b041f265c9
Update Jenkinsfile
2023-07-10 19:14:38 +09:00
s4616
2c5da72b8d
Update Jenkinsfile
2023-07-10 19:10:53 +09:00
s4616
1796497d72
Update Jenkinsfile
2023-07-10 19:09:38 +09:00
s4616
69f70c0388
Update Jenkinsfile
2023-07-10 19:07:19 +09:00
s4616
47a7d603f8
Update Dockerfile
2023-07-10 18:53:40 +09:00
s4616
6f71e35d89
Update Jenkinsfile
2023-07-10 18:44:34 +09:00
s4616
2e18e69f41
Update Jenkinsfile
2023-07-10 18:42:56 +09:00
s4616
d9f8662a2a
Create Jenkinsfile
2023-07-10 18:41:47 +09:00
s4616
beb408b7a4
Create Dockerfile
2023-07-07 16:58:17 +09:00
s4616
26a6318269
Delete jenkins-script directory
2023-07-06 15:23:42 +09:00
s4616
9a2b55073d
Update appspec.yml
2023-07-06 14:44:21 +09:00
s4616
468da643cb
Update kill_process.sh
2023-07-06 14:43:34 +09:00
s4616
05154e0851
20230706
2023-07-06 14:42:38 +09:00
s4616
d2e47adbac
20230706
2023-07-06 14:39:09 +09:00
Sébastien Deleuze
30e16ab3fe
Use WebJars versioned URLs
...
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 17:09:51 +02: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
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
3f8468432d
Upgrade to Boot 2.7.1
2022-06-28 08:35:54 +01:00
Julien Dubois
4f3cbaa9aa
Add the Pivotal extension pack to devcontainers ( #994 )
...
Add Spring Boot extensions
2022-06-16 12:03:22 +01:00
Julien Dubois
5aef5c380c
use Java 17 in devcontainers
2022-06-16 12:02:31 +01:00
Julien Dubois
cbf80df5cc
remove unused import
2022-06-16 12:02:02 +01:00
Dave Syer
5ef819085b
Move vscode settings up a level
2022-06-15 17:39:31 +01:00
kvaithin
80d03f3cef
985 remove lastName method param from OwnerController
2022-06-15 16:15:15 +00:00
Tagir Valeev
2a12048e78
Update javadoc: it incorrectly said to return 'true'
2022-06-15 17:12:59 +01:00
Dave Syer
21b94869e8
Whitespace tidy
2022-06-15 17:01:47 +01:00
Dave Syer
dbcd37fe5d
Relocate deprecated annotation
2022-06-09 10:26:03 +00:00
Dave Syer
abee85939f
Add devcontainer and gitpod
...
Also works in codespaces.
2022-06-09 11:24:17 +01:00
Dave Syer
0c1fa8e8e2
Update name of deprecated config property
2022-05-19 14:08:07 +00:00
Dave Syer
1db99dbb58
Update to Spring Boot 2.7.0
2022-05-19 14:07:16 +00:00
Dave Syer
7c91e1b40b
Update gradle build boot version
2022-05-10 12:39:14 +01:00
Dave Syer
5ecaccffe9
Make postgres data.sql properly idempotent
...
Fixes #936
2022-04-19 08:43:51 +00:00
Dave Syer
d381fb658c
Use open session in view and populate model attrs
...
Open session in view was switched off accidentally a while ago. Also
the mapping changes recently meant that the changes to @Valid model
attributes were not being propagated correctly.
Fixes #946 and #947
2022-04-11 13:24:49 +00:00