From: Dannes W. <no...@gi...> - 2024-04-26 11:38:26
|
Branch: refs/heads/develop Home: https://github.com/eXist-db/exist Commit: e4c030f9e3c9118a109dbb9d57a89b6d6d92fa48 https://github.com/eXist-db/exist/commit/e4c030f9e3c9118a109dbb9d57a89b6d6d92fa48 Author: Juri Leino <gi...@li...> Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M exist-core/src/main/java/org/exist/storage/NativeBroker.java Log Message: ----------- [bugfix] NPE in NativeBroker.defragXMLResource A regression introduced in c553667 causes a NullPointerException to be thrown whenever an XML-resource needs to be defragmented. This will be triggered on frequent writes to any XML-resource and will effectively remove the file from the database and from any indexes. Commit: c0c0112deeb9cf356e6bb010a0fe547efdf67462 https://github.com/eXist-db/exist/commit/c0c0112deeb9cf356e6bb010a0fe547efdf67462 Author: Juri Leino <gi...@li...> Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M exist-core/src/main/java/org/exist/test/ExistXmldbEmbeddedServer.java A exist-core/src/test/java/org/exist/xquery/update/UpdateInsertTriggersDefrag.java Log Message: ----------- [test] add test that triggers defragmentation after update - add constructor to ExistXmldbEmbeddedServer that allows passing in configuration properties - create new test that updates a document with fragmentation limit set to -1 Commit: 1ca99018758d6ae32fa68f725a1643119927630a https://github.com/eXist-db/exist/commit/1ca99018758d6ae32fa68f725a1643119927630a Author: Juri Leino <gi...@li...> Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M exist-core/src/main/java/org/exist/storage/NativeBroker.java Log Message: ----------- [bugfix] prevent Exception when a non-dba user triggers defragmentation Commit: fd3d243d92fd4ba9f7ae0c467975bacf6965a8d4 https://github.com/eXist-db/exist/commit/fd3d243d92fd4ba9f7ae0c467975bacf6965a8d4 Author: Dannes Wessels <di...@us...> Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M exist-core/src/main/java/org/exist/storage/NativeBroker.java M exist-core/src/main/java/org/exist/test/ExistXmldbEmbeddedServer.java A exist-core/src/test/java/org/exist/xquery/update/UpdateInsertTriggersDefrag.java Log Message: ----------- Merge pull request #5276 from line-o/test/enforce-defragmentation [bugfix] fix errors on update operations Compare: https://github.com/eXist-db/exist/compare/75da7ebca703...fd3d243d92fd To unsubscribe from these emails, change your notification settings at https://github.com/eXist-db/exist/settings/notifications |