1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 1 year ago.
Jan 16, 2023 — Jan 16, 2024
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 11 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 11 years ago
Updating copyright year More... over 11 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 11 years ago
Applying patch via email from Jeffrey Hoyt implementing a no-op method to enable JDK 7 compiling More... almost 12 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 14 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 14 years ago
Adjusting the ua-case-insensitive test to also test that 'User-agent' can be case insensitive More... over 14 years ago
'user-agent:' is meant to be treated case insensitively per issue #8 More... over 14 years ago
Making junit a test scoped dependency per issue #9 More... over 14 years ago
Making countZeroes private and removing unused code More... about 15 years ago
testing. More... about 16 years ago
Fixing JIRA url More... about 16 years ago
Damn useful script that I want online somewhere More... over 16 years ago
Updating version in nav More... over 16 years ago
Preparing for 0.11.4.1 More... over 16 years ago
Fixing bug pointed out by Andre Reiter - synchronizing on null be bad More... over 16 years ago
Fixing nav. Adding release date to notes. More... over 16 years ago
Adding download links for 0.11.4. Noting in pom.xml that Maven1 is used to build the site More... over 16 years ago
Preparing for 0.11.4 More... over 16 years ago
Note added on the pool name fix More... over 16 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 16 years ago
Adding info on all the configurable DBCP parameters More... over 16 years ago
Now supports full screen mode. More... over 16 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... over 16 years ago
Adding note on source of source More... over 16 years ago
Adding maven2 build More... over 16 years ago
Adding note about the bugfix More... over 16 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... over 16 years ago
Updating docs for release More... almost 17 years ago