lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

November 2023

  • 1 participants
  • 2187 discussions
[[email protected]][Issue] (WORDNOTIF-9) Notifications are not sent for a query added in the same line if the page has no other content
by XWiki Notifications 21 Nov '23

21 Nov '23
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2861) @Unstable annotations located on Enums are not checked
by XWiki Notifications 21 Nov '23

21 Nov '23
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2860) @Unstable annotations located on class variables are not checked
by XWiki Notifications 21 Nov '23

21 Nov '23
1 0
0 0
[xwiki/xwiki-commons] 6e4136: XCOMMONS-2861: @Unstable annotations located on En...
by XWiki Notifications 21 Nov '23

21 Nov '23
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
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2860) @Unstable annotations located on class variables are not checked
by XWiki Notifications 21 Nov '23

21 Nov '23
1 0
0 0
[xwiki/xwiki-commons] 1df1ef: XCOMMONS-2860: @Unstable annotations located on cl...
by XWiki Notifications 21 Nov '23

21 Nov '23
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 1df1ef4af1db01be7553400f928afa965221d81e https://github.com/xwiki/xwiki-commons/commit/1df1ef4af1db01be7553400f928af… 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/pom.xml 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/TestClassWithUnstableAtStaticFieldLevel.java Log Message: ----------- XCOMMONS-2860: @Unstable annotations located on class variables are not checked
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2860) @Unstable annotations located on class variables are not checked
by XWiki Notifications 21 Nov '23

21 Nov '23
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2860) @Unstable annotations located on class variables are not checked
by XWiki Notifications 21 Nov '23

21 Nov '23
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2860) @Unstable annotations located on class variables are not checked
by XWiki Notifications 21 Nov '23

21 Nov '23
1 0
0 0
[xwiki/xwiki-rendering] 04a048: [Misc] Remove @Unstable annotation for APIs that a...
by XWiki Notifications 21 Nov '23

21 Nov '23
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 04a04832885254b567d0ad2afd095b76b069afdc https://github.com/xwiki/xwiki-rendering/commit/04a04832885254b567d0ad2afd0… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2023-11-21 (Tue, 21 Nov 2023) Changed paths: M xwiki-rendering-api/src/main/java/org/xwiki/rendering/block/HeaderBlock.java M xwiki-rendering-api/src/main/java/org/xwiki/rendering/block/ImageBlock.java M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/ImageListener.java M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/BlockStateChainingListener.java M xwiki-rendering-api/src/main/java/org/xwiki/rendering/parser/Parser.java M xwiki-rendering-api/src/main/java/org/xwiki/rendering/parser/StreamParser.java M xwiki-rendering-api/src/main/java/org/xwiki/rendering/util/ErrorBlockGenerator.java M xwiki-rendering-api/src/main/java/org/xwiki/rendering/util/ParserUtils.java M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html5/src/main/java/org/xwiki/rendering/internal/parser/html5/HTML5Parser.java M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml5/src/main/java/org/xwiki/rendering/internal/parser/xhtml5/XHTML5Parser.java M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml5/src/main/java/org/xwiki/rendering/internal/xhtml5/XHTML5SyntaxProvider.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/AbstractMacro.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/MacroCategoryManager.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/descriptor/AbstractMacroDescriptor.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/transformation/macro/MacroTransformationConfiguration.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/transformation/macro/RawBlockFilter.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/transformation/macro/RawBlockFilterParameters.java Log Message: ----------- [Misc] Remove @Unstable annotation for APIs that are now considered stable
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • ...
  • 219
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.