Correctly reset the transaction isolation to default when receiving a negative value
Serialize the entire overwrite method
Don't close connections just because transactions have to be restarted
Configurable per DB transaction isolation level, defaulting to read committed on all DB flavors
Add flag to avoid creating entries in read only operations
Option to add debugging information to UA header
Allow setting the transaction isolation level
Introduce optional loop to retry transaction
Introduce the composeUpsert() method
Option to run a command in a clean environment
Add the JSON tag
Load default MIME types from the OS
Configurable number of connection attempts before returning an error
Follow redirects, including to other protocols
Follow HTTP redirects
Configurable max number of connections
Fix concurrency issues and add size()
SpotBugs-suggested improvements
Clean up some SpotBugs suggestions
Streamline toJSON
Add getObject(*) methods
Add a wrapper object around an int8range
Add option to serialize to one line only, useful in logging requests in one lines for example
Introduce a JSONFragment object to avoid escaping content that is already in a JSON format
Add toJSON(Object) to serialize simple objects
Remove unused import
Add JSON string escaping method
Use the common host resolving utilities
Fix formatting of special characters, for JSON in particular
Overwrite getProperties() to return the superset of keys and the respective values from all underlying sources
Fix some invalid javadoc comments
Fix javadoc generation for Java 10 but target class generation to Java 8
Show very small intervals as seconds instead of 0 minutes plus some seconds.
Keep the keys in the LRU order (newest accesses last in the set)
Add the PropertyChangeListerner interface to help transitioning from Observable
Cleanup the old doc dir to regenerate it cleanly
Implement setting of values down the providers of FallbackProperties while respecting their r/o flag
Add a DB-backed configuration (read from a key/value table) and a chain to fall back trough configuration sets
Fix formatting of negative fractional numbers
Fix including files
Flag to ignore missing includes, removing of keys and nicer toString implementation
Add flag to ignore include files that are not present
Add system flag to pass everything to the java logger without further checks on configuration files
Set some reasonable connect and read timeouts to avoid blocking clients in case of a non-responsive server
Add function to return a list of Long objects f...
Add option to validate by an explicit query ins...
DBFunctions: introduce another configuration pa...
DBSession: use prepared statements to manage pe...
DBFunctions: add query timeout
Utils: finish compressing the buffer before ret...
Latest version of these files
manifest: shorter list of dependencies
compile.sh: don't force java 1.5 target
Upgrade jsdk.jar to the servlet API from Tomcat...
ExtendedServlet: set the HttpOnly flag to cookies
All: change formatting style again
All: Solve Eclipse warnings and apply a common ...
RequestWrapper: mark the cacheable resources as...
Format: also return "tomorrow" as a nice date
Utils: fix a potential descriptor leak
Format: ignore NULL (0x00) characters in strings
DBFunctions: fix for the previous commit, the w...
DBFunctions: prefer to recycle connections with...
DBFunctions: avoid setting the read only flag i...
DBFunctions: encode collections to arrays, and ...
Utils: fix read size check for loading file con...
Utils: fix reading /sys/ entries that have an a...
DBFunctions: implement Closeable
make equals() return true only if it's exactly ...
change the default cursor type to FORWARD_ONLY ...
support JDBC URLs and signaling read-only queries
add method to retrieve the cache content
remove \r characters since they mess up the JS ...
add round tag
add CSV tag
move to Java 7