1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Mar 23, 2025 — Mar 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding a missing properties file per James' report at https://code.google.com/p/osjava/issues/detail?can=1&id=14 More... over 12 years ago
Francis Charpin reported that whitespace between the equals sign was leading to errors. I don't recall if there was a reason for not supporting that, so adding a test for this along with Francis' fix to trim the key/value in the custom properties file. More... over 12 years ago
Updating copyright year More... over 12 years ago
Applying patch from https://code.google.com/p/osjava/issues/detail?id=10&can=1 - adding OSGi support to the build More... over 12 years ago
Applying patch via email from Jeffrey Hoyt implementing a no-op method to enable JDK 7 compiling More... about 13 years ago
Adding a test for issue #6, and a fix. Fixing by copying the writeEntityWithText helper functionality over to the DelegatingXmlWriter from AbstractXmlWriter instead of delegating to the wrapped writer. PrettyPrinterXmlWriter then gets to ignore the method. More... over 15 years ago
Protecting Context.bind(..) from a null object parameter (see issue #6). SimpleJNDI currently doesn't support null values, so this matches the current feature set. More... over 15 years ago
Adjusting the ua-case-insensitive test to also test that 'User-agent' can be case insensitive More... over 15 years ago
'user-agent:' is meant to be treated case insensitively per issue #8 More... over 15 years ago
Making junit a test scoped dependency per issue #9 More... over 15 years ago
Making countZeroes private and removing unused code More... over 16 years ago
testing. More... over 17 years ago
Fixing JIRA url More... over 17 years ago
Damn useful script that I want online somewhere More... over 17 years ago
Updating version in nav More... over 17 years ago
Preparing for 0.11.4.1 More... over 17 years ago
Fixing bug pointed out by Andre Reiter - synchronizing on null be bad More... over 17 years ago
Fixing nav. Adding release date to notes. More... over 17 years ago
Adding download links for 0.11.4. Noting in pom.xml that Maven1 is used to build the site More... over 17 years ago
Preparing for 0.11.4 More... over 17 years ago
Note added on the pool name fix More... over 17 years ago
Applying Lars Kampen's fix from the mailing list in which the DBCP pooling for two separate DataSources do not clash by being under the same pool name More... over 17 years ago
Adding info on all the configurable DBCP parameters More... almost 18 years ago
Now supports full screen mode. More... almost 18 years ago
On my Mac the height seems too high. Just going with the ascent of the font metric seems to be nice. Need to test on more platforms More... almost 18 years ago
Adding note on source of source More... almost 18 years ago
Adding maven2 build More... almost 18 years ago
Adding note about the bugfix More... almost 18 years ago
Nils points out on the list that the element removal in the close() method is bad and will lead to a ConcurrentModificationException. I've rewritten the code so that removal happens separately from the collection iteration More... almost 18 years ago
Updating docs for release More... almost 18 years ago