Sam Brannen
887f8b3c10
[SPR-5887] Upgraded to JUnit 4.6.0.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1461 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Sam Brannen
5705ad0305
Repairing Eclipse classpaths and Ivy config:
...
- org.apache.openjpa -> 1.1.0
- com.sun.syndication -> 1.0.0
- javax.el -> 1.0.0
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1395 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Colin Sampaleanu
ff430c1a95
allow petclinic unit tests to work. slf4j impl was needed
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@983 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Colin Sampaleanu
2d4710bf68
update hibernate and openjpa dependencies to match the orm module
...
variants. Note that tests are still broken
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@772 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
59047a8c89
Removed JSTL-related errors from petclinic search and show JSPs
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@718 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
c7ff327587
Removed dm Server as targeted runtime for petclinic
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@716 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
b67c59eea3
Updating Eclipse classpath to reflect new dependencies on mortbay resources.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@698 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
9f3c071fd1
Polishing the new RESTful interface to the petclinic webapp (SPR-5487):
...
* Eliminated redundant 'clinic' servlet mapping (was: http://localhost:8080/petclinic/clinic/owners ; now: http://localhost:8080/petclinic/owners )
* A parameterless GET for /owners now returns the list of all owners, rather than an error.
* /owners/form is now /owners/search (distinguishes the 'search form' resource from the 'edit owner form' resource)
* Eliminated any need for redirects, <welcome-file-list/>, and index.jsp. Deleted all of them.
* Updated /owners/{oid}/edit to submit using PUT instead of POST
* Updated URI for edit pet form from /owners/{oid}/pets/{pid} to /owners/{oid}/pets/{pid}/edit (the edit form is a distinct resource)
* Updated /owners/{oid}/pets/{pid}/edit to submit using PUT instead of POST
Changes unrelated to the web interface:
* Partitioned up JSPs into new owners, pets, and vets folders.
* Renamed those JSPs, e.g. ownerForm.jsp -> owners/form.jsp; findOwners.jsp -> owners/search.jsp; owners.jsp -> owners/list.jsp
* Updated various controllers to respect the changes to the URI templates, etc.
* Updated .classpath to include all necessary projects and libs to run the webapp successfully in WTP
* Updated JSP error checking rules to relax validation of fragments like header.jsp and footer.jsp
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@635 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
ec7ffc0f99
* Updated Eclipse classpath metadata
...
* Fixed (or suppressed as necessary) JSP errors in petclinic
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@634 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Scott Andrews
eadc63bddb
adding servlet api to the eclipse classpath to clear up tooling errors from JSP files
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@589 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Scott Andrews
bb06b47f90
adding missing test time dependencies
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@587 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
410e80fe3c
+ updated petclinic dependency metadata from junit 4.4->4.5; servlet 2.4->2.5
...
+ deprecated AssertThrows (slated for complete removal by 3.0 GA)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@466 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Chris Beams
49f0189671
+ Added necessary JPA dependencies to make Petclinic JUnit tests pass
...
+ Removed unused imports for @RequestParam
Note: While unit tests pass in eclipse, NoClassDefFound errors are still being thrown when tests are run from the command line.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@330 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Scott Andrews
69e6899a8f
adding eclipse/wtp project settings
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@325 50f2f4bb-b051-0410-bef5-90022cba6387
17 years ago
Scott Andrews
e6613d92f1
adding eclipse project settings for org.springframework.instrument.classloading
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@171 50f2f4bb-b051-0410-bef5-90022cba6387
18 years ago
Scott Andrews
ea21bb3114
adding eclipse project settings
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@138 50f2f4bb-b051-0410-bef5-90022cba6387
18 years ago
Arjen Poutsma
29caa8731b
Moved agent to instrument
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@136 50f2f4bb-b051-0410-bef5-90022cba6387
18 years ago
Scott Andrews
80f4c467a1
adding eclipse project meta-data, .classpath file is based on dependencies listed in ivy.xml
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@130 50f2f4bb-b051-0410-bef5-90022cba6387
18 years ago