Dave Syer
094d3021e9
Upgrade to Spring Boot 2.6.1 and fix Maven build
2021-12-16 11:39:30 +00:00
Fabian Muscariello
ce626da705
Add support for PostgreSQL
...
See #636
2021-12-07 16:55:01 +00:00
Dave Syer
83e074940b
Tidy up properties in build config
2021-11-24 11:15:44 +00:00
Dave Syer
ff2febe09f
Put CSS generation in a Maven profile
2021-11-24 07:50:15 +00:00
Dave Syer
7ea283613d
Alternative approach with libsass-maven-plugin
2021-11-24 07:48:14 +00:00
Dave Syer
4d4727fce1
No need for jquery
2021-11-24 07:48:14 +00:00
Dave Syer
1095a15f0e
Convert to SCSS and Bootstrap 5
2021-11-24 07:48:14 +00:00
Dave Syer
b45f5be820
Update to Spring Boot 2.5.6
2021-11-19 07:54:21 +00:00
Dave Syer
af9a0a423e
Update to Boot 2.5.5
2021-10-19 15:34:07 +01:00
Stephane Nicoll
11f1234b42
Upgrade to Spring Boot 2.5.4
2021-08-26 16:31:33 +02:00
Dave Syer
af1857cda1
Add javaformat plugin to Eclipse workaround
2021-05-04 11:37:31 +01:00
Jinbo Wang
39d60e2761
Configure an inline m2e lifecycle mapping for wro4j-maven-plugin
...
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2021-04-29 07:15:16 +01:00
Dave Syer
09e07869ac
Update Spring Boot to 2.4.5
2021-04-29 07:11:20 +01:00
Diego Lemos
a0d743cfed
Do not fail packaging if repo info is absent
...
As part of a process to build a BOSH release, I encountered the error
below while running `./mvnw package`:
```
[ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:3.0.1:revision (default) on project spring-petclinic: Could not complete Mojo execution...: Error: Could not get HEAD Ref, are you sure you have set the dotGitDirectory property of this plugin to a valid path? -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
```
That's because we are just interested on the source files for the BOSH
release, we don't care about repo metadata (so we exclude them).
Going through the [git-commit-id-maven-plugin
docs](https://github.com/git-commit-id/git-commit-id-maven-plugin/blob/master/maven/docs/using-the-plugin.md )
we learned it is possible to prevent the failure above via
configuration.
We propose then to set
`<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>`,
enabling use cases similar to ours.
FWIW `failOnNoGitDirectory` is already set to false.
2021-01-28 10:13:23 +00:00
Dave Syer
04471aec49
Update to Boot 2.4.2
2021-01-28 09:55:39 +00:00
Stephane Nicoll
02babdd8cb
Upgrade to Spring Boot 2.4.1
2020-12-25 13:02:48 +01:00
Arka Bandyopadhyay
0573cda3c2
Downgrade to wro4j 1.8.0
...
This commit downgrades the wro4j plugin to 1.8.0 as the latest version
requires Java 11.
See gh-707
2020-11-29 11:43:28 +01:00
Dave Syer
ab9135ad9b
Upgrade to Spring Boot 2.4.0
2020-11-24 10:44:41 +00:00
Stephane Nicoll
7615395b1f
Upgrade to Spring Boot 2.3.5
2020-11-06 08:30:48 +01:00
Piyush Garg
a1eaaa6878
Upgrade to wro4j 1.9.0
...
See gh-650
2020-11-06 07:54:59 +01:00
Akash Solanki
e5ef4d34e3
Remove redundant junits dependencies
...
See gh-670
2020-11-06 07:47:17 +01:00
Stephane Nicoll
27109010a5
Restore version to 2.3.0.BUILD-SNAPSHOT
2020-08-27 15:05:30 +02:00
Stephane Nicoll
be0f161453
Upgrade to Checkstyle 8.32
2020-08-27 15:04:12 +02:00
Stephane Nicoll
2e5be53533
Upgrade to spring javaformat 0.0.25
2020-08-27 15:03:51 +02:00
Stephane Nicoll
d19963e174
Upgrade to Spring Boot 2.3.3
2020-08-27 15:03:32 +02:00
Stephane Nicoll
02cc84223b
Polish
2020-07-11 08:58:57 +02:00
Stephane Nicoll
5ad6bc3ccd
Upgrade to spring javaformat 0.0.22
2020-07-11 08:58:57 +02:00
Dave Syer
d173555056
Update to Boot 2.3.1
2020-06-13 14:09:36 +01:00
Dave Syer
c9230c37b9
Bump to Spring Boot 2.3.0
2020-05-27 13:40:44 +00:00
Stephane Nicoll
adab01ef62
Upgrade to maven checkstyle plugin 3.1.1
2020-05-03 08:55:49 +02:00
Stephane Nicoll
6a18eecc9b
Upgrade to spring javaformat 0.0.21
2020-05-03 08:55:22 +02:00
Stephane Nicoll
d9f37ece5c
Upgrade to Spring Boot 2.3.0.RC1
2020-05-02 07:51:21 +02:00
Stephane Nicoll
c0847b7571
Add support for H2
...
Closes gh-584
2020-03-20 18:27:18 +01:00
Stephane Nicoll
e62458833c
Upgrade to spring javaformat 0.0.20
2020-03-20 18:27:18 +01:00
Stephane Nicoll
a79cb9a008
Upgrade to Spring Boot 2.2.5
2020-03-20 18:27:17 +01:00
Stephane Nicoll
e0eec8e3a6
Add m2e profile for well-known plugins
...
See gh-519
2020-03-20 18:27:17 +01:00
Dave Syer
ac3e64208e
Update checkstyle plugin for security scan warning
2020-02-03 09:20:37 +00:00
Stephane Nicoll
1cc942a4ad
Add nohttp check
2020-01-31 17:31:19 +01:00
Stephane Nicoll
400e3028f4
Polish "Use https for Maven XSD"
...
See gh-522
2020-01-31 16:53:53 +01:00
vbadipat
5742ecd6ce
Use https for Maven XSD
...
See gh-522
2020-01-31 16:52:27 +01:00
Stephane Nicoll
9387366545
Upgrade to spring javaformat 0.0.19
2020-01-26 08:31:32 +01:00
Stephane Nicoll
108a81b946
Upgrade to Spring Boot 2.2.4
2020-01-26 08:30:37 +01:00
Dave Syer
4e1f87407d
Apply spring-format plugin
2020-01-03 11:22:05 +00:00
Dave Syer
f9424b548a
Spring Boot 2.2.2
2019-12-10 11:21:41 -05:00
Dave Syer
d47820baad
Update to Spring Boot 2.2.1
2019-11-20 09:55:36 +00:00
Stephane Nicoll
32301ed531
Fix compatibility with Java 13
...
This commit upgrades jacoco to 0.8.5 as this version provides Java 13
support.
Closes gh-458
2019-10-31 10:36:32 +01:00
Stephane Nicoll
253e6fde5f
Polish "Migrate tests to JUnit 5"
...
See gh-360
2019-10-20 16:49:17 +02:00
Antoine Rey
ac69dbba23
Migrate tests to JUnit 5
...
See gh-360
2019-10-20 16:43:25 +02:00
Stephane Nicoll
ce7c3f93de
Upgrade to Spring Boot 2.2.0.RELEASE
2019-10-20 16:40:04 +02:00
Stephane Nicoll
f284b29501
Upgrade to Spring Boot 2.1.9.RELEASE
2019-10-03 13:59:27 +02:00
Stephane Nicoll
7481e8841a
Upgrade to Spring Boot 2.1.6.RELEASE
2019-06-19 15:11:54 +02:00
Stephane Nicoll
6e24f5dc64
Upgrade to Spring Boot 2.1.4
2019-05-11 16:06:25 +02:00
Stephane Nicoll
be24e0c15e
Fix Apache license headers
2019-03-21 11:08:00 +01:00
Spring Operator
eef57abd78
URL Cleanup
...
Closes gh-396
2019-03-20 11:07:23 +01:00
Dave Syer
91fa97102f
Update to latest Boot and add some gitignores
2019-03-11 10:16:57 +00:00
Stephane Nicoll
8472aa039e
Upgrade to Spring Boot 2.1.2.RELEASE
2019-01-31 11:30:16 +01:00
Dave Syer
df359ab1bc
Update to Boot 2.1.1
2018-12-04 13:53:23 +00:00
Dave Syer
13f1bfb079
Update to Boot 2.1.0
2018-11-15 04:24:58 +08:00
Stephane Nicoll
895730caf9
Simplify build definition
2018-10-07 13:40:45 +02:00
Stephane Nicoll
d49cc42ae5
Add missing repository definition
2018-10-06 16:40:10 +02:00
Stephane Nicoll
1feea1f441
Polish
2018-10-06 16:37:33 +02:00
Dave Syer
e823df3657
Update to Spring Boot 2.1
2018-10-05 11:36:56 +01:00
Stephane Nicoll
60105d5d9a
Use Jacoco rather than cobertura
2018-08-09 10:47:13 +02:00
Stephane Nicoll
73c9ac5acb
Upgrade to Spring Boot 2.0.4.RELEASE
2018-08-09 10:12:57 +02:00
Stephane Nicoll
415bd73893
Fix devtools module declaration
2018-07-10 08:43:13 +02:00
Dave Syer
38bd3280cb
Update to Boot 2.0.3
2018-06-20 13:58:30 +01:00
Stephane Nicoll
4d6ee8410d
Upgrade to Spring Boot 2.0.2.RELEASE
2018-06-04 10:49:45 +02:00
Stephane Nicoll
b527de52f5
Upgrade to Spring Boot 2.0.0.RELEASE
2018-03-14 16:32:27 -04:00
Stephane Nicoll
dfcd30be60
Fix project's version
2018-02-22 10:46:09 +01:00
Stephane Nicoll
cdd802eeee
Update webjars-locator dependency
2018-02-21 10:48:01 +01:00
Dave Syer
6730a229a0
Add repository declarations for snapshots
2018-01-20 09:38:36 +00:00
Dave Syer
c91b73e75e
Update version of Petclinic
2018-01-11 09:16:04 +00:00
Dave Syer
14ef611d70
Update to Spring Boot 2.0 snapshots
2018-01-09 17:50:14 +00:00
Antoine Rey
162d8d8e45
Add Apache 2.0 license #260
2017-11-03 11:11:31 +00:00
Dave Syer
101c9dc690
Update Spring Boot and Thymeleaf versions
2017-06-30 11:07:07 +01:00
Antoine Rey
fd1c742d4f
Do not fail maven build when git directing is missing
2017-03-06 08:12:14 +00:00
Stephane Nicoll
75912a06c5
Polish contribution
...
Closes gh-229
2017-02-17 12:30:57 +01:00
Henri Tremblay
443d35eae2
Put Ehcache back
2017-02-17 06:22:26 -05:00
Dave Syer
c7657df854
Remove ehcache (at least temporarily)
...
The fact that it was still there on the classpath means it needs to
be configured (and fails silently if you don't). Removed to give
us some tmie to reconsider.
2017-02-02 16:04:55 +00:00
Dave Syer
90b8df9319
Update to 1.5.1
2017-01-31 15:51:55 +00:00
Dave Syer
0f840cd50b
Change artifactId to 'spring-petclinic'
2016-12-20 10:47:45 +00:00
Dave Syer
0c7db646ef
Make mysql configuration more first class
2016-12-05 21:50:29 +00:00
Dave Syer
87ee7cadfb
Exclude groovy because it isn't used
2016-12-02 12:57:41 +00:00
Dave Syer
131a588e09
Use wro4j instead of lesscss plugin
...
It's better maintained and it seems to provide more features
as well.
2016-11-17 10:51:36 +00:00
Dave Syer
e38a9feebe
Convert to jar with thymeleaf
2016-11-10 17:22:02 +00:00
Antoine Rey
3450c3d99e
Add Git commit information to the /manage/info endpoint
2016-10-17 08:29:36 +02:00
Antoine Rey
d69b89691c
Fix #171 Jetty 9 support by removing Dandelion
2016-10-08 09:50:04 +02:00
Antoine Rey
6ff35b6c22
Update Springboot Petclinic version to 1.4.1
2016-10-01 13:00:46 +02:00
Antoine Rey
c0ac1ffda6
Upgrade to Spring Boot 1.4.1
2016-09-25 18:33:13 +02:00
Dapeng
a9b6565fcf
Remove dependency with joda time to simplify the project dependencies
2016-09-25 18:25:33 +02:00
Antoine Rey
4d90e7e394
Display build-related information into the /manage/info endpoint
2016-09-15 20:28:57 +02:00
Antoine Rey
d189dbf4be
Merge pull request #182 from snicoll/ehcache3
...
Upgrade to Ehcache 3 and Java config
2016-08-29 22:18:22 +02:00
Stephane Nicoll
a41b83a2fd
Upgrade to Ehcache 3
...
I saw on twitter the reference of an article (in french):
http://javaetmoi.com/2016/08/migrer-vers-spring-boot/
That article concludes with something along the lines of "Besides the
EhCache and Maven configuration, Petclinic does not hold a single line
of XML anymore".
Looking at the code, we can remove more XML if you want. This PR migrates
the cache infrastructure to EhCache 3 and JCache (JSR-107). This also
reduces the number of dependencies.
2016-08-29 18:48:12 +02:00
Antoine Rey
b96e1093d3
Add a Dockefile and configure the docker-maven-plugin
2016-08-29 18:47:47 +02:00
Antoine Rey
2637f65b90
Upgrade to Spring Boot 1.4.0
2016-08-17 18:31:38 +02:00
Antoine Rey
515f8d99fd
Fix jQuery version
2016-06-30 20:02:53 +02:00
Antoine Rey
616386803c
Revert "Make jar not war"
...
This reverts commit be048ae2ac
.
2016-06-28 20:08:26 +02:00
Antoine Rey
be048ae2ac
Make jar not war
2016-06-28 20:01:32 +02:00
Antoine Rey
fd524d05d5
Centralized framework versions to the properties section
2016-06-28 19:52:59 +02:00
Dapeng
eb6f9343ad
migrate to webjars for frontend resource management
...
- petclinic.css is now auto generated, therefore it is put in the
ignore list
- vendor folder is removed in favour of webjars
- remove several maven dependencies which are already managed by spring
boot
- unfortunately, lesscss maven plugin does NOT support importing from
classpath, as a result, bootstrap is unpacked during process-resources
phase, we need need to find a better resolution
- remove bower integration
2016-06-28 18:02:53 +08:00