1. 947e460 [maven-release-plugin] prepare release 2.11.0.M6-RC1 by juanpablo · 4 years, 5 months ago 2.11.0.M6 2.11.0.M6-RC1
  2. c92104c prepare 2.11.0.M6 release by juanpablo · 4 years, 5 months ago
  3. 7fc1ed8 Use working maven base image to build JSPWiki war by Juan Pablo Santos Rodríguez · 4 years, 5 months ago
  4. ad1fcd0 update libraries' versions on LICENSE by juanpablo · 4 years, 5 months ago
  5. b4a9000 update portable binaries so they use jspwiki's tomcat version by juanpablo · 4 years, 5 months ago
  6. 695faa4 change download urls for launch4j, it is no longer reachable through datapacket.dl by juanpablo · 4 years, 5 months ago
  7. 99525df add --allow-script-in-comments option on javadocs - should fix build now by juanpablo · 4 years, 5 months ago
  8. cc46a00 enforce xdoclint:none through additionalOptions by juanpablo · 4 years, 5 months ago
  9. 977f65e fix date by juanpablo · 4 years, 5 months ago
  10. 4c51713 2.11.0-M6-git-05 by juanpablo · 4 years, 5 months ago
  11. c087db6 update Tika to 1.23 by juanpablo · 4 years, 5 months ago
  12. 950a64c use method from TextUtil by juanpablo · 4 years, 5 months ago
  13. e7c35b1 use method from TextUtil by juanpablo · 4 years, 5 months ago
  14. d169b50 fix javadocs on DummyUserDatabase + add format + fix some warnings reported by IntelliJ by juanpablo · 4 years, 5 months ago
  15. ef5fb04 format interface by juanpablo · 4 years, 5 months ago
  16. 812bfbc move getRequiredProperty from WikiEngine to TextUtil by juanpablo · 4 years, 5 months ago
  17. 5826e99 use safeGetQueryParameter from HttpUtil, remove one superfluous if condition + remove other warnings noted by IntelliJ by juanpablo · 4 years, 5 months ago
  18. bb06b04 move safeGetQueryParameter from WikiEngine to HttpUtil by juanpablo · 4 years, 5 months ago
  19. b705a6d added note on generating javadocs with JDK >=9 by juanpablo · 4 years, 5 months ago
  20. afa0035 Maven plugins changes + dependency updates by juanpablo · 4 years, 5 months ago
  21. 03192b3 refactor test so that testEngine doesn't get garbage collected - should fix ocassional test failures by juanpablo · 4 years, 5 months ago
  22. 886a664 remove unnecessary log4j configuration on test by juanpablo · 4 years, 5 months ago
  23. 8f8a98c remove unneeded throws Exception from tests by juanpablo · 4 years, 5 months ago
  24. bd44d4d sublists should use 4 spaces instead of 2 by Juan Pablo Santos Rodríguez · 4 years, 6 months ago
  25. f89dd14 ..and fix url by Juan Pablo Santos Rodríguez · 4 years, 6 months ago
  26. b21ccb6 Removed copy-paste from ChangeLog.md.. by Juan Pablo Santos Rodríguez · 4 years, 6 months ago
  27. b86466f 2.11.0-M6-git-04 by juanpablo · 4 years, 6 months ago
  28. ca88c26 Strings and Boxed types should be compared using "equals()" by Haris Adzemovic · 4 years, 6 months ago
  29. 8eb7d42 2.11.0-M6-git-03 by juanpablo · 4 years, 6 months ago
  30. 7c1e97a Bringing in Docker support to ASF repo from https://github.com/metskem/docker-jspwiki. https://jspwiki-wiki.apache.org/Wiki.jsp?page=Docker needs to be updated, though by juanpablo · 4 years, 6 months ago
  31. 9513ccd update dependencies: by juanpablo · 4 years, 6 months ago
  32. b7aebe3 generate changelog on static build site by juanpablo · 4 years, 7 months ago
  33. 9a1d0a6 further formatting for changelog by juanpablo · 4 years, 7 months ago
  34. ca8262b add missing Apache License to ChangeLog.md by juanpablo · 4 years, 7 months ago
  35. 6d28231 rename and format ChangeLog to ChangeLog.md by juanpablo · 4 years, 7 months ago
  36. e2e78eb fix javadoc errors by juanpablo · 4 years, 7 months ago
  37. be1d010 add missing Apache License to file by juanpablo · 4 years, 7 months ago
  38. 077e44f update ChangeLog by juanpablo · 4 years, 7 months ago
  39. 88af1a2 adapt test to latest TestEngine change by juanpablo · 4 years, 7 months ago
  40. b62d8cf TestEngine will generate separate page, attachment and work directories, in order to allow each instance to work with a clean file installation - no version bump by juanpablo · 4 years, 7 months ago
  41. d1a2adc PageTimeComparator unit tests by juanpablo · 4 years, 7 months ago
  42. c68a5f1 change awaitility condition so it checks the file is actually on disk; if the OS persists in setting the same time, change page names so the assertions pass and leave it documented on the test by juanpablo · 4 years, 7 months ago
  43. f07c919 2.11.0-M6-git-02 by juanpablo · 4 years, 7 months ago
  44. 481877b example using static method to build TestEngine by juanpablo · 4 years, 7 months ago
  45. ac81885 new static methods to build TestEngine instances which do not throw checked Exceptions by juanpablo · 4 years, 7 months ago
  46. 4fb6877 show collection contents on tests failure by juanpablo · 4 years, 7 months ago
  47. 283cf39 changes on FileUtils: by juanpablo · 4 years, 7 months ago
  48. 0c8ef00 separate prefix and suffix on temporary files by juanpablo · 4 years, 7 months ago
  49. 9d6a2e5 ensure each test saves its attachments on a separate directory + tighten awaitility condition + clean up on @AfterEach by juanpablo · 4 years, 7 months ago
  50. e3714c0 replace Thread.sleep calls with Awaility calls in order to ensure order of files being stored - hopefully fixes CI build; no version bump by juanpablo · 4 years, 7 months ago
  51. 32f1d8b remove now redundant assertNull checks by juanpablo · 4 years, 7 months ago
  52. 25c8b72 2.11.0-M6-git-01 by juanpablo · 4 years, 7 months ago
  53. ee62057 update libraries versions' on LICENSE by juanpablo · 4 years, 7 months ago
  54. 4cf5ebd use Awaitility instead of relaying on Thread.sleep by juanpablo · 4 years, 7 months ago
  55. 6d6a6dd cut wait to a 10th, 0.2secs is enough between page saves by juanpablo · 4 years, 7 months ago
  56. e6cb756 use Awaitility instead of relaying on Thread.sleep by juanpablo · 4 years, 7 months ago
  57. 66ebf1c add Awaitility as test dependency by juanpablo · 4 years, 7 months ago
  58. fb1fcce code polish by juanpablo · 4 years, 7 months ago
  59. b2cbbfb LuceneSearchProvider now uses an Executor to increase performance on searches by juanpablo · 4 years, 7 months ago
  60. 0ea57b7 added .asf.yaml to control github repository metadata by juanpablo · 4 years, 7 months ago
  61. 5f0b9ef [maven-release-plugin] prepare for next development iteration by juanpablo · 4 years, 8 months ago
  62. 793bcf8 [maven-release-plugin] prepare release 2.11.0.M5-RC3 by juanpablo · 4 years, 8 months ago 2.11.0.M5 2.11.0.M5-RC3
  63. 5a28223 next reattempt for 2.11.0.M5 by juanpablo · 4 years, 8 months ago
  64. c4f0424 regenerate portable launchers, as per https://jspwiki-wiki.apache.org/Wiki.jsp?page=PortableBinaries#section-PortableBinaries-CreatingTheNativeLaunchers by juanpablo · 4 years, 8 months ago
  65. 348dac8 poms back to M5-SNAPSHOT by juanpablo · 4 years, 8 months ago
  66. ae51f76 2.11.0-M5-git-19 : Fix javascript build error, and some favicon errors. by brushed · 4 years, 8 months ago
  67. 4625f7b [maven-release-plugin] prepare for next development iteration by juanpablo · 4 years, 8 months ago
  68. 4887bb0 [maven-release-plugin] prepare release 2.11.0.M5-RC2 by juanpablo · 4 years, 8 months ago 2.11.0.M5-RC2
  69. 3d7c725 prepare 2.11.0.M5 release by juanpablo · 4 years, 8 months ago
  70. ba04baa ugh forgot to prepare Release.java, back to prepare release :-( by juanpablo · 4 years, 8 months ago
  71. 33b94a3 [maven-release-plugin] prepare for next development iteration by juanpablo · 4 years, 8 months ago
  72. 5cd031d [maven-release-plugin] prepare release 2.11.0.M5-RC1 by juanpablo · 4 years, 8 months ago 2.11.0.M5-RC1
  73. 540f74f omit OS-specific test on Windows - should run on other OSs by juanpablo · 4 years, 8 months ago
  74. 8a8af3e omit OS-specific test on Windows by juanpablo · 4 years, 8 months ago
  75. 5ef0b6f 2.11.0-M5-git-18: a few more dependency upgrades before 2.11.0-M5 [JSPWIKI-1115] by juanpablo · 4 years, 8 months ago
  76. 37ffcba code format by juanpablo · 4 years, 8 months ago
  77. 1b7f6e4 remove deletion of page not being created on test + code format and fix IntelliJ warnings by juanpablo · 4 years, 8 months ago
  78. 1800df5 overwrite deletePage method to add some log if an exception happens; add default constructor which uses getTestProperties internally by juanpablo · 4 years, 8 months ago
  79. ca1bf0a code format and fix some warnings from IntelliJ by juanpablo · 4 years, 8 months ago
  80. d982553 2.11.0-M5-git-17: no version bump; rerun test suite by brushed · 4 years, 8 months ago
  81. 6799648 2.11.0-M5-git-17: prevent (rare) null-pointer exception on deletePage by brushed · 4 years, 8 months ago
  82. 6fbd76f 2.11.0-M5-git-17: critical sonarcloud fixes by brushed · 4 years, 8 months ago
  83. f43ac38 2.11.0-M5-git-16 Also fixed preview.jsp vulnerability by brushed · 4 years, 8 months ago
  84. d71ecf6 2.11.0-M5-git-16 : Fixed InfoContent.jsp vulnerability by brushed · 4 years, 8 months ago
  85. b2fcbc0 2.11.0-M5-git-15: Improve UI accessibility (ref. sonarcloud report) by brushed · 4 years, 8 months ago
  86. e048925 2.11.0-M5-git-14 : XSS vulnerability (page rename) by brushed · 4 years, 8 months ago
  87. 617d242 2.11.0-M5-git-13 : fixes of bugs reported by sonarcloud by brushed · 4 years, 8 months ago
  88. 97d2c92 2.11.0-M5-git-13 : fixes of bugs reported by sonarcloud. by brushed · 4 years, 8 months ago
  89. 75725da 2.11.0-M5-git-13 : fixes of bugs reported by sonarcloud. by brushed · 4 years, 8 months ago
  90. 5b80451 2.11.0-M5-git-13 : fixes of bugs reported by sonarcloud. by brushed · 4 years, 8 months ago
  91. d5752bf 2.11.0-M5-git-13 : fixes of bugs reported by sonarcloud. by brushed · 4 years, 8 months ago
  92. a34af33 fix date by juanpablo · 4 years, 8 months ago
  93. d9f17df 2.11.0-M5-git-12 by juanpablo · 4 years, 8 months ago
  94. 9de9007 removal of @deprecated code (14) - AbstractLoginModule and AbstractUserDatabase: by juanpablo · 4 years, 8 months ago
  95. 11464a1 JSPWIKI-1115: Upgrade flexmark to 0.50.28 and tomcat to 8.5.45 by juanpablo · 4 years, 8 months ago
  96. 92e8cb3 use try with resources (no version bump) by juanpablo · 4 years, 8 months ago
  97. ba1be24 2.11.0-M5-git-11: [JSPWIKI-1097] , JSP bugs reported by sonarcloud by brushed · 4 years, 8 months ago
  98. e535217 explicitly set sonar.login property from env by juanpablo · 4 years, 8 months ago
  99. e1975f3 fix date by juanpablo · 4 years, 8 months ago
  100. efd7887 2.11.0-M5-git-10 by juanpablo · 4 years, 8 months ago