Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: 7547932a4a06ab235de857ceec288056ddb8eb02
https://github.com/xwiki-contrib/application-ai-llm/commit/7547932a4a06ab23…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/pom.xml
M application-ai-llm-index/application-ai-llm-index-ui/pom.xml
M pom.xml
Log Message:
-----------
LLMAI-40: Add basic document indexing and querying support
* Add the indexing module in the parent POM.
* Fix the parent of the indexing-api module.
* Remove xwiki.extension.features for modules that had no equivalent in the old module structure.
* Set a more expressive name for the index UI.
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 6e413603b552e915319185d623355fa441870c48
https://github.com/xwiki/xwiki-commons/commit/6e413603b552e915319185d623355…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/main/java/org/xwiki/tool/checkstyle/UnstableAnnotationCheck.java
M xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/test/java/org/xwiki/tool/checkstyle/UnstableAnnotationCheckTest.java
A xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/test/resources/org/xwiki/tool/checkstyle/test/unstable/TestEnumWithUnstable.java
Log Message:
-----------
XCOMMONS-2861: @Unstable annotations located on Enums are not checked