Commit graph

715 commits

Author SHA1 Message Date
Demian
73e82cb6b1 Merge branch 'master' into feature-1 2020-04-07 14:32:20 -03:00
Demian
4cfb01ac45 Create Jenkinsfile 2020-04-07 13:22:42 -03:00
Demian
f229d1acc1 Delete Jenkinsfile 2020-04-07 13:18:13 -03:00
Demian
c49c535af1 Delete Jenkinsfile 2020-04-07 13:11:56 -03:00
Demian
59d7002184 Update Jenkinsfile and pom.xml 2020-04-06 16:29:01 -03:00
Demian
897e735eb8 Update to fix checkstyle errors 2020-04-06 15:10:13 -03:00
Demian
77c7b2181e Update pom.xml 2020-04-06 14:36:26 -03:00
Demian
bc0747312e Update Jenkinsfile 2020-04-06 14:25:46 -03:00
Demian
92bcf5d8ba Update Jenkinsfile 2020-04-06 14:21:31 -03:00
Demian
8a9def09df Merge branch 'master' of https://github.com/demiangmz/spring-petclinic 2020-04-03 21:30:23 -03:00
Demian
d09209c763 Update Jenkinsfile 2020-04-03 21:23:09 -03:00
Demian
a9a14b2781 Added Jenkinsfile 2020-04-03 21:13:48 -03:00
Demian
fd1618b125 Update Jenkinsfile 2020-04-03 19:01:02 -03:00
Demian
0b54cab9d0 Update Jenkinsfile 2020-04-03 18:28:39 -03:00
Demian
870a0eeb1f Update Jenkinsfile 2020-04-03 17:32:08 -03:00
Demian
deaccfd019 Update Jenkinsfile 2020-04-02 11:23:46 -03:00
Demian
02a4982ef3 Update Jenkinsfile 2020-04-02 11:19:30 -03:00
Demian
90271b2664 Added Jenkinsfile 2020-04-01 13:27:58 -03:00
Demian
0c4c7d5c36 Delete Jenkinsfile 2020-04-01 13:24:40 -03:00
Demian
6bfff5d9f0 Update Jenkinsfile 2020-04-01 13:00:42 -03:00
Demian
cee7fd46a5 Create Jenkinsfile 2020-04-01 01:55:56 -03:00
Demian
fcd1c8ad03 Delete jenkinsfile 2020-04-01 01:55:40 -03:00
Demian
bdbcdc1c38 Adding Jenkinsfile to support pipeline build. 2020-03-31 18:44:24 -03:00
Stephane Nicoll
56f09331aa Merge pull request #586 from jelliotartz
* pr/586:
  Fix typo in readme

Closes gh-586
2020-03-30 08:53:42 +02:00
James Artz
8db8c272c1 Fix typo in readme
See gh-586
2020-03-30 08:53:31 +02:00
Stephane Nicoll
8805eaa721 Disable open-in-view explicitly to remove warning on startup 2020-03-20 18:27:18 +01: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
5c35771a20
Wrong name for user.sql script 2020-03-10 08:29:36 +00: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
7e64f558f2 Merge pull request #522 from vbadipat
* pr/522:
  Polish "Use https for Maven XSD"
  Use https for Maven XSD

Closes gh-522
2020-01-31 16:54:28 +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
82cb521d63 Fix MySQL docker command line in readme 2020-01-03 05:59:32 -05:00
Dave Syer
5d57e0d5e2 Re-organise mysql scripts so the app runs without root access
It works better that way with test containers and in k8s.
2020-01-03 05:29:11 -05:00
Dave Syer
f9424b548a
Spring Boot 2.2.2 2019-12-10 11:21:41 -05:00
Dave Syer
1561eb5506 Add proxyBeanMethods = false
It's slightly faster, and we don't need proxies in this app.
2019-11-20 10:21:33 +00:00
Dave Syer
2c98a681ca Uncomment sql initialization for mysql 2019-11-20 09:56:32 +00: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
6e4c31c681 Merge pull request #360 from arey
* pr/360:
  Polish "Migrate tests to JUnit 5"
  Migrate tests to JUnit 5

Closes gh-360
2019-10-20 16:49:46 +02: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