The current linked javadoc on the Apache JDO site for JDO2 still has PM.attachCopy etc. It needs updating. If another release is coming up then could be done as part of that since its not of high priority
Description
The current linked javadoc on the Apache JDO site for JDO2 still has PM.attachCopy etc. It needs updating. If another release is coming up then could be done as part of that since its not of high priority
I updated the javadoc, but the title on the start page says "SNAPSHOT". Does the version number in project.xml need to be updated so that it will say "JDO2 API 1.0"?
Michelle Caisse added a comment - 31/Mar/06 09:31 AM I updated the javadoc, but the title on the start page says "SNAPSHOT". Does the version number in project.xml need to be updated so that it will say "JDO2 API 1.0"?
With revision 390310, these changes to the site:
- Updated javadoc to JDO 2.0 final
- Changed link associated with JDO logo from incubator.apache.org/jdo to db.apache.org/jdo
- Nuked the ApacheCon 2005 ad
Michelle Caisse added a comment - 31/Mar/06 12:28 PM With revision 390310, these changes to the site:
- Updated javadoc to JDO 2.0 final
- Changed link associated with JDO logo from incubator.apache.org/jdo to db.apache.org/jdo
- Nuked the ApacheCon 2005 ad
Hi Michelle,
thanks for updating the javadocs.
Are you sure they reflect "2.0-final" ? I looked at javax.jdo.FetchPlan and see that getGroups() returns a Collection in the javadocs, yet in the code for api20 it returns a Set.
Andy Jefferson added a comment - 31/Mar/06 01:54 PM Hi Michelle,
thanks for updating the javadocs.
Are you sure they reflect "2.0-final" ? I looked at javax.jdo.FetchPlan and see that getGroups() returns a Collection in the javadocs, yet in the code for api20 it returns a Set.
Craig Russell added a comment - 31/Mar/06 03:05 PM Hi Andy,
Check it now. For about an hour, the spec posted were from an earlier snapshot, not the final release.