Commit graph

961 commits

Author SHA1 Message Date
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
Stephane Nicoll
71cfa2be6c Merge pull request #359 from oltruong
* pr/359:
  Fix indent in readme.md
2018-10-09 08:32:09 +02:00
Olivier Truong
e0684bfd5e Fix indent in readme.md
Closes gh-359
2018-10-09 08:31:35 +02:00
Dave Syer
f31ead5f79 Add notes on building a jar
See #339
2018-10-08 09:06:24 +01: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
b982e66834 Clarify docs on MySql and STS 2018-10-05 15:38:11 +01: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
5f7574570e Merge pull request #335 from cruftex:fix-cache-comment
* pr/335:
  Polish "Clarify cache configuration"
  Clarify cache configuration
2018-07-13 16:58:28 +02:00
Stephane Nicoll
893a18f595 Polish "Clarify cache configuration"
Closes gh-335
2018-07-13 16:57:48 +02:00