- Apr 11, 2014
-
-
michaelisvy authored
Fixes #37 with other default locale than english
-
- Feb 24, 2014
-
-
Antoine Rey authored
Test in error with french default Locale: org.junit.ComparisonFailure: expected:<[ne peut pas être vide]> but was:<[may not be empty]> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.springframework.samples.petclinic.model.ValidatorTests.emptyFirstName(ValidatorTests.java:39)
-
- Feb 03, 2014
- Dec 16, 2013
- Dec 13, 2013
- Nov 24, 2013
-
-
Mic authored
-
- Nov 06, 2013
- Sep 27, 2013
- Sep 25, 2013
- Aug 25, 2013
-
-
michaelisvy authored
Spring MVC should server static resources (*.html, ...) located in src/main/webapp instead of returning "404 Not Found"
-
michaelisvy authored
pom:xml: use <dependencyManagement> to force versions of spring-core, spring-context and spring-beans
-
Mic authored
-
Mic authored
-
Mic authored
-
Mic authored
-
- Aug 10, 2013
-
-
Cyrille Le Clerc authored
Spring MVC should server static resources (*.html, ...) located in src/main/webapp instead of returning "404 Not Found"
-
Cyrille Le Clerc authored
pom:xml: use <dependencyManagement> to force versions of spring-core, spring-context and spring-beans to 3.2.x. instead of exclusions on spring-data-jpa dependency because Maven sometimes pulls both versions 3.2.x and 3.1.x versions of coring-core, spring-beans and spring-context.
-
- Aug 09, 2013
-
-
Mic authored
-
- Aug 01, 2013
-
-
Mic authored
-
- Jul 25, 2013
-
-
Mic authored
App should be as simple as possible for beginners
-
- Jul 20, 2013
-
-
michaelisvy authored
Update BaseEntity.java
-
- Jul 17, 2013
-
-
michaelisvy authored
Introduce a "jee" Spring profile to retrieve the datasource with a JNDI lookup
-
- Jul 12, 2013
-
-
boly38 authored
This fix the following error : "setAttribute: Non-serializable attribute owner" In the following context : - hsql database configuration (updating data-access.properties only) - mvn clean install bees:run (cloudbees local run)
-