Commit graph

988 commits

Author SHA1 Message Date
Antoine Rey
ca8781b0e5 #129 add travis-ci "build status" badge 2016-02-06 18:55:52 +01:00
michaelisvy
cc53f63824 travis.ml -> .travis.yml 2016-02-06 15:02:14 +08:00
michaelisvy
216db91dc9 Adding Travis configuration file
#129
2016-02-06 14:58:31 +08:00
Antoine Rey
843ce282eb Upgrade to Spring IO Platform 2.0.2 2016-02-05 20:21:54 +01:00
Antoine Rey
3623eab490 Merge pull request #127 from thinkshihang/patch-1
Correct initialization script file's name
2016-02-04 08:11:39 +01:00
thinksh
0504ec9fe3 Update petclinic_db_setup_mysql.txt
Correct initialization script file's name
2016-02-03 23:19:46 -05:00
Antoine Rey
d6697d8853 Add Maven Wrapper with mvn -N io.takari:maven:wrapper 2016-01-31 12:41:36 +01:00
Antoine Rey
3a9e0f3f12 Align petclinic version to the Spring Framework one 2016-01-30 14:32:27 +01:00
Antoine Rey
95de1d9f8b Using Mockito and Hamcrest version from the Spring.IO Platform 2016-01-30 14:30:19 +01:00
Antoine Rey
2398c4d798 Merge pull request #119 from colinbut/master
Added test classes for Controllers plus tests for PetTypeFormatter
2016-01-30 14:26:26 +01:00
Antoine Rey
c65cfb6c11 moving from Webjars to Bower #83: renaming bower_components to vendor, update readme.md 2016-01-30 14:00:12 +01:00
Antoine Rey
4803b71b4d Merge pull request #125 from faissalwise/bower
moving from Webjars to Bower #83
2016-01-30 12:31:39 +01:00
IHABRITANE
540d31ed21 moving from Webjars to Bower #83 2016-01-25 17:22:41 +00:00
michaelisvy
a768e877ef fixed ehcache dependency 2015-12-22 17:19:34 +01:00
michaelisvy
71fa089df3 Spring IO platform 2.0.1
#121
2015-12-22 17:12:49 +01:00
Colin But
845d31e8ed Added test class for Controllers plus a test for PetTypeFormatter 2015-11-20 13:56:44 +00:00
Antoine Rey
288548c674 Merge pull request #113 from trepel/visitdatefix
Using jodatime LocalDate instead of DateTime for visits
2015-11-02 18:42:26 +01:00
Tomas Repel
e00dfb3fe0 Using jodatime LocalDate instead of DateTime for visits 2015-11-02 10:51:04 +01:00
Antoine Rey
19d7767318 #98 Add a contributing section 2015-10-28 18:39:02 +01:00
Antoine Rey
92de6557e1 Fix #111 For pet's birthday we are now using jodatime LocalDate instead of DateTime 2015-10-28 08:57:42 +01:00
Antoine Rey
4aa89ae4e2 Fix #110 owner and pet validators failed 2015-10-28 08:30:44 +01:00
Antoine Rey
dd552f4970 Fix #108 owner update 2015-10-26 18:35:40 +01:00
Antoine Rey
3bcf84543e #77 move Session scope attributes to the request scope instead 2015-10-23 08:42:27 +02:00
Antoine Rey
6a94d7e60a Remove uncessary _method=put parameter and enable the "POST new visit" HTTP request 2015-10-21 08:25:07 +02:00
Antoine Rey
4c0d311fff Merge pull request #106 from trepel/dandelionupdate
Update of Dandelion to 1.1.1
2015-10-20 19:35:20 +02:00
Antoine Rey
5e11b4bbcc JMeter script from Julien Dubois 2015-10-20 18:59:55 +02:00
Tomas Repel
63d8f1213c Update of Dandelion to 1.1.1 2015-10-19 10:53:10 +02:00
Antoine Rey
81fac33fb5 #96 change EditorConfig in order to impact other files than Java and XML (i.e.. jsp and html pages) 2015-10-16 18:21:12 +02:00
Antoine Rey
295574f1eb Merge pull request #104 from trepel/minorcommentsfixes
Removal of redundant comments
2015-10-16 18:17:08 +02:00
Tomas Repel
2270e2466b Removal of redundant comments 2015-10-16 15:04:17 +02:00
Antoine Rey
09ed33a5fc #96 Reformat code with EditorConfig 2015-10-16 09:33:28 +02:00
Antoine Rey
1aef94d6a8 #95 Downgrade to AssertJ 2.2.0 to be compatible with Java 7 2015-10-16 08:03:19 +02:00
Antoine Rey
566fdac3f9 Merge pull request #99 from trepel/removalofputmethod
Removed HTTP PUT method - it is not supported in JSP 2.3
2015-10-14 08:30:22 +02:00
Antoine Rey
8b5d980416 Fix #95 migrate to AssertJ 3.2.0 2015-10-14 08:29:37 +02:00
michaelisvy
77bd960b69 Merge pull request #98 from freemansoft/master
Add comments to describe when AOP invoked
2015-10-14 05:17:54 +08:00
Antoine Rey
4bb829cbd1 Fix #101 display the pet type when using the JDBC profile 2015-10-13 18:41:18 +02:00
Antoine Rey
cb0504ee97 #92 add some comments to switch from HSQLDB to MySQL 2015-10-13 08:32:15 +02:00
Tomas Repel
f7498c79df Removed HTTP PUT method - it is not supported in JSP 2.3 2015-10-02 11:33:57 +02:00
michaelisvy
e0be3a39b6 added temporary fix for json-simple 2015-10-02 15:51:56 +08:00
Joe Freeman
5a6c108efb Added comments when CallMonitoringAspect called
CallMonitoringAspect is not invoked when spring-data-jpa is used.  Spent
4 hours trying to understand why jmx bean wasn't showing message counts.
Use JPA or JDBC if you want call counts exposed via JMX / AOP
2015-09-30 21:20:34 -04:00
Joe Freeman
e8c944f6bb remove version number 2015-09-28 23:45:26 -04:00
Joe Freeman
c18c845a6f Add missing json-simple dependency 2015-09-28 23:04:10 -04:00
Antoine Rey
06be7eb5be #92 Use column alias 2015-08-20 08:19:57 +02:00
Antoine Rey
91d19d17b8 #92 Fix column 'visits.id' not found on MySql 2015-08-19 18:55:52 +02:00
michaelisvy
39ab8361d4 moved spring-data dependency to boot-starter 2015-07-25 19:44:53 +08:00
michaelisvy
85a2be1c11 adding spring boot starter and removing spring-aop 2015-07-25 19:38:02 +08:00
michaelisvy
8e3848f9c5 upgraded to latest version of Dandelion 2015-07-25 19:30:23 +08:00
Antoine Rey
122c8a74b9 Upgrade to Spring IO platform v1.1.3. 2015-07-15 21:53:05 +02:00
Antoine Rey
7326267c48 #90 Remove the json-path version which be inherited from the spring.io BOM 2015-07-02 18:20:17 +02:00
Antoine Rey
bc9682cfb3 #87 Downgrade to AssertJ 2.1.0 in order to build Petclinic with the JDK 7 2015-07-02 18:15:25 +02:00