Commit graph

392 commits

Author SHA1 Message Date
Mic
50f0bc9352 migrated to LogBack 1.1.0 2014-02-03 09:50:56 +08:00
Mic
43216fb185 migrated to Hibernate 4.3.1 2014-02-03 09:48:51 +08:00
Mic
053c84ecc9 migrated to Spring 4.0.1 2014-02-03 09:31:44 +08:00
Mic
08d84ed2b3 added comment for welcome file 2013-12-16 21:00:51 +09:00
Mic
5cfd482edc removed default profile and replaced with "jpa" 2013-12-16 20:58:15 +09:00
Mic
ea81fe07d8 Spring Data JPA: migrated to 1.4.3.RELEASE 2013-12-16 20:43:21 +09:00
Mic
8e268b733e Merge branch 'migration-to-Spring-4.0.0' 2013-12-16 20:26:20 +09:00
Mic
377bc63033 migrated pom to Spring 4 and Servlet 3 2013-12-13 10:31:31 +08:00
Mic
8a6714592d migrated to dandelion 0.9.3 2013-12-13 08:15:24 +08:00
Mic
3e8829f372 adding explicit reference to default profile because it doesn't seem to work on on some environments 2013-12-13 08:15:10 +08:00
Mic
74abfb1a35 migrated to Spring 3.2.5 2013-11-24 17:16:55 +05:30
Mic
34d8ca46ac chaining validation so we can see multiple error messages when there are multiple validation errors 2013-11-06 09:18:33 +08:00
Mic
c4b9b0b119 migrated to the latest version of jquery and jquery-ui 2013-11-06 08:58:15 +08:00
Mic
31b602287f migrated to latest version of Spring Data and HSQLDB 2013-11-06 08:33:31 +08:00
Mic
18c3dac027 updated to latest version of AspectJ and Dandelion datatables 2013-11-06 08:29:27 +08:00
Mic
8d78f3a07a typo 2013-09-27 11:31:36 +08:00
Mic
b32cb104aa adding more info about Eclipse validation issue 2013-09-27 11:30:29 +08:00
Mic
8b7714ce22 fixed typo 2013-09-27 11:25:39 +08:00
Mic
31df5eb6d0 Petclinic is now deployed to Cloudfoundry v2. Adding a link to it: http://gopetclinic.cfapps.io/ 2013-09-27 11:19:25 +08:00
Mic
b7764e39b2 Added comments to explain how database dialect is configured #33 2013-09-27 09:33:09 +08:00
Mic
f6538959ab migrating to Dandelion 0.9.1 2013-09-25 08:50:22 +08:00
Mic
729275b0cb migrating to Spring Data 1.4.1 2013-09-25 08:47:16 +08:00
michaelisvy
0cac93957a Merge pull request #30 from cyrille-leclerc/server-static-resources
Spring MVC should server static resources (*.html, ...) located in src/main/webapp instead of returning "404 Not Found"
2013-08-25 02:55:40 -07:00
michaelisvy
5797f0b7aa Merge pull request #29 from cyrille-leclerc/fix-spring-version
pom:xml: use <dependencyManagement> to force versions of spring-core, spring-context and spring-beans
2013-08-25 02:54:59 -07:00
Mic
91b61f4264 migrated to joda-time 2.3 2013-08-25 17:05:24 +08:00
Mic
46a0b72d23 fixed one more broken link 2013-08-25 08:26:33 +08:00
Mic
9a75b8c451 fixed broken links in readme 2013-08-25 08:17:02 +08:00
Mic
1aa9360d0c fixed a broken link 2013-08-25 08:13:40 +08:00
Cyrille Le Clerc
e15e45b5e2 Spring MVC should server static resources (*.html, ...) located in src/main/webapp instead of returning "404 Not Found" 2013-08-10 19:49:01 +02:00
Cyrille Le Clerc
706b1398b8 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. 2013-08-10 19:39:59 +02:00
Mic
657b8688e9 migrated to Spring 3.2.4 2013-08-09 08:05:16 +02:00
Mic
6902cb8cf9 migrated to latest version of Spring Data, tomcat-jdbc and hsqldb 2013-08-01 09:50:56 +02:00
Mic
4c01d60b36 removing Serializable because it creates a lot of warnings
App should be as simple as possible for beginners
2013-07-25 16:35:37 +02:00
michaelisvy
6412e4805b Merge pull request #25 from boly38/patch-1
Update BaseEntity.java
2013-07-20 14:04:13 -07:00
michaelisvy
7b16cb8257 Merge pull request #23 from cyrille-leclerc/master
Introduce a "jee" Spring profile to retrieve the datasource with a JNDI lookup
2013-07-17 01:33:34 -07:00
boly38
e50583f58e Update BaseEntity.java
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)
2013-07-12 10:22:38 +02:00
Mic
6942397e2a removing reference to Cloudfoundry instance until petclinic is migrated to CloudFoundry v2 2013-07-11 10:12:46 +08:00
Cyrille Le Clerc
2eaf4983a1 Introduce a "jee" Spring profile to retrieve the datasource with a JNDI lookup. 2013-07-01 12:13:29 +02:00
michaelisvy
3904bee262 Merge pull request #22 from cyrille-leclerc/system-property-placeholders
Allow to override data-access.properties with System Properties
2013-06-30 20:15:59 -07:00
Cyrille Le Clerc
8c5bbed6d0 Allow to override data-access.properties with System Properties 2013-06-28 11:32:04 +02:00
Mic
c13f141251 introducing a "default" profile so default configuration is simpler 2013-06-28 12:00:29 +08:00
Mic
d279d45a5b version upgrade 2013-06-28 10:10:22 +08:00
michaelisvy
adb702feb5 Merge pull request #19 from CloudBees-community/gitignore-for-intellij
Add intellj project files to .gitignore
2013-06-13 21:40:45 -07:00
Cyrille Le Clerc
f0f8997b7c Add intellj project files to .gitignore 2013-06-14 07:18:33 +03:00
Mic
a2a12c4d52 #18 Simplified Validator test so it doesn't have to use Spring config anymore 2013-06-14 09:39:46 +08:00
Mic
754e27c001 removing unneeded attribute name 2013-06-12 11:34:05 +08:00
Mic
7b8a9ec8bc #18 fixing error related to VisitsViewTests
- test didn't have the suffix "Tests" so it was not taken into account
when running Maven in the comand line
2013-06-08 21:17:35 +08:00
Mic
4f8063e9b8 #18 fixing 2 errors related to ValidatorTests
- test didn't have the suffix "Tests" so it was not taken into account
when running Maven in the comand line
- the POM was not configured so it can find Spring config files placed
inside src/test/java
2013-06-08 21:15:34 +08:00
Mic
eb8ba79ba1 moved cache config files to dedicated folder 2013-06-05 09:04:41 +08:00
Mic
d1cc655aae migrated from commons-dbcp to tomcat-jdbc 2013-06-05 08:59:59 +08:00