Chris Rankin
Chris Rankin
Hi, We are trying to test our WAR file using Arquillian and restassured; everything was fine until we upgraded to arquillian-tomcat-embedded-7 1.0.0.CR7 with Tomcat 7.0.55 (from 1.0.0.CR5 with 7.0.47). Now,...
Allow the `mdns-repeater` to drop its unwanted root privileges when spawned during the boot process. Example usage, for user `mdns`: ``` $ mdns-repeater -u mdns -p /var/run/mdns-repeater/mdns-repeater.pid ... ``` where...
### Important Information - mpv-0.36.0-3.fc39.x86_64 and mpv-nightly-0 0.37.0^443c248-1 - Fedora 39 - Source from Fedora Project and Terra - Window Manager: gnome-shell-45.4-1.fc39.x86_64 - AMD RX 6600, Mesa 23.3.5 _Do not_...
JdbcPooledConnection.close() says: ``` // this should never happen, should we throw an exception or log at warn/error? if (usageCount > 0) { log.warn("close connection with usage count > 0, "...
The following test fails: ``` PreparedStatement stmt = c.prepareStatement(DB_SELECT_SYSDATE_SQL); assertFalse(stmt.isClosed()); stmt.close(); assertTrue(stmt.isClosed()); stmt = c.prepareStatement(DB_SELECT_SYSDATE_SQL); assertFalse(stmt.isClosed()); ``` The problem is that the proxies inside the LruStatementCache are never replaced, which...