https://github.com/xwiki/xwiki-commons

sort by:
Revision Author Date Message Commit Date
b51d0e6 [maven-release-plugin] prepare release xwiki-commons-8.1-milestone-2 27 April 2016, 12:56:38 UTC
7fe4f45 [release] Preparing release xwiki-commons-8.1-milestone-2 27 April 2016, 12:56:23 UTC
70b5afa [misc] Apply codestyle 25 April 2016, 10:59:12 UTC
3c416b3 XCOMMONS-969: Upgrade to commons-io 2.5 25 April 2016, 07:28:54 UTC
29c49b7 [misc] Remove unused import 25 April 2016, 07:28:39 UTC
1246cc9 [misc] Fix deprecated calls 19 April 2016, 11:50:46 UTC
f461151 [Misc] Fix javadoc lint errors that weren't caught before 15 April 2016, 07:15:54 UTC
cc920eb [Misc] Upgrade revapi-api to 0.9.0 to fix https://github.com/revapi/revapi/issues/35 ("Exclude checks on transitive dependencies when the class being checked is excluded") 12 April 2016, 07:24:11 UTC
7234225 [Misc] Enable Java 8doclint again now that all commons errors have been fixed 11 April 2016, 07:13:15 UTC
9854011 XCOMMONS-964: Convert XAR plugin to use Maven Plugin annotations 10 April 2016, 15:42:09 UTC
73a6d47 [Misc] Fix javadoc 09 April 2016, 16:53:59 UTC
95b6039 [Misc] Fix javadoc 09 April 2016, 16:24:31 UTC
7a97271 [Misc] Fix javadoc 09 April 2016, 14:36:36 UTC
526249e XCOMMONS-963: Cannot easily capture logs for the DEBUG level 08 April 2016, 17:29:41 UTC
1f7a3ff [Misc] Added unit test 08 April 2016, 13:45:48 UTC
5eac98e XWIKI-6932: stopCommand error printed in the console 07 April 2016, 14:15:55 UTC
a647ed5 XCOMMONS-962: Upgrade the PhantomJS version used by Jasmine Maven plugin to 2.1.1 07 April 2016, 12:07:50 UTC
88d2ae7 [misc] Fix javadoc 07 April 2016, 10:13:53 UTC
7d7fdae XCOMMONS-961: Upgrade to commons-compress 1.11 07 April 2016, 10:01:45 UTC
ab4d9e6 XCOMMONS-960: Set the standard java.lang.Package fields in the MANIFEST 07 April 2016, 09:49:57 UTC
5f6ecb3 [misc] Fix javadoc 07 April 2016, 09:24:04 UTC
a098b5b [Misc] Upgrade to latest revapi-java version. Fixes serious bug that would make any problems not be reported (depending on the order of elements being checked. 06 April 2016, 15:15:12 UTC
7fc8d39 [Misc] Fix revapi configuration 05 April 2016, 17:54:59 UTC
54567e5 XCOMMONS-958: Upgrade to slf4j 1.7.21 05 April 2016, 17:34:25 UTC
e0fd95e XCOMMONS-944: Remove CLIRR + japicmp from the build 05 April 2016, 16:07:07 UTC
4cb76b6 [Misc] Improve description 05 April 2016, 12:14:53 UTC
28024ab [release] Update parent after release xwiki-commons-8.1-milestone-1 05 April 2016, 11:16:06 UTC
4221654 [maven-release-plugin] prepare for next development iteration 05 April 2016, 11:12:24 UTC
d6fb5e2 [maven-release-plugin] prepare release xwiki-commons-8.1-milestone-1 05 April 2016, 11:12:23 UTC
de045ed [release] Preparing release xwiki-commons-8.1-milestone-1 05 April 2016, 11:12:11 UTC
97a42ef [Misc] Fix TPC now that we have added our first unit tests for the xwiki-commons-tool-verification-resources module 04 April 2016, 21:45:32 UTC
a7ebd0d XCOMMONS-957: @Unstable annotation checks don't work for methods 04 April 2016, 17:33:13 UTC
43e7588 XCOMMONS-957: @Unstable annotation checks don't work for methods 04 April 2016, 17:21:55 UTC
e1424fa [Misc] Added more unit tests for the @Unstable check 04 April 2016, 17:12:27 UTC
182496c XCOMMONS-956: @Unstable annotation without @since annotation in javadoc causes NullPointerException * Add unit test 04 April 2016, 17:02:52 UTC
cdf504a XCOMMONS-956: @Unstable annotation without @since annotation in javadoc causes NullPointerException 04 April 2016, 15:38:07 UTC
2c1400e XCOMMONS-930: When hitting invalid extension during install, try to "repair" it * new test 04 April 2016, 15:34:50 UTC
b2bcd3a XCOMMONS-930: When hitting invalid extension during install, try to "repair" it 04 April 2016, 15:25:49 UTC
47ea163 XCOMMONS-878: Move to Java 8 as minimum version * Temporarily turn off javadoc lint 03 April 2016, 21:32:47 UTC
4d179f5 [Misc] Fix javadoc 03 April 2016, 20:08:40 UTC
d639845 [Misc] Fix javadoc noticed by java8 which is now stricter by default (a good thing!). 03 April 2016, 19:01:29 UTC
17af30e [Misc] Fix javadoc noticed by java8 which is now stricter by default (a good thing!). 03 April 2016, 18:45:37 UTC
176206f [Misc] Fix javadoc noticed by java8 which is now stricter by default (a good thing!). Note that that right now it seems not possible to display an at symbol inside the {@code} construct in java8. See also https://bugs.openjdk.java.net/browse/JDK-8130754 03 April 2016, 17:54:45 UTC
0eedaf5 [Misc] Fix javadoc noticed by java8 which is now stricter by default (a good thing!) 03 April 2016, 17:27:17 UTC
28726a2 XCOMMONS-954: Add dependency management concept in Extension API 03 April 2016, 08:56:01 UTC
d65399a XCOMMONS-954: Add dependency management concept in Extension API 03 April 2016, 07:09:28 UTC
6ea32e4 XCOMMONS-954: Add dependency management concept in Extension API 02 April 2016, 21:45:52 UTC
02f7260 XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8 * Upgrade revapi to latest version and remove the need to override artifact packaging for maven archetype projects * Note: that the upgrade has revealed issue https://github.com/revapi/revapi/issues/35 which is why we're temporarily only checking for backward compat for classes in the org.xwiki package 31 March 2016, 08:27:26 UTC
65b6711 Revert "Revert "XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8"" This reverts commit ff08aa109765218b7ffb99e8f9e1a04b5a92c1f2. 31 March 2016, 08:27:26 UTC
9333fc4 XCOMMONS-938: Upgrade to slf4j 1.7.20 30 March 2016, 13:11:10 UTC
4a5b815 XCOMMONS-951: Verify that syntax is plain/1.0 for Translations.xml documents * Fix regression introduced in previous commit 30 March 2016, 10:30:44 UTC
655c838 XCOMMONS-953: Upgrade to logback 1.1.7 30 March 2016, 08:44:28 UTC
e676ef1 XCOMMONS-951: Verify that syntax is plain/1.0 for Translations.xml documents * Check for presence of an XWiki.TranslationDocumentClass instead! 30 March 2016, 08:30:51 UTC
1f1dd0b XCOMMONS-952: Resolve a few critical variables in core maven extensions 30 March 2016, 08:08:57 UTC
c8afa5b [misc] Improve codestyle 30 March 2016, 08:08:57 UTC
3d495ea [misc] Apply codestyle 30 March 2016, 08:08:57 UTC
aced553 XCOMMONS-951: Verify that syntax is plain/1.0 for Translations.xml documents * Check in all pages ending with Translations (i.e. "*Translations") 30 March 2016, 08:08:21 UTC
ff08aa1 Revert "XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8" This reverts commit 98386db7ce6809b1207289d2085ca89abc206b33. 30 March 2016, 08:05:27 UTC
98386db XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8 * Upgrade revapi to latest version and remove the need to override artifact packaging for maven archetype projects 30 March 2016, 06:54:36 UTC
e92794f XCOMMONS-951: Verify that syntax is plain/1.0 for Translations.xml documents * Fix javadoc 29 March 2016, 16:48:19 UTC
a62faa3 XCOMMONS-951: Verify that syntax is plain/1.0 for Translations.xml documents 29 March 2016, 16:47:02 UTC
021df7b [Misc] Update javadoc no longer in sync with the code 29 March 2016, 16:13:04 UTC
e239a6e [misc] Make easier to directly convert a String into List<ExtensionId> 29 March 2016, 14:56:36 UTC
82ba651 [misc] Make a it easier to directly convert a String into List<ExtensionId> 29 March 2016, 14:54:48 UTC
64d19b8 [misc] Improve codestyle 29 March 2016, 14:54:32 UTC
eadd3df XCOMMONS-950: Upgrade to Checkstyle 6.17 25 March 2016, 13:55:00 UTC
7cf5f11 XCOMMONS-878: Move to Java 8 as minimum version * Take the opportunity to keep parameter names in the bytecode 24 March 2016, 13:30:40 UTC
4676d8d [misc] Fix API breackages introduced in 8.0 (thanks to Java 8 default implementations) 24 March 2016, 12:52:23 UTC
fde6957 XCOMMONS-946: Allow installing dependencies on root for extension installed on main wiki XCOMMONS-949: Automatically try to install a dependency on root when it's not allowed on target namespace 24 March 2016, 12:20:59 UTC
5ab6d9f XCOMMONS-943: Rewrite Annotation processor used to validate components.txt into a Checkstyle check * Remove the need to pass the artifactId 23 March 2016, 13:52:50 UTC
053fe85 [misc] Apply codestyle 23 March 2016, 13:45:20 UTC
cab93ba XCOMMONS-948: Extension#get should allow getting the properties map 23 March 2016, 13:40:50 UTC
43334f6 [misc] Fix comment 23 March 2016, 13:23:37 UTC
2e44b8f XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8 * Upgrade to latest version 23 March 2016, 12:49:57 UTC
36e7647 XCOMMONS-878: Move to Java 8 as minimum version 22 March 2016, 12:14:28 UTC
f71f11f XCOMMONS-943: Rewrite Annotation processor used to validate components.txt into a Checkstyle check * Improve the way we select which components.txt file to validate 22 March 2016, 12:14:28 UTC
abf0172 XCOMMONS-945: Upgrade to Jasmine Maven Plugin 2.1 21 March 2016, 15:06:45 UTC
2ff4385 XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8 * Revapi requires Maven 3.1.1+ 21 March 2016, 13:15:35 UTC
b21d5dd XCOMMONS-943: Rewrite Annotation processor used to validate components.txt into a Checkstyle check * getAnnotation() API already handles inheritance (and @Inherited properly). Thanks Thomas Mortagne for the review 21 March 2016, 10:16:09 UTC
885096d XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8 * Update japicmp to 0.7.2 20 March 2016, 15:07:24 UTC
8fb60c2 [Misc] Fix execution of "mvn checkstyle:check" + prepare for turning on build failure on compilation warnings 20 March 2016, 10:22:49 UTC
4ba3b67 XCOMMONS-943: Rewrite Annotation processor used to validate components.txt into a Checkstyle check 20 March 2016, 00:21:10 UTC
6c1414c [Misc] Use a more recent compiler plugin 19 March 2016, 17:51:52 UTC
a1a7caa [Misc] Removed deprecated usage of the Checkstyme Check class 19 March 2016, 13:52:21 UTC
995b3a3 [Misc] update java version to run the archetype to java 7 since java 6 is a bit old now 19 March 2016, 10:35:13 UTC
dc6199b XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8 * Maven archetype packagings need special override to compute the artifact extension 19 March 2016, 10:31:17 UTC
293b8ba XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8 * Another error fixed... 19 March 2016, 10:15:18 UTC
8cfd375 XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8 * Fixed mistake with earlier branch merge 19 March 2016, 10:14:12 UTC
5fd12e1 XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8 * Disable CLIRR and japicmp since they don't fully work. We'll only keep one soon but right now I'm keeping several for // runs. 19 March 2016, 00:08:26 UTC
35ef0f3 XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8 * Update revapi-java to a version that works for oldcore legacy 19 March 2016, 00:08:26 UTC
41a03bf XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8 * Use japicmp develop version since there are some bug fixes we need in it 19 March 2016, 00:08:26 UTC
5b3dd2c XCOMMONS-891: Replace Maven CLIRR with a more modern solution that works on java8 19 March 2016, 00:08:26 UTC
d224e4e XCOMMONS-942: NullpointerException in ExternalExtensionCheck.checkNonCoreDevelopers when <developers> contains an empty user 18 March 2016, 17:22:08 UTC
4646cbc XCOMMONS-931: Store the version of the statuses index to avoid searching for legacy format at each startup 17 March 2016, 19:20:14 UTC
56fd673 [misc] codestyle 17 March 2016, 17:15:25 UTC
75d4a96 XCOMMONS-930: When hitting invalid extension during install, try to "repair" it 17 March 2016, 10:44:50 UTC
df36600 XCOMMONS-937: Add support for VarArgs in MethodArgumentsUberspector 16 March 2016, 21:45:09 UTC
f760ef1 [Misc] Make created XAR contain the version as other built artifacts 16 March 2016, 21:45:09 UTC
f491613 XCOMMONS-941: Upgrade to XStream 1.4.9 16 March 2016, 15:28:18 UTC
de4bc6b XCOMMONS-940: Upgrade to Jackson 2.7.3 16 March 2016, 15:10:56 UTC
back to top