From: Adam R. <no...@gi...> - 2024-10-24 14:10:01
|
Branch: refs/heads/develop-6.x.x Home: https://github.com/eXist-db/exist Commit: 1c087d5b3f5ac78087cd8f7963725aa009e73ae1 https://github.com/eXist-db/exist/commit/1c087d5b3f5ac78087cd8f7963725aa009e73ae1 Author: Juri Leino <gi...@li...> Date: 2024-10-24 (Thu, 24 Oct 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: 9ca293bba9f0e6646e1905f2743fb79bb62d464f https://github.com/eXist-db/exist/commit/9ca293bba9f0e6646e1905f2743fb79bb62d464f Author: Juri Leino <gi...@li...> Date: 2024-10-24 (Thu, 24 Oct 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: 1e83f0bd05f964ebc5d426265d5db1ef7e8482ea https://github.com/eXist-db/exist/commit/1e83f0bd05f964ebc5d426265d5db1ef7e8482ea Author: Juri Leino <gi...@li...> Date: 2024-10-24 (Thu, 24 Oct 2024) Changed paths: M exist-core/src/main/java/org/exist/storage/NativeBroker.java Log Message: ----------- [bugfix] PermissionDeniedExcpetion in defragXMLResource Commit: f88c402a8942a471387405a3e5ae241b28847f00 https://github.com/eXist-db/exist/commit/f88c402a8942a471387405a3e5ae241b28847f00 Author: Adam Retter <ada...@go...> Date: 2024-10-24 (Thu, 24 Oct 2024) Changed paths: R exist-core/src/test/java/org/exist/xquery/update/UpdateInsertTriggersDefrag.java A exist-core/src/test/java/org/exist/xquery/update/UpdateInsertTriggersDefragTest.java Log Message: ----------- [bugfix] Correct class name Commit: a8fe2784d44b8de6ccfcc810dafb885c91e539b1 https://github.com/eXist-db/exist/commit/a8fe2784d44b8de6ccfcc810dafb885c91e539b1 Author: Adam Retter <ada...@go...> Date: 2024-10-24 (Thu, 24 Oct 2024) Changed paths: M exist-core/src/test/java/org/exist/xquery/update/UpdateInsertTriggersDefragTest.java Log Message: ----------- [bugfix] Fix class members visibility Commit: bf4675fc3d72b2498c687dd5e3abf623179d9889 https://github.com/eXist-db/exist/commit/bf4675fc3d72b2498c687dd5e3abf623179d9889 Author: Adam Retter <ada...@go...> Date: 2024-10-24 (Thu, 24 Oct 2024) Changed paths: M exist-core/src/test/java/org/exist/xquery/update/UpdateInsertTriggersDefragTest.java Log Message: ----------- [bugfix] Make sure not to leak XML Resource Commit: 9ef85e66d6a1d7a6b7039fdd60abf60f13b2ba5e https://github.com/eXist-db/exist/commit/9ef85e66d6a1d7a6b7039fdd60abf60f13b2ba5e Author: Adam Retter <ada...@go...> Date: 2024-10-24 (Thu, 24 Oct 2024) Changed paths: M exist-core/src/test/java/org/exist/xquery/update/UpdateInsertTriggersDefragTest.java Log Message: ----------- [bugfix] Remove Collection is not needed as the test uses Temporary Storage Commit: 69555880f11464e724a744a7446cc6d00d4cb1ac https://github.com/eXist-db/exist/commit/69555880f11464e724a744a7446cc6d00d4cb1ac Author: Adam Retter <ada...@go...> Date: 2024-10-24 (Thu, 24 Oct 2024) Changed paths: M exist-core/src/main/java/org/exist/test/ExistXmldbEmbeddedServer.java M exist-core/src/test/java/org/exist/xquery/update/UpdateInsertTriggersDefragTest.java Log Message: ----------- [refactor] Use Embedded API directly. We should not use XML:DB API in tests unless we are intending to explicitly test the XML:DB API implementation Commit: eaf098f3255386c790e2f031ed49c1da52d8819c https://github.com/eXist-db/exist/commit/eaf098f3255386c790e2f031ed49c1da52d8819c Author: Adam Retter <ada...@go...> Date: 2024-10-24 (Thu, 24 Oct 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/UpdateInsertTriggersDefragTest.java Log Message: ----------- Merge pull request #5296 from line-o/backport/5276 [6.x.x] Fix errors on update operations Compare: https://github.com/eXist-db/exist/compare/38ab96e7c510...eaf098f32553 To unsubscribe from these emails, change your notification settings at https://github.com/eXist-db/exist/settings/notifications |