You are viewing a plain text version of this content. The canonical link for it is here.
- [jspwiki] branch master updated (a8e07a0 -> dfb8b45) - posted by ju...@apache.org on 2018/11/02 23:59:29 UTC, 0 replies.
- [jspwiki] 01/17: use generics when possible - posted by ju...@apache.org on 2018/11/02 23:59:30 UTC, 0 replies.
- [jspwiki] 02/17: remove warnings from org.apache.jspwiki.workflow package - posted by ju...@apache.org on 2018/11/02 23:59:31 UTC, 0 replies.
- [jspwiki] 03/17: remove warnings from org.apache.jspwiki.rss package - posted by ju...@apache.org on 2018/11/02 23:59:32 UTC, 0 replies.
- [jspwiki] 04/17: remove dead store - posted by ju...@apache.org on 2018/11/02 23:59:33 UTC, 0 replies.
- [jspwiki] 05/17: use try with resources - posted by ju...@apache.org on 2018/11/02 23:59:34 UTC, 0 replies.
- [jspwiki] 06/17: remove warnings from tests on org.apache.jspwiki.workflow package - posted by ju...@apache.org on 2018/11/02 23:59:35 UTC, 0 replies.
- [jspwiki] 07/17: remove unused SuppresWarnings, use generics - posted by ju...@apache.org on 2018/11/02 23:59:36 UTC, 0 replies.
- [jspwiki] 08/17: use try with resources - posted by ju...@apache.org on 2018/11/02 23:59:37 UTC, 0 replies.
- [jspwiki] 09/17: use try with resources - posted by ju...@apache.org on 2018/11/02 23:59:38 UTC, 0 replies.
- [jspwiki] 10/17: fix build path on eclipse + bogus call on Workflow.jsp - posted by ju...@apache.org on 2018/11/02 23:59:39 UTC, 0 replies.
- [jspwiki] 11/17: more use of generics, reorganize imports and removal of unused @SuppressWarnings - posted by ju...@apache.org on 2018/11/02 23:59:40 UTC, 0 replies.
- [jspwiki] 12/17: remove always-true condition and unused variable - posted by ju...@apache.org on 2018/11/02 23:59:41 UTC, 0 replies.
- [jspwiki] 13/17: log exception instead of using printStackTrace, use UTF-8 constant - posted by ju...@apache.org on 2018/11/02 23:59:42 UTC, 0 replies.
- [jspwiki] 14/17: use ConcurrentHashMap instead of plain HashMap - posted by ju...@apache.org on 2018/11/02 23:59:43 UTC, 0 replies.
- [jspwiki] 15/17: added Jenkinsfile - posted by ju...@apache.org on 2018/11/02 23:59:44 UTC, 0 replies.
- [jspwiki] 16/17: backwards-incompatible change: WikiEngine#getRecentChanges() now returns a Set instead of a Collection - posted by ju...@apache.org on 2018/11/02 23:59:45 UTC, 0 replies.
- [jspwiki] 17/17: 2.11.0-M1-git-07 - posted by ju...@apache.org on 2018/11/02 23:59:46 UTC, 0 replies.
- [jspwiki-site] branch jbake updated: tiny fix on Jenkinsfile: echo expects a String not an exception - posted by ju...@apache.org on 2018/11/03 00:01:11 UTC, 0 replies.
- [jspwiki-site] branch asf-site updated: Automatic Site Publish by Buildbot - posted by gi...@apache.org on 2018/11/03 21:35:43 UTC, 10 replies.
- [jspwiki-site] build #17 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/03 21:35:47 UTC, 0 replies.
- [jspwiki-site] build #18 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/03 21:37:30 UTC, 0 replies.
- [jspwiki-site] build #19 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/03 21:39:20 UTC, 0 replies.
- [jspwiki-site] build #20 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/03 21:40:53 UTC, 0 replies.
- [jspwiki] branch master updated (dfb8b45 -> 0abc7d0) - posted by ju...@apache.org on 2018/11/05 21:35:36 UTC, 0 replies.
- [jspwiki] 01/21: more use of generics - posted by ju...@apache.org on 2018/11/05 21:35:37 UTC, 0 replies.
- [jspwiki] 02/21: more use of generics - posted by ju...@apache.org on 2018/11/05 21:35:38 UTC, 0 replies.
- [jspwiki] 03/21: log exception - posted by ju...@apache.org on 2018/11/05 21:35:39 UTC, 0 replies.
- [jspwiki] 04/21: no need of catching UnsupportedEncodingException - posted by ju...@apache.org on 2018/11/05 21:35:40 UTC, 0 replies.
- [jspwiki] 05/21: simplify WikiContexthasAdminPermissions() - posted by ju...@apache.org on 2018/11/05 21:35:41 UTC, 0 replies.
- [jspwiki] 06/21: avoid UnsupportedEncodingException and small refactor to be able to use try-with-resources - posted by ju...@apache.org on 2018/11/05 21:35:42 UTC, 0 replies.
- [jspwiki] 07/21: avoid concurrency issue by building a new Set, remove close it's called implicitly - posted by ju...@apache.org on 2018/11/05 21:35:43 UTC, 0 replies.
- [jspwiki] 08/21: avoid catching UnsupportedEncodingException - posted by ju...@apache.org on 2018/11/05 21:35:44 UTC, 0 replies.
- [jspwiki] 09/21: avoid catching UnsupportedEncodingException - posted by ju...@apache.org on 2018/11/05 21:35:45 UTC, 0 replies.
- [jspwiki] 10/21: breaking change: both urlDecode methods don't throw UnsupportedOperationException anymore - posted by ju...@apache.org on 2018/11/05 21:35:46 UTC, 0 replies.
- [jspwiki] 11/21: remove compilation warnings - posted by ju...@apache.org on 2018/11/05 21:35:47 UTC, 0 replies.
- [jspwiki] 12/21: breaking: verifySaltedPassword doesn't throw UnsupportedEncodingException anymore - posted by ju...@apache.org on 2018/11/05 21:35:48 UTC, 0 replies.
- [jspwiki] 13/21: remove some warnings - posted by ju...@apache.org on 2018/11/05 21:35:49 UTC, 0 replies.
- [jspwiki] 14/21: * (breaking) ClassUtil#getMappedObject methods now throw ReflectiveOperationException, IllegalArgumentException instead of WikiException * getMappedClass method now throws ClassNotFoundException instead of WikiException - posted by ju...@apache.org on 2018/11/05 21:35:50 UTC, 0 replies.
- [jspwiki] 15/21: further refactors on ClassUtil - posted by ju...@apache.org on 2018/11/05 21:35:51 UTC, 0 replies.
- [jspwiki] 16/21: use java 8 class instead of commons-codec one - posted by ju...@apache.org on 2018/11/05 21:35:52 UTC, 0 replies.
- [jspwiki] 17/21: add @Overrides - posted by ju...@apache.org on 2018/11/05 21:35:53 UTC, 0 replies.
- [jspwiki] 18/21: fix typo and use constants instead of Strings - posted by ju...@apache.org on 2018/11/05 21:35:54 UTC, 0 replies.
- [jspwiki] 19/21: try to load as many externals third-party jars as possible instead of trying all-or-nothing approach of loading them - posted by ju...@apache.org on 2018/11/05 21:35:55 UTC, 0 replies.
- [jspwiki] 20/21: remove last warning from util package - posted by ju...@apache.org on 2018/11/05 21:35:56 UTC, 0 replies.
- [jspwiki] 21/21: 2.11.0-M1-git-08 - posted by ju...@apache.org on 2018/11/05 21:35:57 UTC, 0 replies.
- [jspwiki-site] build #21 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/05 22:02:25 UTC, 0 replies.
- [jspwiki] branch master updated (0abc7d0 -> 82fb583) - posted by ju...@apache.org on 2018/11/11 22:12:03 UTC, 0 replies.
- [jspwiki] 01/08: add @Overrides, reorganize imports, use generics - posted by ju...@apache.org on 2018/11/11 22:12:04 UTC, 0 replies.
- [jspwiki] 02/08: remove @BeforeAll method, not necessary; use constants from StandardCharsets - posted by ju...@apache.org on 2018/11/11 22:12:05 UTC, 0 replies.
- [jspwiki] 03/08: remove use of ModuleManager constants on util test - posted by ju...@apache.org on 2018/11/11 22:12:06 UTC, 0 replies.
- [jspwiki] 04/08: use generics on AttachmentManager public methods - posted by ju...@apache.org on 2018/11/11 22:12:07 UTC, 0 replies.
- [jspwiki] 05/08: use try with resources, remove NoClassDefFoundError (Lucene libraries are included), add missing @Override - posted by ju...@apache.org on 2018/11/11 22:12:08 UTC, 0 replies.
- [jspwiki] 06/08: remove warnings from search package - posted by ju...@apache.org on 2018/11/11 22:12:09 UTC, 0 replies.
- [jspwiki] 07/08: class formatting, remove warning from preferences class/package - posted by ju...@apache.org on 2018/11/11 22:12:10 UTC, 0 replies.
- [jspwiki] 08/08: update ChangeLog with latest changes - posted by ju...@apache.org on 2018/11/11 22:12:11 UTC, 0 replies.
- [jspwiki-site] build #22 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/11 23:03:04 UTC, 0 replies.
- [jspwiki] branch master updated (82fb583 -> f369833) - posted by ju...@apache.org on 2018/11/12 23:32:24 UTC, 0 replies.
- [jspwiki] 01/09: move tld file to jspwiki-main module - posted by ju...@apache.org on 2018/11/12 23:32:25 UTC, 0 replies.
- [jspwiki] 02/09: ensure JSPs remain well-formed or else break the build - posted by ju...@apache.org on 2018/11/12 23:32:26 UTC, 0 replies.
- [jspwiki] 03/09: fix compilation error on rss.jsp - posted by ju...@apache.org on 2018/11/12 23:32:27 UTC, 0 replies.
- [jspwiki] 04/09: update tld versions - posted by ju...@apache.org on 2018/11/12 23:32:28 UTC, 0 replies.
- [jspwiki] 05/09: remove warnings from tests - posted by ju...@apache.org on 2018/11/12 23:32:29 UTC, 0 replies.
- [jspwiki] 06/09: add @Overrides, code format - posted by ju...@apache.org on 2018/11/12 23:32:30 UTC, 0 replies.
- [jspwiki] 07/09: more add @Overrides, code format, use of generics and removal of warnings - posted by ju...@apache.org on 2018/11/12 23:32:31 UTC, 0 replies.
- [jspwiki] 08/09: add sect-ref to url links on local read links - posted by ju...@apache.org on 2018/11/12 23:32:32 UTC, 0 replies.
- [jspwiki] 09/09: 2.11.0-M1-git-09 - posted by ju...@apache.org on 2018/11/12 23:32:33 UTC, 0 replies.
- [jspwiki-site] build #23 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/13 00:02:59 UTC, 0 replies.
- [jspwiki] branch master updated: maven cargo plugin updated to 1.7.0 + removed some (now) unneeded configuration from maven war plugin; no version bump - posted by ju...@apache.org on 2018/11/13 19:49:39 UTC, 0 replies.
- [jspwiki-site] build #24 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/13 20:04:14 UTC, 0 replies.
- [jspwiki] branch master updated (bd40522 -> a737373) - posted by ju...@apache.org on 2018/11/20 22:58:38 UTC, 0 replies.
- [jspwiki] 01/07: add jspc-maven-plugin to m2e exclusions - posted by ju...@apache.org on 2018/11/20 22:58:39 UTC, 0 replies.
- [jspwiki] 02/07: backwards-breaking change: move TextUtil.getRequiredProperty method to WikiEngine - posted by ju...@apache.org on 2018/11/20 22:58:40 UTC, 0 replies.
- [jspwiki] 03/07: use try with resources for db access - posted by ju...@apache.org on 2018/11/20 22:58:41 UTC, 0 replies.
- [jspwiki] 04/07: use multi-catch - posted by ju...@apache.org on 2018/11/20 22:58:42 UTC, 0 replies.
- [jspwiki] 05/07: use try with resources - posted by ju...@apache.org on 2018/11/20 22:58:43 UTC, 0 replies.
- [jspwiki] 06/07: remove warnings from code, add missing @Overrides, etc. - posted by ju...@apache.org on 2018/11/20 22:58:44 UTC, 0 replies.
- [jspwiki] 07/07: use generics and non-deprecated code - posted by ju...@apache.org on 2018/11/20 22:58:45 UTC, 0 replies.
- [jspwiki] branch master updated: 2.11.0-M1-git-10 - posted by ju...@apache.org on 2018/11/20 23:03:11 UTC, 0 replies.
- [jspwiki-site] build #25 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/20 23:10:40 UTC, 0 replies.
- [jspwiki] branch master updated: fix Jenkinsfile's emailext to: - posted by ju...@apache.org on 2018/11/20 23:25:40 UTC, 0 replies.
- [jspwiki] build #7 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/21 00:01:34 UTC, 0 replies.
- [jspwiki-site] build #26 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/21 00:02:29 UTC, 0 replies.
- [jspwiki-site] branch jbake updated (98e7ff6 -> 56c4dbb) - posted by ju...@apache.org on 2018/11/29 21:38:34 UTC, 0 replies.
- [jspwiki-site] 01/02: Several tasks on site generation - posted by ju...@apache.org on 2018/11/29 21:38:35 UTC, 0 replies.
- [jspwiki-site] 02/02: updated freemarker to 2.3.28 (latest) - posted by ju...@apache.org on 2018/11/29 21:38:36 UTC, 0 replies.
- [jspwiki-site] build #27 - FAILURE - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/29 21:47:55 UTC, 0 replies.
- [jspwiki-site] build #28 - SUCCESS - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/29 22:10:48 UTC, 0 replies.