- Feb 22, 2018
-
-
Antoine Rey authored
Closes gh-303
-
Stephane Nicoll authored
-
Ray Tsang authored
Closes gh-301
-
- Jan 09, 2018
-
-
Dave Syer authored
-
- Nov 03, 2017
- Feb 17, 2017
-
-
Henri Tremblay authored
-
- Feb 03, 2017
-
-
Dave Syer authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
- Jan 08, 2017
-
-
Dave Syer authored
-
- Dec 05, 2016
-
-
Dave Syer authored
-
Dave Syer authored
-
Oscar Utbult authored
-
Kristof Neirynck authored
-
- Nov 14, 2016
-
-
Dave Syer authored
Vet, Owner, Visit. The Visit "aggregate" is a little artificial but it demonstrates a useful point about not holding on to references of "parent" (reference data) objects, i.e. the Visit has an Integer petId, instead of a Pet field. In principle this app is now almost ready to migrate to multiple services if anyone wanted to do that.
-
- Nov 10, 2016
-
-
Dave Syer authored
-
- Oct 08, 2016
-
-
Antoine Rey authored
-
- Aug 29, 2016
-
-
Stephane Nicoll authored
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.
-
- Jun 27, 2016
-
-
Dapeng authored
-
- Jun 24, 2016
-
-
Antoine Rey authored
-
- Jun 23, 2016
-
-
Antoine Rey authored
-
- Jun 06, 2016
-
-
Antoine Rey authored
-
- Apr 05, 2016
-
-
Antoine Rey authored
-
- Apr 04, 2016
-
-
Antoine Rey authored
-
- Feb 25, 2016
-
-
kadinyazilimci authored
-
- Feb 04, 2016
-
-
thinksh authored
Correct initialization script file's name
-
- Jan 30, 2016
-
-
Antoine Rey authored
-
- Jan 25, 2016
-
-
IHABRITANE authored
-
- Oct 16, 2015
-
-
Antoine Rey authored
-
- Oct 13, 2015
-
-
Antoine Rey authored
-
- May 20, 2015
-
-
michaelisvy authored
-
- May 12, 2015
-
-
michaelisvy authored
so we always use the latest in the classpath
-
michaelisvy authored
RSS is becoming outdated, JSon is a better example
-
- Apr 23, 2015
-
-
Vlad Selpukhin authored
-
- Nov 28, 2014
-
-
michaelisvy authored
-
michaelisvy authored
- Now using namespace, much simpler (11 lines instead of 27) - Just a minor issue with: <bean class="org.springframework.web.servlet.view.JstlView"> <property name="url" value="" /> </bean> (should investigate later if we can remove “url” attribute
-
- May 31, 2014
-
-
Thibault Duchateau authored
* The old datatables-servlet2 dependency has been removed from the pom.xml * Some attributes have been renamed (e.g. paginate => pageable) * Starting from the v0.10.0, all web components (servlet, filter) must be explicitely declared in the web.xml file. That's why I added the following declaration: DandelionFilter, DandelionServlet and DatatablesFilter * Added a new datatables.properties file in order to disable the asset management brought by Dandelion-Core. This is equivalent to the old cdn=true table attribute
-
- May 11, 2014
-
-
Bram Luyten authored
jdbc.properties was renamed to data-access.properties, but this file still referred to the old name.
-