Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 992862c1b8f9681af137bbcb9c6048467d423e28
https://github.com/xwiki/xwiki-platform/commit/992862c1b8f9681af137bbcb9c60…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-06-17 (Mon, 17 Jun 2024)
Changed paths:
R xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxTextFormatting.pt-BR.xml
A xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/XWiki/XWikiSyntaxTextFormatting.pt_BR.xml
Log Message:
-----------
[Misc] Rename XWikiSyntaxTextFormatting to use proper locale scheme
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/fix-XRENDERING-749
Home: https://github.com/xwiki/xwiki-rendering
Commit: 4d0f04f9e44ecdb650b5530d8247098dde054c2f
https://github.com/xwiki/xwiki-rendering/commit/4d0f04f9e44ecdb650b5530d824…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-06-17 (Mon, 17 Jun 2024)
Changed paths:
M pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/AbstractMacroDescriptorAspect.aj
R xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.aj
A xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.java
A xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/test/java/org/xwiki/rendering/macro/descriptor/DeprecatedMacroDescriptorTest.java
Log Message:
-----------
XRENDERING-749: Deprecated MacroDescriptor's getDefaultCategory() is ignored
* overwrite the default implementation of getDefaultCategories to be based on getDefaultCategory (in case it's implemented)
* also move MacroDescriptorAspect to an annotation based java version
* fix a warning in AbstractMacroDescriptorAspect
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications