Issue Details (XML | Word | Printable)

Key: TRAILS-40
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Kalle Korhonen
Reporter: Alejandro Scandroli
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Trails

upgrade to Spring 2.0.6 and Tapestry 4.1.2

Created: 02/May/07 06:47 AM   Updated: 30/Sep/07 06:46 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1.0

Time Tracking:
Not Specified


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Alejandro Scandroli added a comment - 25/Jun/07 01:33 PM
Following Tapestry's foot steps: Should we move from jUnit to TestNG?

Kalle Korhonen added a comment - 25/Jun/07 02:10 PM
I don't think we should/need to. I fail to see any tangible benefits of TestNG over JUnit 4.0, and there's just too many JUnit-derived frameworks that'll be that much more complex to use as TestNG test. The only major benefit would be to use tapestry-test base classes, but we already have our own.

Alejandro Scandroli added a comment - 26/Jun/07 09:00 AM
Ok, I will just borrow some code from there, then.

Alejandro Scandroli added a comment - 03/Jul/07 09:30 AM
The tap4.1.2 branch is ready for a test drive:

upgrades:

  • spring 2.0.6
  • hibernate 3.2.4ga
  • hibernate-annotations 3.3.0ga
  • jmock 1.2
  • tapestry 4.1.2

also added jmock: 2.1.0


Kalle Korhonen added a comment - 03/Jul/07 10:58 AM
I think we we might want to still delay collapsing it to the trunk because there's some hope to get the OGNL #this problem resolved first (http://jira.opensymphony.com/browse/OGNL-97). Jesse claims the OGNL unit test is passing now with his latest fixes. I haven't been able to verify it, but it's possible I just don't have the right version (yet). If it works, we'd just exclude OGNL 2.7 and explicitly include 2.7.1-SNAPSHOT in our trunk.

Kalle Korhonen added a comment - 20/Aug/07 03:14 AM
Working in trunk. A few OGNL issues still remaining, but works ok with the fixed OGNL 2.7.1 SNAPSHOT