You are viewing a plain text version of this content. The canonical link for it is here.
- [jspwiki] branch master updated (76e5e27 -> acbb8ef) - posted by ju...@apache.org on 2020/05/05 19:20:09 UTC, 0 replies.
- [jspwiki] 01/35: add format to a couple of method signatures - posted by ju...@apache.org on 2020/05/05 19:20:10 UTC, 0 replies.
- [jspwiki] 02/35: avoid registering several times the same listener on the same client - posted by ju...@apache.org on 2020/05/05 19:20:11 UTC, 0 replies.
- [jspwiki] 03/35: rewrite class javadoc - posted by ju...@apache.org on 2020/05/05 19:20:12 UTC, 0 replies.
- [jspwiki] 04/35: Update JUnit to 5.6.2 - posted by ju...@apache.org on 2020/05/05 19:20:13 UTC, 0 replies.
- [jspwiki] 05/35: add two new types of Workflow events to manage DecisionQueue add and removal - posted by ju...@apache.org on 2020/05/05 19:20:14 UTC, 0 replies.
- [jspwiki] 06/35: Add WorkflowEventEmitter enum to emit workflow-related events and register as client on DefaultWorkflowManager, which is an event listener - posted by ju...@apache.org on 2020/05/05 19:20:15 UTC, 0 replies.
- [jspwiki] 07/35: no need to overload fireEvent methods, DefaultWorkflowManager will only process the workflow events it understands - posted by ju...@apache.org on 2020/05/05 19:20:16 UTC, 0 replies.
- [jspwiki] 08/35: format tests + add some fixes suggested by intellij - posted by ju...@apache.org on 2020/05/05 19:20:17 UTC, 0 replies.
- [jspwiki] 09/35: Workflow doesn't need to know about WorkflowManager + use ConcurrentHashMap for attributes to avoid synchronized in its related methods - posted by ju...@apache.org on 2020/05/05 19:20:18 UTC, 0 replies.
- [jspwiki] 10/35: add formatting suggested by IntelliJ - posted by ju...@apache.org on 2020/05/05 19:20:19 UTC, 0 replies.
- [jspwiki] 11/35: Decision doesn't need to know about WorkflowManager - posted by ju...@apache.org on 2020/05/05 19:20:20 UTC, 0 replies.
- [jspwiki] 12/35: add formatting suggested by IntelliJ - posted by ju...@apache.org on 2020/05/05 19:20:21 UTC, 0 replies.
- [jspwiki] 13/35: throw ProviderException instead of InternalWikiException, as it refers to a page provider operation - posted by ju...@apache.org on 2020/05/05 19:20:22 UTC, 0 replies.
- [jspwiki] 14/35: Update Flexmark to 0.61.8 - posted by ju...@apache.org on 2020/05/05 19:20:23 UTC, 0 replies.
- [jspwiki] 15/35: Promote PluginManager#getPluginSearchPath() to Engine, as it is an operation requesting a configuration value - posted by ju...@apache.org on 2020/05/05 19:20:24 UTC, 0 replies.
- [jspwiki] 16/35: use method from Engine - posted by ju...@apache.org on 2020/05/05 19:20:25 UTC, 0 replies.
- [jspwiki] 17/35: add WikiPageEvent#PAGE_REINDEX to signal that a given Page needs to be reindexed - posted by ju...@apache.org on 2020/05/05 19:20:26 UTC, 0 replies.
- [jspwiki] 18/35: update Lucene to 8.5.1 and maven-antrun-plugin to 3.0.0 - posted by ju...@apache.org on 2020/05/05 19:20:27 UTC, 0 replies.
- [jspwiki] 19/35: dependency updates: flexmark to 0.61.16, selenide to 5.11.0 and tika to 1.24.1 - posted by ju...@apache.org on 2020/05/05 19:20:28 UTC, 0 replies.
- [jspwiki] 20/35: move o.a.w.workflow.Workflow#TIME_NOT_SET to o.a.w.workflow.Step#TIME_NOT_SET - posted by ju...@apache.org on 2020/05/05 19:20:29 UTC, 0 replies.
- [jspwiki] 21/35: WikiEventManager: addWikiEventListener equality check inline with removeWikiEventListener equality check - posted by ju...@apache.org on 2020/05/05 19:20:30 UTC, 0 replies.
- [jspwiki] 22/35: Break class cycles between Workflow and Step in order to prepare for JSPWIKI-304 (Workflows are not Serializable) - posted by ju...@apache.org on 2020/05/05 19:20:31 UTC, 0 replies.
- [jspwiki] 23/35: JSPWIKI-304: make Workflow attributes Serializable - posted by ju...@apache.org on 2020/05/05 19:20:32 UTC, 0 replies.
- [jspwiki] 24/35: Update Selenide to 5.11.1 - posted by ju...@apache.org on 2020/05/05 19:20:33 UTC, 0 replies.
- [jspwiki] 25/35: Generalize WorkflowEventEmitter to WikiEventEmitter and move it to jspwiki-event module. - posted by ju...@apache.org on 2020/05/05 19:20:34 UTC, 0 replies.
- [jspwiki] 26/35: IntelliJ fix: use static call for static method. - posted by ju...@apache.org on 2020/05/05 19:20:35 UTC, 0 replies.
- [jspwiki] 27/35: Removed WorkflowManager#start( Workflow ), in favour of Workflow#start() - posted by ju...@apache.org on 2020/05/05 19:20:36 UTC, 0 replies.
- [jspwiki] 28/35: small test refactor - posted by ju...@apache.org on 2020/05/05 19:20:37 UTC, 0 replies.
- [jspwiki] 29/35: Fire workflow events for DecisionQueue reassign and decide actions. - posted by ju...@apache.org on 2020/05/05 19:20:38 UTC, 0 replies.
- [jspwiki] 30/35: replace synchronized int nextId() with AtomicInteger - posted by ju...@apache.org on 2020/05/05 19:20:39 UTC, 0 replies.
- [jspwiki] 31/35: fix javadocs for new workflow events. - posted by ju...@apache.org on 2020/05/05 19:20:40 UTC, 0 replies.
- [jspwiki] 32/35: JSPWIKI-304: un/serialize Workflows + Decision Queue from/to disk - posted by ju...@apache.org on 2020/05/05 19:20:41 UTC, 0 replies.
- [jspwiki] 33/35: update flexmark to 0.61.26 - posted by ju...@apache.org on 2020/05/05 19:20:42 UTC, 0 replies.
- [jspwiki] 34/35: add test data file - posted by ju...@apache.org on 2020/05/05 19:20:43 UTC, 0 replies.
- [jspwiki] 35/35: 2.11.0-M7-git-19 - posted by ju...@apache.org on 2020/05/05 19:20:44 UTC, 0 replies.
- [jspwiki] build #250 - FAILURE - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/05 19:22:20 UTC, 0 replies.
- [jspwiki] branch master updated: fix failing tests - posted by ju...@apache.org on 2020/05/05 19:46:07 UTC, 0 replies.
- [jspwiki-site] branch asf-site updated: Automatic Site Publish by Buildbot - posted by gi...@apache.org on 2020/05/05 20:09:19 UTC, 6 replies.
- [jspwiki] build #251 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/05 20:09:23 UTC, 0 replies.
- [jspwiki] branch master updated: 2.11.0-M7-git-20: Dependency updates * Flexmark to 0.61.32 * Tomcat to 9.0.35 - posted by ju...@apache.org on 2020/05/21 19:39:07 UTC, 0 replies.
- [jspwiki] build #252 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/21 20:01:31 UTC, 0 replies.
- [jspwiki] branch master updated: Update Selenide to 5.12.0 - no version bump as it is a test dependency - posted by ju...@apache.org on 2020/05/23 18:30:27 UTC, 0 replies.
- [jspwiki] build #253 - FAILURE - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/23 18:38:25 UTC, 0 replies.
- [jspwiki] branch master updated: revert last commit, will update integration tests post 2.11.0.M7 - posted by ju...@apache.org on 2020/05/23 19:35:42 UTC, 0 replies.
- [jspwiki] build #254 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/23 19:57:59 UTC, 0 replies.
- [jspwiki] branch master updated: prepare 2.11.0.M7 release - posted by ju...@apache.org on 2020/05/25 17:36:52 UTC, 0 replies.
- [jspwiki] branch master updated: try to workaround MRELEASE-799 when mvn release:prepare - posted by ju...@apache.org on 2020/05/25 17:50:55 UTC, 0 replies.
- [jspwiki] build #255 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/25 17:59:15 UTC, 0 replies.
- [jspwiki] build #256 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/25 18:12:14 UTC, 0 replies.
- [jspwiki] branch master updated: [maven-release-plugin] prepare release 2.11.0.M7-RC1 - posted by ju...@apache.org on 2020/05/25 18:13:04 UTC, 0 replies.
- [jspwiki] annotated tag 2.11.0.M7-RC1 updated (e26c499 -> d8a03e5) - posted by ju...@apache.org on 2020/05/25 18:13:18 UTC, 0 replies.
- [jspwiki] branch master updated: [maven-release-plugin] prepare for next development iteration - posted by ju...@apache.org on 2020/05/25 18:13:24 UTC, 0 replies.
- [jspwiki] build #257 - FAILURE - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/25 18:35:07 UTC, 0 replies.
- [jspwiki] build #258 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/25 18:35:22 UTC, 0 replies.
- svn commit: r39762 [1/2] - in /dev/jspwiki/2.11.0.M7-rc1: ./ binaries/ binaries/portable/ binaries/webapp/ source/ wikipages/ - posted by ju...@apache.org on 2020/05/25 19:20:18 UTC, 0 replies.
- svn commit: r39762 [2/2] - in /dev/jspwiki/2.11.0.M7-rc1: ./ binaries/ binaries/portable/ binaries/webapp/ source/ wikipages/ - posted by ju...@apache.org on 2020/05/25 19:20:18 UTC, 0 replies.
- [jspwiki] annotated tag 2.11.0.M7 updated (e26c499 -> 1625fb6) - posted by ju...@apache.org on 2020/05/28 21:44:03 UTC, 0 replies.
- svn commit: r39811 [2/2] - in /release/jspwiki: 2.11.0.M6/ 2.11.0.M7/ 2.11.0.M7/binaries/ 2.11.0.M7/binaries/portable/ 2.11.0.M7/binaries/webapp/ 2.11.0.M7/source/ 2.11.0.M7/wikipages/ - posted by ju...@apache.org on 2020/05/28 21:48:00 UTC, 0 replies.
- svn commit: r39811 [1/2] - in /release/jspwiki: 2.11.0.M6/ 2.11.0.M7/ 2.11.0.M7/binaries/ 2.11.0.M7/binaries/portable/ 2.11.0.M7/binaries/webapp/ 2.11.0.M7/source/ 2.11.0.M7/wikipages/ - posted by ju...@apache.org on 2020/05/28 21:48:00 UTC, 0 replies.
- [jspwiki] build #260 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/28 22:08:23 UTC, 0 replies.
- [jspwiki-site] branch jbake updated: 2.11.0.M7 release - posted by ju...@apache.org on 2020/05/29 14:10:12 UTC, 0 replies.