Branch: refs/heads/waise
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: 34bc9619a5bc447537d9c154b8faeb03001a6fc6
https://github.com/xwiki-contrib/application-ai-llm/commit/34bc9619a5bc4475…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-01-29 (Mon, 29 Jan 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/Migrator.java
Log Message:
-----------
LLMAI-40: Add basic document indexing and collection management UI
* Fixed functionality: migrator on collection rename to update the id automatically
and mentain the link to it's documents
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-docker
Commit: cfd12b26da4688edebf4f3b3fe7b26781306bbee
https://github.com/xwiki/xwiki-docker/commit/cfd12b26da4688edebf4f3b3fe7b26…
Author: Oana-Lavinia Florean <florean.lavinia(a)gmail.com>
Date: 2024-01-29 (Mon, 29 Jan 2024)
Changed paths:
A 16/mariadb-tomcat/.env
A 16/mariadb-tomcat/Dockerfile
A 16/mariadb-tomcat/docker-compose.yml
A 16/mariadb-tomcat/mariadb/init.sql
A 16/mariadb-tomcat/tomcat/setenv.sh
A 16/mariadb-tomcat/xwiki/docker-entrypoint.sh
A 16/mariadb-tomcat/xwiki/hibernate.cfg.xml
A 16/mysql-tomcat/.env
A 16/mysql-tomcat/Dockerfile
A 16/mysql-tomcat/docker-compose.yml
A 16/mysql-tomcat/mysql/init.sql
A 16/mysql-tomcat/tomcat/setenv.sh
A 16/mysql-tomcat/xwiki/docker-entrypoint.sh
A 16/mysql-tomcat/xwiki/hibernate.cfg.xml
A 16/postgres-tomcat/.env
A 16/postgres-tomcat/Dockerfile
A 16/postgres-tomcat/docker-compose.yml
A 16/postgres-tomcat/tomcat/setenv.sh
A 16/postgres-tomcat/xwiki/docker-entrypoint.sh
A 16/postgres-tomcat/xwiki/hibernate.cfg.xml
M build.gradle
Log Message:
-----------
XDOCKER-308: Upgrade stable version to 16.0.0
Branch: refs/heads/stable-15.5.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 95756a3632553ac44020ff3e5f134f2b037c16f9
https://github.com/xwiki/xwiki-platform/commit/95756a3632553ac44020ff3e5f13…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-01-29 (Mon, 29 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/src/main/java/org/xwiki/like/internal/DeletedEntityLikeListener.java
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/src/test/java/org/xwiki/like/internal/DeletedEntityLikeListenerTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/DocumentMovedListener.java
M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/main/java/org/xwiki/ratings/internal/RatingMovedEntityListener.java
Log Message:
-----------
XWIKI-21838: Various DocumentRenamedEvent listener are not properly cluster aware
(cherry picked from commit f1c6bf4bb99337c82290beccd11c3108d772d7a8)