Commit graph

  • 0fdd1504b4 Removing deprecated javadoc Antoine Rey 2015-06-29 09:03:58 +0200
  • 7fe5184bc8 Servlet 3.0, JSP 2.2 and EL 2.2 are the minimum required to deploy Petclinic Antoine Rey 2015-06-29 09:01:08 +0200
  • 8b625617cb #87 Petclinic should be compatible with Java 7 for the time being Antoine Rey 2015-06-29 08:50:04 +0200
  • 80ff54ac03 Fix #89 Web layer: use @Valid whenever possible Antoine Rey 2015-06-29 08:37:29 +0200
  • 55fffd3529 Merge 965ef801de into a07cf69292 John Yu 2015-06-27 14:32:12 +0000
  • b67ce6b1ab code migrated to Angular-ui-router michaelisvy 2015-06-27 16:59:29 +0800
  • ef2ba55a9d deleted unused bower dep. and added ui-router michaelisvy 2015-06-27 16:59:11 +0800
  • a07cf69292 Fix #88 upgrading to Hibernate Validator 5.1.3 Antoine Rey 2015-06-25 08:33:25 +0200
  • 5e56bc222b Using JSP and JSTL version from the <properties> section Antoine Rey 2015-06-24 21:15:29 +0200
  • 98d9bbb629 Removing reference to the unknown UserResource class Antoine Rey 2015-06-24 18:43:45 +0200
  • 71f2424542 Remove explicit unboxing Antoine Rey 2015-06-24 08:12:43 +0200
  • 6f6fa64dd7 Remove unused VisitRepository from constructor Antoine Rey 2015-06-24 08:11:09 +0200
  • ca3bb07fa4 Remove unused WebApplicationContext property Antoine Rey 2015-06-18 18:29:49 +0200
  • 1b4d4256c4 Fix typo into javadoc Antoine Rey 2015-06-18 18:28:31 +0200
  • 601cd80c91 test giladsh1@gmail.com 2015-06-18 06:49:19 -0700
  • 735fb1149b Remove explicit unboxing Antoine Rey 2015-06-17 18:54:26 +0200
  • dc0fb9abd8 removing unused method #85 michaelisvy 2015-06-17 13:10:00 -0500
  • 5570366cfd Use a simple RowMapper instead of a BeanPropertyRowMapper Antoine Rey 2015-06-17 08:30:26 +0200
  • 8fba986a57 added comments michaelisvy 2015-06-14 21:54:51 -0500
  • 41ec22b4be ownerForm and validation now working michaelisvy 2015-06-14 20:50:22 +0800
  • f1508666ec initial commit for AngularJS branch michaelisvy 2015-06-11 17:14:16 +0800
  • 8d20340518 removed unused attribute #64 michaelisvy 2015-06-09 17:14:53 +0800
  • 8965499757 Merge pull request #82 from arey/#64-optim1 michaelisvy 2015-06-09 15:13:32 +0800
  • fb64465802 Add some javadoc Antoine Rey 2015-06-09 08:40:49 +0200
  • 818529b5b1 #64 Remove N+1 select by using the OneToManyResultSetExtractor of Spring Data Core JDBC Extensions Antoine Rey 2015-06-09 08:37:20 +0200
  • 08d55c975f Merge pull request #81 from srenkens/patch-1 michaelisvy 2015-06-06 07:36:31 +0800
  • ae15df1b61 Update readme.md srenkens 2015-06-05 12:37:46 +0200
  • cb6bd875de Putting encoding filter first per #80 michaelisvy 2015-05-29 15:20:10 +0800
  • 2507a9ce47 Merge 7c4aad3b92 into b265fc802d Xiao Xi LIU 2015-05-29 07:16:42 +0000
  • b265fc802d Adding instruction to fix build on Maven 3.2.x michaelisvy 2015-05-29 15:16:12 +0800
  • ad423f5750 Change javaconfig branch URL to spring-projects Antoine Rey 2015-05-29 08:07:39 +0200
  • b541b50a8f Talk about the master branch with is using XML configuration. Antoine Rey 2015-05-29 08:04:34 +0200
  • 7c4aad3b92 add i18n message for error title. liouxiao 2015-05-28 09:20:44 +0800
  • e5d97d5ec5 add Chinese translation. liouxiao 2015-05-28 07:38:04 +0800
  • e6e54de316 add more i18n support liouxiao 2015-05-28 07:34:50 +0800
  • 50e9269f7c Finish to remove Atom feed Antoine Rey 2015-05-27 21:48:50 +0200
  • f0a44efe56 Update readme.md with Java Configuration classes Antoine Rey 2015-05-27 21:42:42 +0200
  • f157360eb9 Migrate to the Spring MVC Java Configuration Antoine Rey 2015-05-27 21:34:24 +0200
  • fbd2946e8f Add class header with Apache License and Copyright Antoine Rey 2015-05-27 21:33:21 +0200
  • 3bb4af2853 Migrate XML datasource definition beans to Java configuration Antoine Rey 2015-05-27 21:30:25 +0200
  • 9a29cc7eab Display Spring active profiles at startup Antoine Rey 2015-05-27 21:29:13 +0200
  • 32c59a5c58 Migrate the tools-config.xml XML context configuration file to ToolsConfig.java Antoine Rey 2015-05-27 21:26:21 +0200
  • 54420cd610 Add cobertura empty check configuration Antoine Rey 2015-05-27 21:12:06 +0200
  • 0a646c4267 Replace XML to Java configuration for business layer Antoine Rey 2015-05-27 18:45:47 +0200
  • 00339371a1 Setup Java configuration into the web.xml Antoine Rey 2015-05-27 18:43:23 +0200
  • dceb10a706 encodingFilter MUST be the first one to properly work. liouxiao 2015-05-27 18:03:49 +0800
  • e8ba735e05 updates on links michaelisvy 2015-05-23 09:41:21 +0800
  • 546ba6b5e9 minor presentation fix michaelisvy 2015-05-23 09:34:03 +0800
  • 19ef3be859 adding Java Config to links on github homepage michaelisvy 2015-05-23 09:31:57 +0800
  • b026a12747 Merge d6b00603f0 into 72dc0c882f Lukas Eder 2015-05-20 15:49:44 +0000
  • 72dc0c882f Merge pull request #48 from 7footmoustache/patch-1 michaelisvy 2015-05-20 23:28:00 +0800
  • 80cc76326c Merge 11fe7c8e07 into 83301cb602 Furkan Zumrut 2015-05-20 15:26:16 +0000
  • 83301cb602 Centering content michaelisvy 2015-05-20 23:21:37 +0800
  • 54b7d87ff2 Fixing log back warning per #59 michaelisvy 2015-05-20 23:18:19 +0800
  • c00d1abf23 Merge pull request #72 from ka2m/master michaelisvy 2015-05-20 23:14:45 +0800
  • c553d39f8d Merge pull request #67 from mklose/patch-1 michaelisvy 2015-05-20 23:13:04 +0800
  • 87fa69f244 Merge 4cb12842eb into 3945cbaeba Lynn Langit 2015-05-20 15:10:09 +0000
  • fa57226c78 Merge ddc89639e0 into 3945cbaeba Siarhei Skavarodkin 2015-05-20 13:49:26 +0000
  • 3945cbaeba Fixing #54 michaelisvy 2015-05-20 21:43:19 +0800
  • 271225c29a libs upgrade michaelisvy 2015-05-13 01:07:57 +0900
  • c8e360298b fixed bug: vets.html did not display properly michaelisvy 2015-05-13 01:07:46 +0900
  • 91ed548481 removing xdd version number michaelisvy 2015-05-12 19:55:15 +0800
  • 4c859ed512 minor update on comment michaelisvy 2015-05-12 19:52:00 +0800
  • a59505897d removed unused dependency to spring-jms michaelisvy 2015-05-12 19:11:11 +0800
  • 80c1d243a1 Removed RSS/rome and added JSon michaelisvy 2015-05-12 19:07:35 +0800
  • c2c404bff5 JSon support michaelisvy 2015-05-12 18:55:24 +0800
  • ecd9ccb227 fixed POM configuration issue for Spring Data michaelisvy 2015-05-11 09:44:33 +0800
  • f958964c3c moving to Java 1.8 by default michaelisvy 2015-05-11 08:39:59 +0800
  • 6ecc74b621 Merge 8251f42fa9 into 9914056a81 fgreg 2015-05-10 07:09:53 +0000
  • 9914056a81 removing test that causes lots if issues michaelisvy 2015-05-10 06:45:39 +0800
  • f760aaf9d5 removing unneeded dependency-management block michaelisvy 2015-05-10 06:44:17 +0800
  • b20ba1aeef Merge branch 'Cobertura' michaelisvy 2015-05-10 06:35:43 +0800
  • 694390d0c2 migrated assertion to assertJ michaelisvy 2015-05-10 06:33:10 +0800
  • 8251f42fa9 Marked AssertJ as test scope Frank Greguska 2015-05-01 10:30:50 -0500
  • b6662fb454 Downgraded AssertJ to version compatible with Java 6 Frank Greguska 2015-05-01 10:29:18 -0500
  • 099b848b62 Update JDBC file naming in MySQL steup instruction Vlad Selpukhin 2015-04-23 15:43:48 +0300
  • 38a5b28e29 Improving/fixing comments michaelisvy 2015-04-14 09:27:41 +0800
  • aeec7104ba Adding Maven config for Cobertura michaelisvy 2015-04-14 09:27:25 +0800
  • 5412204141 Merge 0454b5ddb8 into 74d61b38e0 Antoine Rey 2015-04-08 02:49:28 +0000
  • 965ef801de change the database from hsqldb to mysql and the mysql is hosted by aliyun. yuyang 2015-04-08 10:32:39 +0800
  • 4cb12842eb a Anonymous 2015-04-07 06:04:16 +0000
  • 3f2d3ba72a fix typo mklose 2015-04-01 16:39:51 +0200
  • bc5a99feab Merge a844857d6c into 74d61b38e0 kellyt1 2015-04-01 03:54:16 +0000
  • a844857d6c master: test33 Anonymous 2015-04-01 03:53:20 +0000
  • 235c9cc283 master: pro1 Anonymous 2015-04-01 03:14:05 +0000
  • f5b18ef4ca Merge 0e562ebde9 into 74d61b38e0 Carson 2015-03-29 02:50:47 +0000
  • 74d61b38e0 update libraries michaelisvy 2015-03-26 17:04:22 +0800
  • 2048ee7531 make the code beautiful yuyang 2015-03-15 14:35:47 +0800
  • 0cb14b045c remove all the Override annotation which implements interface. yuyang 2015-03-14 19:01:43 +0800
  • 6e96447931 modified the pom.xml yuyang 2015-03-14 18:51:09 +0800
  • bf15ee8a6d Display Pivotal Education related courseware Brian Clozel 2015-03-09 11:58:27 +0100
  • d6b00603f0 [#54] Petclinic doesn't work with Java 8 Lukas Eder 2015-03-05 13:42:12 +0100
  • 06f8472515 master: rerr We We 2015-03-05 09:04:06 +0000
  • 22ab4dff84 AA: Minor typo Andrew Abogado 2015-02-12 01:39:39 +0800
  • 74dd6c55b1 AA: Change <a> modal toggle to <button> to prevent the url from changing when triggered Andrew Abogado 2015-02-12 01:38:46 +0800
  • a7a885be34 AA: Style button element on navbar Andrew Abogado 2015-02-12 01:32:57 +0800
  • 1e873e09bb AA: Fix Dashboard menu active state Andrew Abogado 2015-02-12 01:09:22 +0800
  • 2488457cb4 AA: Don't show logo / sign in button on landing page when there's active session Andrew Abogado 2015-02-12 01:03:27 +0800
  • 573561f31f Add credits Andrew Abogado 2015-02-12 00:59:16 +0800
  • e160f1b536 AA: Merge updated design to app Andrew Abogado 2015-02-12 00:53:33 +0800