Today in Commons
Thursday, March 16th, 2006Notable
- 33965 [lang] Can’t XMLDecode an Enum
- An interesting one - it’s referring to the Lang version of an Enum rather than the version in Java in later JDKs. Appears to be only on JDK 1.5 - by the sound of it it’s related to another Lang bug to do with a change in how classes are getting initialised in 1.5, issue #36666.
- 36157 [VFS] post 1.0, add get rid of deprecation warnings in FT…
- The beginning of a VFS-fest tonight. This one involves a change to not use the deprecated API of Commons Net.
- 37991 [vfs] Local filesystem provider returns 0 from URLConnect…
- Missing implementation.
- 38122 [vfs] getChildren() faild on missing folder access rights
- Missing implementation.
- 38491 [vfs] / logs warning instead of throwing …
- Mario added a failonerror attribute.
- 38659 [VFS] Maven repository SNAPSHOT upgrade
- Comment discussion on how to get the jar into the snapshot repository.
- 38688 [net][PATCH] TelnetInputStream.read sometimes hangs if re…
- Rob Hasselbaum is doing a great job dealing with a bug on a mature product - [net] doesn’t have much in the way of development so it’s hard to get an active conversation going on the matter, but Rob has pushed on and submitted a patch to his original bug report.
- 38846 [VFS] New provider: iso9660
- Nice catch - a patch offered which depends on loopy, an LGPL library on sourceforge. Not something we can do currently.
- 38847 [VFS] New provider: crypt
- Good questions from Mario - why does the patch have copyright statements in and does anyone else hold a copyright on the code. I’ve bumped it up a level by asking that we go further and get the reporter to provide a software grant. It’s painful - Robert’s currently undergoing pain discovering how to handle this with Commons Pool - but it’s something we need to do if we’re going to try and exist in a way that works with the law (rather than ignoring it).
- 38929 [configuration] Support event listeners for configurations
- More discussion on this enhancement - always a bit sucky to have discusions like this in the issue tracker, doesn’t seem to work as well as the list; but frankly I think it’s just good that there’s activity.
- 38935 [VFS] remove commons-collections dependency from ram prov…
- Always good to have less dependencies on a component. Some comments on @author tags too - which I stumbled into with a half-awake response.
- 38959 [configuration] Drop 1st class dependency on commons-logging
- More discussion here too.
New
- 38987 [dbcp] commons dbcp does not supports Firebird DB.
- Most peculiar, didn’t know [dbcp] had specific support for databases, I assumed it just sat on top of JDBC. The user has found the issue via DB Torque.
- 38992 [daemon] JSVC does not support all the standard java 5.0 launcher …
- Interesting to see what response there is on this one - not sure how active [daemon] is - which is no indication of inactivity, I thought [JEXL] was inactive and it turned out they’d been busily being active for the last couple of months. Issue is asking for a few more parameters to be passable to the JVM.
Summary
The story of the day is [vfs] activity. It will be interesting to see if the [dbcp], [daemon] and [net] issues surface again - are those components active or slumbering.
