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
michaelisvy
72dc0c882f
Merge pull request #48 from 7footmoustache/patch-1
...
Fixed some typos in comments
2015-05-20 23:28:00 +08:00
michaelisvy
83301cb602
Centering content
2015-05-20 23:21:37 +08:00
michaelisvy
54b7d87ff2
Fixing log back warning per #59
2015-05-20 23:18:19 +08:00
michaelisvy
c00d1abf23
Merge pull request #72 from ka2m/master
...
Update JDBC file naming in MySQL setup instruction
2015-05-20 23:14:45 +08:00
michaelisvy
c553d39f8d
Merge pull request #67 from mklose/patch-1
...
fix typo
2015-05-20 23:13:04 +08:00
michaelisvy
3945cbaeba
Fixing #54
...
Petclinic doesn't work with Java 8
2015-05-20 21:43:19 +08:00
michaelisvy
271225c29a
libs upgrade
2015-05-13 01:07:57 +09:00
michaelisvy
c8e360298b
fixed bug: vets.html did not display properly
2015-05-13 01:07:46 +09:00
michaelisvy
91ed548481
removing xdd version number
...
so we always use the latest in the classpath
2015-05-12 19:55:15 +08:00
michaelisvy
4c859ed512
minor update on comment
2015-05-12 19:52:00 +08:00