Issue Details (XML | Word | Printable)

Key: JDO-440
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Michael Bouschen
Reporter: Michael Bouschen
Votes: 0
Watchers: 0
Operations

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

Upgrade dependencies in JDO *11 and *20 projects

Created: 23/Oct/06 09:52 PM   Updated: 04/Nov/06 05:21 PM
Component/s: api11, api2, fostore2, ri11, runtime2, tck11, tck2, util2
Affects Version/s: JDO 2 final
Fix Version/s: JDO 2 maintenance release 1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works JDO-440.patch 2006-10-23 09:53 PM Michael Bouschen 13 kB

Resolution Date: 02/Nov/06 10:11 PM


 Description  « Hide
Version 1.1 of the transaction-api (JTA) is now available through the glassfish maven repository: (https://maven-repository.dev.java.net/nonav/repository)
I propose to add this repository to the list of remote repositories and use the latest JTA version in the JDO projects.
Please note, maven does resolve the dependency and successfully downloads the jar, but I see the following message:
 Cookie rejected: "$Version=0; JSESSIONID=4A3BD8EDDB8DCF96BAC41BCFEE4029A0; $Path=/servlets". Illegal path attribute "/servlets". Path of origin: "/nonav/repository/javax.transaction/jars/transaction-api-1.1.jar"

I double checked all the dependencies and propose to upgrade to the latest version:
- use transaction api (version 1.1) from glassfish maven repository
- use servlet-api (version 2.5) from glassfish maven repository
- derby 10.1.1.0 -> 10.2.1.6
- log4j 1.2.8 -> 1.2.13
- c3p0 0.9.0 -> 0.9.0.2
- spring 1.2.5 -> 1.2.8
- commons-pool 1.2 -> 1.3
- commons-collections 3.1 -> 3.2
- xerces 2.4.0 -> 2.8.1
- xml-apis 1.0.b2 -> 1.3.03

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michael Bouschen added a comment - 23/Oct/06 09:53 PM
Attached you find a patch for review.

Craig Russell added a comment - 02/Nov/06 06:53 PM
The patch looks good.

Michael Bouschen added a comment - 02/Nov/06 10:11 PM
Checked in the patch (see revision 470545).

Michael Bouschen added a comment - 04/Nov/06 05:21 PM
Upgraded to spring version 2.0 (see revision 471233).