Vincent Massol
Vincent Massol
Similar to the support for WIKILINKS, Pegdown should also support the same for images (i.e. WIKIIMAGES). And related to #92, the support for WIKIIMAGES should support specifying some alt text...
Input: ``` col1 | col2 | -------|--------| cell11 | cell12 | cell21 | cell22 | ``` will generate TextNode events with extra trailing whitespaces. For example I get TextNode("col1 ")...
If you set a coverage threshold that fails the build, the maven plugin will not fail the build if there's no tests since no coverage data file will be generated...
Example inputs: ``` {{somemacro param1="val\"ue"/}} ``` ``` {{somemacro param1="\value"/}} ``` ``` {{somemacro param1='val\'ue'/}} ``` It would be great if that could be added since a lot of XWiki macros need...
Hi Lukas, The XWiki Legacy Strategy -- The issue is with our backward compatibility strategy: * When we remove a method from a class (for example) we move that method...
This is what we did: * the old XWikiContextInitializationFilter class content has been moved to a new class of the same name in a new package and old class now...
On XWiki, after https://github.com/xwiki/xwiki-commons/commit/fa0ffd4c97d3188eccd7b2fa067f9a94ff1186b5 we're now getting: ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23.169 s [INFO] Finished at: 2021-11-17T18:14:03+01:00 [INFO] ------------------------------------------------------------------------ [INFO] 41 goals, 36...
For example running `mvn revapi:check -Plegacy` on `xwiki-platform` takes: ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 30:45 min [INFO] Finished at: 2021-05-05T15:51:58+02:00 [INFO] ------------------------------------------------------------------------ ``` 30mn...
Hi guys, On XWiki, and since the upgrade to TC 1.15.0 (might not be related but didn't notice it before), I've noticed on our CI agents, that there are some...
### Module Core ### Testcontainers version 1.17.3 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host Arch x86 ### Docker version ```shell $ sudo docker version...