1. ba9e117 [maven-release-plugin] prepare for next development iteration by juanpablo · 4 years ago
  2. e26c499 [maven-release-plugin] prepare release 2.11.0.M7-RC1 by juanpablo · 4 years ago 2.11.0.M7 2.11.0.M7-RC1
  3. 2bb1b7b try to workaround MRELEASE-799 when mvn release:prepare by juanpablo · 4 years ago
  4. a9eed31 prepare 2.11.0.M7 release by juanpablo · 4 years ago
  5. 0f99ce0 revert last commit, will update integration tests post 2.11.0.M7 by juanpablo · 4 years ago
  6. f5f7358 Update Selenide to 5.12.0 - no version bump as it is a test dependency by juanpablo · 4 years ago
  7. 4c7dde5 2.11.0-M7-git-20: Dependency updates * Flexmark to 0.61.32 * Tomcat to 9.0.35 by juanpablo · 4 years ago
  8. 72d2a86 fix failing tests by juanpablo · 4 years ago
  9. acbb8ef 2.11.0-M7-git-19 by juanpablo · 4 years ago
  10. 564bfc0 add test data file by juanpablo · 4 years ago
  11. 7b35297 update flexmark to 0.61.26 by juanpablo · 4 years ago
  12. a050578 JSPWIKI-304: un/serialize Workflows + Decision Queue from/to disk by juanpablo · 4 years ago
  13. 63ea768 fix javadocs for new workflow events. by juanpablo · 4 years ago
  14. 1e92176 replace synchronized int nextId() with AtomicInteger by juanpablo · 4 years ago
  15. 0675bd0 Fire workflow events for DecisionQueue reassign and decide actions. by juanpablo · 4 years ago
  16. 62857b9 small test refactor by juanpablo · 4 years ago
  17. bfbc9bd Removed WorkflowManager#start( Workflow ), in favour of Workflow#start() by juanpablo · 4 years ago
  18. f571e9b IntelliJ fix: use static call for static method. by juanpablo · 4 years ago
  19. cbbb8d3 Generalize WorkflowEventEmitter to WikiEventEmitter and move it to jspwiki-event module. by juanpablo · 4 years ago
  20. fb5bb53 Update Selenide to 5.11.1 by juanpablo · 4 years ago
  21. 60ab922 JSPWIKI-304: make Workflow attributes Serializable by juanpablo · 4 years ago
  22. 01ee8a5 Break class cycles between Workflow and Step in order to prepare for JSPWIKI-304 (Workflows are not Serializable) by juanpablo · 4 years ago
  23. 43b1a87 WikiEventManager: addWikiEventListener equality check inline with removeWikiEventListener equality check by juanpablo · 4 years ago
  24. 5cc6f09 move o.a.w.workflow.Workflow#TIME_NOT_SET to o.a.w.workflow.Step#TIME_NOT_SET by juanpablo · 4 years ago
  25. c6c34fd dependency updates: flexmark to 0.61.16, selenide to 5.11.0 and tika to 1.24.1 by juanpablo · 4 years ago
  26. 9495d83 update Lucene to 8.5.1 and maven-antrun-plugin to 3.0.0 by juanpablo · 4 years ago
  27. 7e07181 add WikiPageEvent#PAGE_REINDEX to signal that a given Page needs to be reindexed by juanpablo · 4 years, 1 month ago
  28. f98225f use method from Engine by juanpablo · 4 years, 1 month ago
  29. fba8cd4 Promote PluginManager#getPluginSearchPath() to Engine, as it is an operation requesting a configuration value by juanpablo · 4 years, 1 month ago
  30. f825693 Update Flexmark to 0.61.8 by juanpablo · 4 years, 1 month ago
  31. 96e870b throw ProviderException instead of InternalWikiException, as it refers to a page provider operation by juanpablo · 4 years, 1 month ago
  32. 5255ee5 add formatting suggested by IntelliJ by juanpablo · 4 years, 1 month ago
  33. 27e78fb Decision doesn't need to know about WorkflowManager by juanpablo · 4 years, 1 month ago
  34. c503aad add formatting suggested by IntelliJ by juanpablo · 4 years, 1 month ago
  35. 38356ab Workflow doesn't need to know about WorkflowManager + use ConcurrentHashMap for attributes to avoid synchronized in its related methods by juanpablo · 4 years, 1 month ago
  36. 6d32482 format tests + add some fixes suggested by intellij by juanpablo · 4 years, 1 month ago
  37. 64e5025 no need to overload fireEvent methods, DefaultWorkflowManager will only process the workflow events it understands by juanpablo · 4 years, 1 month ago
  38. af1d4e3 Add WorkflowEventEmitter enum to emit workflow-related events and register as client on DefaultWorkflowManager, which is an event listener by juanpablo · 4 years, 1 month ago
  39. f0b754c add two new types of Workflow events to manage DecisionQueue add and removal by juanpablo · 4 years, 1 month ago
  40. e1e8478 Update JUnit to 5.6.2 by juanpablo · 4 years, 1 month ago
  41. 66a4d67 rewrite class javadoc by juanpablo · 4 years, 1 month ago
  42. 9f27a1c avoid registering several times the same listener on the same client by juanpablo · 4 years, 1 month ago
  43. 70953e5 add format to a couple of method signatures by juanpablo · 4 years, 1 month ago
  44. 76e5e27 no version bump by juanpablo · 4 years, 1 month ago
  45. 4dab6ec fix small issue raised by SonarQube by juanpablo · 4 years, 1 month ago
  46. 65db8b4 update portable binaries launchers by juanpablo · 4 years, 1 month ago
  47. 1fbd364 Update tomcat to 9.0.34 by juanpablo · 4 years, 1 month ago
  48. 5c43566 2.11.0-M7-git-18 by juanpablo · 4 years, 1 month ago
  49. e9c0ab4 JSPWIKI-303: promote RenderingManager#textToHtml( Context, String ) to public API by juanpablo · 4 years, 1 month ago
  50. a829052 (Hopefully) generate Translation status page - No version bump by juanpablo · 4 years, 1 month ago
  51. 8e85575 refactor TranslationsChecks: by juanpablo · 4 years, 1 month ago
  52. a9432ad remove final from non-default method in PageFilter interface by juanpablo · 4 years, 1 month ago
  53. af99ed7 add missing AL by juanpablo · 4 years, 1 month ago
  54. 3fda3af 2.11.0-M7-git-17 by juanpablo · 4 years, 1 month ago
  55. 58b0463 Rename servlet context listener so it shows intentionality more clearly by juanpablo · 4 years, 1 month ago
  56. fe7f3fc small usability improvement: make tab key follow login form fields by juanpablo · 4 years, 1 month ago
  57. a0d77e3 add jspwiki-bootstrap module by juanpablo · 4 years, 1 month ago
  58. 3c610f1 add mockito dependencies by juanpablo · 4 years, 1 month ago
  59. fc5044b add some unit tests by juanpablo · 4 years, 1 month ago
  60. c5d7d62 add link to public API by juanpablo · 4 years, 1 month ago
  61. 6b2ffbd make Wiki.init(..) public so it can be called from the bootstrap module, and return the Wiki properties, so we're able to init the log from there by juanpablo · 4 years, 1 month ago
  62. 997c377 update listener location by juanpablo · 4 years, 1 month ago
  63. 07d1001 log initialization no longer responsability of the WikiEngine, as the former is configured before the creation of the latter by juanpablo · 4 years, 1 month ago
  64. 8bb4d50 add missing Apache License by juanpablo · 4 years, 1 month ago
  65. 7765bb2 added utility method to check if a class is present in classpath by juanpablo · 4 years, 1 month ago
  66. fdd6e57 update commons-lang to 3.10 + introduce mockito as mock testing library by juanpablo · 4 years, 1 month ago
  67. 9980e7a Move WikiSPIServletContextListener to new jspwiki-bootstrap module by juanpablo · 4 years, 1 month ago
  68. 1ba2c7e Fix bug detected by Sonar, command should be compared againsts PageCommand, not against the ContextEnum - No version bump by juanpablo · 4 years, 1 month ago
  69. 62e85b9 Fix sonar issue: (re)add equals method, as there's already a hashCode() one by juanpablo · 4 years, 1 month ago
  70. f34a799 Fix sonar issue: call remove on threadlocal variable c_guestSession when session is removed by juanpablo · 4 years, 1 month ago
  71. a5ee51c Fix sonar issue: make isEnabled synchronized to match setEnabled by juanpablo · 4 years, 1 month ago
  72. 168cd47 2.11.0-M7-git-16 by juanpablo · 4 years, 1 month ago
  73. 0844469 JSPWIKI-806: add the possibility of loading custom managers on WikiEngine (was: EntityManager Proposal) by juanpablo · 4 years, 1 month ago
  74. 6fcb492 update cargo to 1.7.11 by juanpablo · 4 years, 1 month ago
  75. 98b1bfe remove use of deprecated code by juanpablo · 4 years, 1 month ago
  76. 187559e Tomcat8 -> Tomcat9 by juanpablo · 4 years, 1 month ago
  77. f0a174d fix possible-but-improbable npe by juanpablo · 4 years, 1 month ago
  78. d223f2a Honor page ACLs on SisterSites.jsp + proper attachment detection by juanpablo · 4 years, 1 month ago
  79. ef5b052 update doclet version by juanpablo · 4 years, 1 month ago
  80. 2d2bb51 use public api on top level JSPs by juanpablo · 4 years, 1 month ago
  81. 91a3f76 fix JSP compilation problems by juanpablo · 4 years, 1 month ago
  82. 9df1965 use constant from ContextEnum by juanpablo · 4 years, 1 month ago
  83. e8d84a6 use public api on default template by juanpablo · 4 years, 1 month ago
  84. 45be0f8 reorder alphabetically ContextEnum derived constants so they're easier to locate by juanpablo · 4 years, 1 month ago
  85. 8ea3185 use public api on reader template by juanpablo · 4 years, 1 month ago
  86. 460263e use public api on 210 template by juanpablo · 4 years, 1 month ago
  87. e298f5b use public api on admin area by juanpablo · 4 years, 1 month ago
  88. df055a1 more substitutions of WikiContext constants with ContextEnum ones by juanpablo · 4 years, 1 month ago
  89. 2992073 add deepClone operation by juanpablo · 4 years, 1 month ago
  90. b051cde more substitutions of WikiContext constants with ContextEnum ones by juanpablo · 4 years, 1 month ago
  91. ce80e1a more substitutions of WikiContext constants with ContextEnum ones by juanpablo · 4 years, 1 month ago
  92. 7706acf use ContextEnum.PAGE_VIEW.getRequestContext() instead of WikiContext.VIEW by juanpablo · 4 years, 1 month ago
  93. 13a7e66 extract command list with request context, url pattern and content template to its own Enum by juanpablo · 4 years, 1 month ago
  94. 6055ae0 don't use deprecated code by juanpablo · 4 years, 1 month ago
  95. 8a056d7 JSPWIKI-303: Acl / AclEntry SPI by juanpablo · 4 years, 1 month ago
  96. d97ea47 use Page/Attachment SPI by juanpablo · 4 years, 1 month ago
  97. e873847 JSPWIKI-303: SPI to create Pages and Attachments + use all available SPIs throughout the code by juanpablo · 4 years, 1 month ago
  98. dd84c1a JSPWIKI-303: add session spi and use it throughout the code by juanpablo · 4 years, 1 month ago
  99. 9b256b6 rename EngineSPI#getInstance to EngineSPI#find by juanpablo · 4 years, 1 month ago
  100. 40e0021 add format & fixes suggested by IntelliJ by juanpablo · 4 years, 1 month ago