Branch: refs/heads/feature-deploy-solr9
Home: https://github.com/xwiki/xwiki-platform
Commit: 9867134b089a3cd75252ffa1ed2d7d5383e7322f
https://github.com/xwiki/xwiki-platform/commit/9867134b089a3cd75252ffa1ed2d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-solr/src/main/java/org/xwiki/eventstream/store/solr/internal/EventsSolrCoreInitializer.java
M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/main/java/org/xwiki/ratings/internal/RatingSolrCoreInitializer.java
M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/main/java/org/xwiki/ratings/internal/averagerating/AverageRatingSolrCoreInitializer.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/AbstractSolrCoreInitializer.java
Log Message:
-----------
XWIKI-20477: Upgrade to Solr 9.4.1 and Lucene 9.8.0
* fix copy of data between cores
Commit: 1e95af5cefeabcd862380a5f1e4af2aa1e6d189b
https://github.com/xwiki/xwiki-platform/commit/1e95af5cefeabcd862380a5f1e4a…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/JAXRSUtils.java
Log Message:
-----------
XWIKI-12955: Upgrade to JAX-RS 2.1.6 (JSR370)
Compare: https://github.com/xwiki/xwiki-platform/compare/130eb13845ae...1e95af5cefea
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/macro-jwplayer
Commit: 7b04b66f7d38f2b6ab7d6364aac3de306de7a203
https://github.com/xwiki-contrib/macro-jwplayer/commit/7b04b66f7d38f2b6ab7d…
Author: Antoine Mottier <antoine.mottier(a)ow2.org>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Fix override of enforce-java rule
In `xwiki-commons` the configuration of `maven-enforcer-plugin` that declares `enforce-java` rule is done in `<plugins>` not in `<pluginManagement>`.
This commit modify the override of the rule (in order to requires Java 11+) to be done in `<plugins>` instead of `<pluginManagement>`.
Commit: cc1e393eabd26bddeb262b9f6d33897031f85cc1
https://github.com/xwiki-contrib/macro-jwplayer/commit/cc1e393eabd26bddeb26…
Author: Antoine Mottier <antoine.mottier(a)ow2.org>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Merge pull request #23 from amottier/fix-bulding-with-maven-3.9
Fix override of enforce-java rule
Compare: https://github.com/xwiki-contrib/macro-jwplayer/compare/63513c8265a6...cc1e…