lwj9812
72cd1612fa
Update Jenkinsfile
2024-03-22 12:07:53 +09:00
lwj9812
a332ddf09d
Update Jenkinsfile
2024-03-22 12:05:49 +09:00
lwj9812
c16e255a41
Update Jenkinsfile
2024-03-22 11:55:08 +09:00
lwj9812
455d1ac6b3
Update Jenkinsfile
2024-03-22 11:53:45 +09:00
lwj9812
c407c5041e
Update Jenkinsfile
2024-03-22 11:45:56 +09:00
lwj9812
568bde0658
Update Jenkinsfile
2024-03-22 11:43:15 +09:00
lwj9812
616a86f993
Update Jenkinsfile
2024-03-22 11:41:21 +09:00
lwj9812
fb5fcdb0a9
Update Jenkinsfile
2024-03-22 11:26:06 +09:00
lwj9812
d470462bb3
Update Jenkinsfile
2024-03-22 11:20:03 +09:00
lwj9812
48ec6fbe36
Update Jenkinsfile
2024-03-22 11:16:09 +09:00
lwj9812
b1ca36c379
Update Jenkinsfile
2024-03-22 11:12:44 +09:00
lwj9812
c93ec600b5
Update Jenkinsfile
2024-03-22 11:04:11 +09:00
lwj9812
408241c97d
Update Jenkinsfile
2024-03-15 16:17:44 +09:00
lwj9812
e0a6f08923
Update Jenkinsfile
2024-03-15 15:35:53 +09:00
lwj9812
7eb1014e7e
Update Jenkinsfile
2024-03-15 15:34:46 +09:00
lwj9812
a200b45770
Update Jenkinsfile
2024-03-15 15:23:04 +09:00
lwj9812
edc876d62a
Create run_process.sh
2024-03-15 15:00:06 +09:00
lwj9812
e501d7672b
Create kill_process.sh
2024-03-15 14:57:53 +09:00
lwj9812
aef9692c5c
Create docker-compose.yml
2024-03-15 14:55:28 +09:00
lwj9812
e8e96af699
Create appspec.yaml
2024-03-15 14:51:04 +09:00
lwj9812
184ceed669
Create Dockerfile
2024-03-15 14:46:51 +09:00
lwj9812
040ecfe1b5
Update Jenkinsfile
2024-03-15 14:28:44 +09:00
lwj9812
b996d43f92
Update Jenkinsfile
2024-03-15 14:28:08 +09:00
lwj9812
4692d2ea1d
Update Jenkinsfile
2024-03-15 14:27:10 +09:00
lwj9812
040f392060
Update Jenkinsfile
2024-03-15 14:26:28 +09:00
lwj9812
ca98165557
Update Jenkinsfile
2024-03-15 14:25:38 +09:00
lwj9812
8c47945b04
Update Jenkinsfile
2024-03-15 14:24:35 +09:00
lwj9812
4722c5d0b3
Update Jenkinsfile
2024-03-15 14:23:11 +09:00
lwj9812
57750bb792
Update Jenkinsfile
2024-03-08 15:13:13 +09:00
lwj9812
29cc2534e7
Update Jenkinsfile
2024-03-08 14:54:57 +09:00
lwj9812
73b262411b
Update Jenkinsfile
2024-03-08 14:28:46 +09:00
lwj9812
f57c6016f2
Update Jenkinsfile
2024-03-08 14:24:03 +09:00
lwj9812
de825016d8
Update Jenkinsfile
2024-03-08 14:23:20 +09:00
lwj9812
e98c7b6cad
Update Jenkinsfile
2024-03-08 14:22:25 +09:00
lwj9812
9985834420
Update Jenkinsfile
2024-03-08 14:21:27 +09:00
lwj9812
5be80e347e
Create Jenkinsfile
2024-03-08 14:16:02 +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