Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/macro-job
Commit: b15cb793a0c8839afe353da65357ae725acf6f8f
https://github.com/xwiki-contrib/macro-job/commit/b15cb793a0c8839afe353da65…
Author: Anca Luca <lucaa(a)xwiki.com>
Date: 2024-04-08 (Mon, 08 Apr 2024)
Changed paths:
M macro-job/src/main/java/org/xwiki/contrib/jobmacro/internal/context/ExecutionContextCopier.java
Log Message:
-----------
JOBMACRO-14: Spurious message "Impossible to pop namespace [xwiki:XXX]" because current namespace is [XXX]" at the end of the logs
* Cleanup of the 'velocity.templates' stack upon copying the execution cotext for execution for the job thread, as otherwise it would be updated by both the calling thread and by the job's thread
Commit: f00571d8a7f9bcd44fc9f95fc7d822b40928fb2b
https://github.com/xwiki-contrib/macro-job/commit/f00571d8a7f9bcd44fc9f95fc…
Author: Anca Luca <lucaa(a)xwiki.com>
Date: 2024-04-08 (Mon, 08 Apr 2024)
Changed paths:
M macro-job/src/main/java/org/xwiki/contrib/jobmacro/internal/JobMacroJob.java
M macro-job/src/main/java/org/xwiki/contrib/jobmacro/internal/context/ExecutionContextCopier.java
Log Message:
-----------
JOBMACRO-17: Java class from installed jar extension is not visible in the groovy code of a job macro
* Cleanup the classloaders upon copy of the ExecutionContext for the thread of the job, to prevent any unwanted reuse
* Initialized the classloader of execution context for the job thread in the job thread in order to make sure it's the correct one, as needed on new XWiki versions
Compare: https://github.com/xwiki-contrib/macro-job/compare/3b163d689aa4...f00571d8a…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/macro-job/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: 504b7ec559643de7728b4fae8ee8a56b2d1e817a
https://github.com/xwiki-contrib/application-ai-llm/commit/504b7ec559643de7…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-04-07 (Sun, 07 Apr 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/pom.xml
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/ChunkingUtils.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/EmbeddingsUtils.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/IndexWorker.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/script/CollectionManagerScriptService.java
M application-ai-llm-index/application-ai-llm-index-ui/src/main/resources/AI/Collections/Code/CollectionsClass.xml
M application-ai-llm-index/application-ai-llm-index-ui/src/main/resources/AI/Collections/Code/CollectionsSheet.xml
Log Message:
-----------
LLMAI-40: Add basic document indexing and collection management UI
* Added internal fallback BERT embedding model (CPU based)
* removed some unused properties
* removed AI formatted chunking method (too expensive to run, and
results were not encouraging, abandoned experiment for now)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-ai-llm/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: deb96de1670999dbe04add9efbd0488210bcf60b
https://github.com/xwiki/xwiki-rendering/commit/deb96de1670999dbe04add9efbd…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M xwiki-rendering-integration-tests/src/test/resources/simple/macros/macro33.test
M xwiki-rendering-macros/xwiki-rendering-macro-content/src/test/resources/macrocontent4.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml1.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml11.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml13.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml14.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml15.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml8.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml9.test
Log Message:
-----------
XCOMMONS-2989: Escape characters after < in XML comments
* Fix expected outcomes in integration tests.
(cherry picked from commit c9179082acbf0dc98b85b6900986c15723b06dab)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-rendering
Commit: c9179082acbf0dc98b85b6900986c15723b06dab
https://github.com/xwiki/xwiki-rendering/commit/c9179082acbf0dc98b85b690098…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M xwiki-rendering-integration-tests/src/test/resources/simple/macros/macro33.test
M xwiki-rendering-macros/xwiki-rendering-macro-content/src/test/resources/macrocontent4.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml1.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml11.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml13.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml14.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml15.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml8.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml9.test
Log Message:
-----------
XCOMMONS-2989: Escape characters after < in XML comments
* Fix expected outcomes in integration tests.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 94d861397bae26530877cfde1aad3ac821c827fb
https://github.com/xwiki/xwiki-commons/commit/94d861397bae26530877cfde1aad3…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/XMLUtils.java
M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/XMLUtilsTest.java
Log Message:
-----------
XCOMMONS-2989: Escape characters after < in XML comments (#884)
* Refactor the code to avoid too high complexity
* Refactor the test to be parameterized and add a few test cases
(cherry picked from commit cbd0abfe787e547d85d4a7e6dff2ff2a2836e2c7)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: cbd0abfe787e547d85d4a7e6dff2ff2a2836e2c7
https://github.com/xwiki/xwiki-commons/commit/cbd0abfe787e547d85d4a7e6dff2f…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/XMLUtils.java
M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/XMLUtilsTest.java
Log Message:
-----------
XCOMMONS-2989: Escape characters after < in XML comments (#884)
* Refactor the code to avoid too high complexity
* Refactor the test to be parameterized and add a few test cases
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications