Dave Syer
73ede82651
Replace references to main branch
2020-06-13 15:16:31 +01:00
Dave Syer
07b9d5aa45
Ensure fragment for menu items is not itself rendered
...
Formerly there was a "ghost" menu item with no text and no icon
because Thymeleaf had not been instructed to remove the fragment
definition. This change tidies that up and also removes the use of
the "path" variable, which Thymeleaf populates from the current
request context, and poses a potential security threat as a
result (if users type malicious characters in the URL).
2020-06-13 14:56:10 +01:00
Dave Syer
d173555056
Update to Boot 2.3.1
2020-06-13 14:09:36 +01:00
Jay
410abc21f3
remove trailing slash
2020-06-13 14:06:34 +01:00
Kristof Neirynck
9873188e29
Change EditorConfig to reflect some files are indented with 2 spaces
2020-06-13 14:03:04 +01:00
Kristof Neirynck
d94b995db2
Change EditorConfig to be consistent with spring-javaformat
...
spring-javaformat uses tabs to indent java files
2020-06-13 14:03:04 +01:00
Kristof Neirynck
907eea340b
Upgrade to Maven 3.6.3 and Maven Wrapper 0.5.6
2020-06-13 14:02:26 +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
628862206b
Switch actuator to standard path
2020-05-02 08:02:49 +02:00
Stephane Nicoll
d9f37ece5c
Upgrade to Spring Boot 2.3.0.RC1
2020-05-02 07:51:21 +02: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
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