Commit graph

961 commits

Author SHA1 Message Date
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
Antoine Rey
11af3ae3e9 #90 Reduce the POM size by inheriting from the spring.io BOM 2015-07-02 08:11:02 +02:00
Antoine Rey
0fdd1504b4 Removing deprecated javadoc 2015-06-29 09:03:58 +02:00
Antoine Rey
7fe5184bc8 Servlet 3.0, JSP 2.2 and EL 2.2 are the minimum required to deploy Petclinic 2015-06-29 09:01:08 +02:00
Antoine Rey
8b625617cb #87 Petclinic should be compatible with Java 7 for the time being 2015-06-29 08:50:04 +02:00
Antoine Rey
80ff54ac03 Fix #89 Web layer: use @Valid whenever possible 2015-06-29 08:37:29 +02:00
Antoine Rey
a07cf69292 Fix #88 upgrading to Hibernate Validator 5.1.3 2015-06-25 18:33:25 +02:00
Antoine Rey
5e56bc222b Using JSP and JSTL version from the <properties> section 2015-06-24 21:15:29 +02:00
Antoine Rey
98d9bbb629 Removing reference to the unknown UserResource class 2015-06-24 18:43:45 +02:00
Antoine Rey
71f2424542 Remove explicit unboxing 2015-06-24 08:12:43 +02:00
Antoine Rey
6f6fa64dd7 Remove unused VisitRepository from constructor 2015-06-24 08:11:09 +02:00
Antoine Rey
ca3bb07fa4 Remove unused WebApplicationContext property 2015-06-18 18:29:49 +02:00
Antoine Rey
1b4d4256c4 Fix typo into javadoc 2015-06-18 18:28:31 +02:00
Antoine Rey
735fb1149b Remove explicit unboxing 2015-06-17 21:07:10 +02:00
michaelisvy
dc0fb9abd8 removing unused method #85 2015-06-17 13:10:00 -05:00
Antoine Rey
5570366cfd Use a simple RowMapper instead of a BeanPropertyRowMapper 2015-06-17 08:30:26 +02:00
michaelisvy
8d20340518 removed unused attribute #64 2015-06-09 17:14:53 +08:00
michaelisvy
8965499757 Merge pull request #82 from arey/#64-optim1
#64 Optimize N+1 select by using the OneToManyResultSetExtractor
2015-06-09 15:13:32 +08:00
Antoine Rey
fb64465802 Add some javadoc 2015-06-09 08:40:49 +02:00
Antoine Rey
818529b5b1 #64 Remove N+1 select by using the OneToManyResultSetExtractor of Spring Data Core JDBC Extensions 2015-06-09 08:37:20 +02:00
michaelisvy
08d55c975f Merge pull request #81 from srenkens/patch-1
Update readme.md
2015-06-06 07:36:31 +08:00
srenkens
ae15df1b61 Update readme.md
Updates the jsp url for the sample usage in JSP
2015-06-05 12:37:46 +02:00
michaelisvy
cb6bd875de Putting encoding filter first per #80 2015-05-29 15:20:10 +08:00
michaelisvy
b265fc802d Adding instruction to fix build on Maven 3.2.x 2015-05-29 15:16:17 +08:00
Antoine Rey
ad423f5750 Change javaconfig branch URL to spring-projects 2015-05-29 08:07:39 +02:00
michaelisvy
e8ba735e05 updates on links
- updated some links
- removed some broken links
2015-05-23 09:41:21 +08:00
michaelisvy
546ba6b5e9 minor presentation fix 2015-05-23 09:34:03 +08:00
michaelisvy
19ef3be859 adding Java Config to links on github homepage 2015-05-23 09:32:04 +08:00