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
Stephane Nicoll
f284b29501
Upgrade to Spring Boot 2.1.9.RELEASE
2019-10-03 13:59:27 +02:00
Stephane Nicoll
bb7e84776d
Merge pull request #457 from cordin
...
* pr/457:
Upgrade to Maven 3.6.2 and Maven Wrapper 0.5.5
Closes gh-457
2019-10-03 13:59:17 +02:00
Cèsar Ordiñana
ecae6d71c3
Upgrade to Maven 3.6.2 and Maven Wrapper 0.5.5
...
See gh-457
2019-10-03 13:58:58 +02:00
trisberg
e280d12144
Fix docs on mysql, use initialization-mode
2019-09-23 22:14:15 +02:00
Dave Syer
7ef045dac8
Make Pet.visits @Transient
...
In that way the Pet and Visit entities are more modular, and we
don't have to rely on a bit of a hack which is that Hibernate
happily maps Pet to its ID in the entity generation (but fails
if you do it at compile time).
2019-09-06 09:14:44 +01:00
Alex Boyko
d6bdc13bdb
Move Push-to-PWSX button on the next line
2019-08-27 09:28:19 -04:00
Alex Boyko
b6a619c0c4
Update Push-to-PWS button image
2019-08-22 12:39:14 -04:00
Dave Syer
e157f200f8
Clarify the docs on mysql
2019-06-21 14:45:39 +01:00
Dave Syer
02adb1d49f
Attempt to fix travis build by hardcoding Ubuntu dist
2019-06-21 12:27:16 +01:00
Dave Syer
912d2adca4
Add VS Code to list of IDEs
2019-06-20 14:17:00 +01:00
Stephane Nicoll
7481e8841a
Upgrade to Spring Boot 2.1.6.RELEASE
2019-06-19 15:11:54 +02:00
Choonghee Lee
11d0ed4358
update table id attribute in ownersList.html
...
"vets" to "owners"
2019-06-05 13:41:27 +01:00
Stephane Nicoll
8394b7dd21
Merge pull request #417 from BoykoAlex
...
* pr/417:
Polish "Push-to-PWS integration"
Push-to-PWS integration
Closes gh-417
2019-06-01 18:14:38 +02:00
Stephane Nicoll
dc337f580c
Polish "Push-to-PWS integration"
...
See gh-417
2019-06-01 18:14:23 +02:00
BoykoAlex
39897cc149
Push-to-PWS integration
...
See gh-417
2019-06-01 18:12:28 +02:00
Stephane Nicoll
bebe9e50ed
Merge pull request #418 from wengertj
...
* pr/418:
Polish "Cleanup tests by using more idiomatic assertj assertions"
Cleanup tests by using more idiomatic assertj assertions
Closes gh-418
2019-06-01 18:10:41 +02:00
Stephane Nicoll
8919c7317b
Polish "Cleanup tests by using more idiomatic assertj assertions"
...
See gh-418
2019-06-01 18:09:33 +02:00
Johannes Wengert
3f838c2df2
Cleanup tests by using more idiomatic assertj assertions
...
See gh-418
2019-06-01 18:03:52 +02:00
Stephane Nicoll
6e24f5dc64
Upgrade to Spring Boot 2.1.4
2019-05-11 16:06:25 +02:00
Stephane Nicoll
d2831f9bad
Merge pull request #405 from Eskibear
...
* pr/405:
Upgrade maven wrapper
2019-03-28 09:46:57 +01:00
yanzh
5d73726825
Upgrade maven wrapper
...
Closes gh-405
2019-03-28 09:46:24 +01:00
Stephane Nicoll
be24e0c15e
Fix Apache license headers
2019-03-21 11:08:00 +01:00
Stephane Nicoll
785542576a
Merge pull request #397 from spring-operator
...
* pr/397:
Polish "URL Cleanup"
URL Cleanup
2019-03-21 11:05:53 +01:00
Stephane Nicoll
765680c010
Polish "URL Cleanup"
...
Closes gh-397
2019-03-21 11:05:45 +01:00
Spring Operator
f4bed3cc17
URL Cleanup
...
See gh-397
2019-03-21 11:04:51 +01:00
Stephane Nicoll
0c59090c1a
Polish
2019-03-20 11:13:21 +01:00
Stephane Nicoll
be60080f4b
Merge pull request #396 from spring-operator
...
* pr/396:
URL Cleanup
2019-03-20 11:07:38 +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
Dave Syer
827dc12325
Revert "Remove redundant component scan filter"
...
This reverts commit ab56724285
.
2019-02-11 08:08:57 +00:00
Stephane Nicoll
8472aa039e
Upgrade to Spring Boot 2.1.2.RELEASE
2019-01-31 11:30:16 +01:00
Stephane Nicoll
5808126798
Merge pull request #383 from mustafau
...
* pr/383:
Remove SonarQube configuration file
2019-01-15 13:30:16 -05:00
Mustafa Ulu
dbbd3ea80e
Remove SonarQube configuration file
...
Closes gh-383
2019-01-15 13:29:38 -05:00
Dave Syer
ab56724285
Remove redundant component scan filter
...
The @DataJpaTests creates all the repositories. There's no need
for a filter (and there aren't any matching @Service beans anyway).
2018-12-17 16:41:44 +00: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
85aab20850
Merge pull request #369 from figueroaRicardo
...
* pr/369:
Fix links
2018-11-11 11:19:25 +01:00
figueroaRicardo
8869750c25
Fix links
...
Closes gh-369
2018-11-11 11:19:11 +01:00
Stephane Nicoll
3b36b80741
Add reference to Spring Petclinic Forks
...
See gh-361
2018-10-22 14:59:52 +02:00
Stephane Nicoll
1ada9baeaa
Merge pull request #358 from arey
...
* pr/358:
Polish "Add documentation for IntelliJ IDEA"
Add documentation for IntelliJ IDEA
2018-10-09 08:44:41 +02:00
Stephane Nicoll
8bee2f888d
Polish "Add documentation for IntelliJ IDEA"
...
Closes gh-358
2018-10-09 08:44:25 +02:00
Antoine Rey
6de956210e
Add documentation for IntelliJ IDEA
...
See gh-358
2018-10-09 08:34:12 +02:00