Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: ec07d0f4b2a7acbeb145dc624b9157a53509dc09
https://github.com/xwiki-contrib/confluence/commit/ec07d0f4b2a7acbeb145dc62…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverter.java
Log Message:
-----------
CONFLUENCE-199: Make missing page id error message less scary and more understandable
Commit: 04baf4d924d502788db3992993a6df5527317368
https://github.com/xwiki-contrib/confluence/commit/04baf4d924d502788db39929…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceInputProperties.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
M confluence-xml/src/test/resources/confluencexml/3.4.7.rangeto.test
M confluence-xml/src/test/resources/confluencexml/3.4.7.test
M confluence-xml/src/test/resources/confluencexml/4.3.2.max.test
M confluence-xml/src/test/resources/confluencexml/4.3.2.rangefrom.test
M confluence-xml/src/test/resources/confluencexml/4.3.2.rangefromexclude.test
M confluence-xml/src/test/resources/confluencexml/4.3.2.ranges.test
M confluence-xml/src/test/resources/confluencexml/4.3.2.test
M confluence-xml/src/test/resources/confluencexml/5.9.test
M confluence-xml/src/test/resources/confluencexml/asciichar28.test
M confluence-xml/src/test/resources/confluencexml/blogs.max.test
M confluence-xml/src/test/resources/confluencexml/blogs.test
M confluence-xml/src/test/resources/confluencexml/cdatazerowidthspace.test
M confluence-xml/src/test/resources/confluencexml/historyorder.test
M confluence-xml/src/test/resources/confluencexml/nested.max.test
M confluence-xml/src/test/resources/confluencexml/nested.test
M confluence-xml/src/test/resources/confluencexml/noblogs.test
M confluence-xml/src/test/resources/confluencexml/onlyblog.test
M confluence-xml/src/test/resources/confluencexml/permissions.test
M confluence-xml/src/test/resources/confluencexml/spanishaccentsintitle.test
Log Message:
-----------
CONFLUENCE-200: Allow titling spaces after their name instead of the home page title and make it the default
Compare: https://github.com/xwiki-contrib/confluence/compare/b102bddd990b...04baf4d9…
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…
Branch: refs/heads/CRAPP-161
Home: https://github.com/xwiki-contrib/application-changerequest
Commit: 29066cfe9cae7812ef87d77cf2f532a0e4409b7d
https://github.com/xwiki-contrib/application-changerequest/commit/29066cfe9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M application-changerequest-notifications/pom.xml
A application-changerequest-notifications/src/checkstyle/checkstyle-suppressions.xml
A application-changerequest-notifications/src/main/java/org/xwiki/contrib/changerequest/internal/ChangeRequestGroupingStrategy.java
M application-changerequest-notifications/src/main/java/org/xwiki/contrib/changerequest/internal/ChangeRequestNotificationDisplayer.java
A application-changerequest-notifications/src/main/java/org/xwiki/contrib/changerequest/internal/email/ChangeRequestNotificationEmailRenderer.java
A application-changerequest-notifications/src/main/java/org/xwiki/contrib/changerequest/internal/email/EmailTemplateRenderer.java
M application-changerequest-notifications/src/main/resources/META-INF/components.txt
A application-changerequest-notifications/src/main/resources/templates/changerequest/alert/create.vm
A application-changerequest-notifications/src/main/resources/templates/changerequest/alert/filechange.added.vm
A application-changerequest-notifications/src/main/resources/templates/changerequest/alert/macros.vm
A application-changerequest-notifications/src/main/resources/templates/changerequest/alert/rebased.vm
A application-changerequest-notifications/src/main/resources/templates/changerequest/alert/review.added.vm
A application-changerequest-notifications/src/main/resources/templates/changerequest/alert/stale.vm
A application-changerequest-notifications/src/main/resources/templates/changerequest/alert/status.modified.vm
R application-changerequest-notifications/src/main/resources/templates/changerequest/create.vm
A application-changerequest-notifications/src/main/resources/templates/changerequest/email/html/create.vm
A application-changerequest-notifications/src/main/resources/templates/changerequest/email/html/filechange.added.vm
A application-changerequest-notifications/src/main/resources/templates/changerequest/email/macros.vm
R application-changerequest-notifications/src/main/resources/templates/changerequest/filechange.added.vm
A application-changerequest-notifications/src/main/resources/templates/changerequest/macros.vm
R application-changerequest-notifications/src/main/resources/templates/changerequest/rebased.vm
R application-changerequest-notifications/src/main/resources/templates/changerequest/review.added.vm
R application-changerequest-notifications/src/main/resources/templates/changerequest/stale.vm
R application-changerequest-notifications/src/main/resources/templates/changerequest/status.modified.vm
M application-changerequest-notifications/src/test/java/org/xwiki/contrib/changerequest/internal/ChangeRequestNotificationDisplayerTest.java
A application-changerequest-notifications/src/test/java/org/xwiki/contrib/changerequest/templates/NotificationAlertPageTest.java
Log Message:
-----------
CRAPP-161: Bad display of mail notifications
Full refactoring of notification templates and introduction of email
notification templates.
WIP