You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Created] (JUNEAU-212) RestClient should accept ReaderResource and StreamResource inputs. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/01 17:35:00 UTC, 0 replies.
- [jira] [Created] (JUNEAU-213) Simplified to/from methods for data conversion - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/04 13:43:00 UTC, 0 replies.
- [jira] [Created] (JUNEAU-214) Move http packages into new module and build on top of httpcomponents httpcore - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/04 13:45:00 UTC, 0 replies.
- [jira] [Created] (JUNEAU-215) Server-side RequestHeaders/RequestFormData/RequestQuery/RequestPath should be fluent. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/04 13:47:00 UTC, 0 replies.
- Build failed in Jenkins: Juneau-Java-1.8 #1624 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/04/06 14:24:31 UTC, 0 replies.
- [jira] [Created] (JUNEAU-216) BEANTRAVERSE_initialDepth not setting indentation correctly on first line. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/06 15:16:00 UTC, 0 replies.
- [jira] [Closed] (JUNEAU-216) BEANTRAVERSE_initialDepth not setting indentation correctly on first line. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/06 15:36:00 UTC, 0 replies.
- Jenkins build is back to normal : Juneau-Java-1.8 #1625 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2020/04/06 15:51:42 UTC, 0 replies.
- [jira] [Created] (JUNEAU-217) my-jetty-microservice sample eclipse project - The type org.apache.juneau.utils.Args cannot be resolved. It is indirectly referenced from required .class files - posted by "Divya Pradeep Bendi (Jira)" <ji...@apache.org> on 2020/04/11 01:29:00 UTC, 0 replies.
- [jira] [Commented] (JUNEAU-217) my-jetty-microservice sample eclipse project - The type org.apache.juneau.utils.Args cannot be resolved. It is indirectly referenced from required .class files - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/11 13:13:00 UTC, 19 replies.
- [jira] [Closed] (JUNEAU-208) Version 7.2.2 is missing from https://juneau.apache.org/#whatsnew.html - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/11 13:20:00 UTC, 0 replies.
- [jira] [Closed] (JUNEAU-201) JettyMicroserviceBuilder logConfig method is a NO-OP - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/11 13:22:00 UTC, 0 replies.
- [jira] [Closed] (JUNEAU-193) RestClient should support all languages by default. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/11 13:25:00 UTC, 0 replies.
- [jira] [Closed] (JUNEAU-125) Use StringUtils.getMatchPattern() consistently throughout code. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/11 13:27:00 UTC, 0 replies.
- [jira] [Commented] (JUNEAU-179) Move build process to Java 9. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/11 13:27:00 UTC, 0 replies.
- [jira] [Updated] (JUNEAU-217) my-jetty-microservice sample eclipse project - The type org.apache.juneau.utils.Args cannot be resolved. It is indirectly referenced from required .class files - posted by "Divya Pradeep Bendi (Jira)" <ji...@apache.org> on 2020/04/11 13:29:00 UTC, 13 replies.
- [jira] [Closed] (JUNEAU-112) @JsonSchema validation support for all serializers and parsers. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/11 13:29:00 UTC, 0 replies.
- [jira] [Resolved] (JUNEAU-217) my-jetty-microservice sample eclipse project - The type org.apache.juneau.utils.Args cannot be resolved. It is indirectly referenced from required .class files - posted by "Divya Pradeep Bendi (Jira)" <ji...@apache.org> on 2020/04/12 03:03:00 UTC, 0 replies.
- [jira] [Commented] (JUNEAU-208) Version 7.2.2 is missing from https://juneau.apache.org/#whatsnew.html - posted by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2020/04/12 14:25:00 UTC, 0 replies.
- [jira] [Created] (JUNEAU-218) BasicRestConfig should include CsvSerializer support. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/20 16:21:00 UTC, 0 replies.
- [jira] [Created] (JUNEAU-219) CSV Serializer doesn't invoke swaps. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/24 00:47:00 UTC, 0 replies.
- [jira] [Created] (JUNEAU-220) Potential NPE when using @RestMethod(path="/xxx/*") - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/24 00:49:00 UTC, 0 replies.
- [jira] [Created] (JUNEAU-221) MockRest needs a formPost() method. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/26 12:03:00 UTC, 0 replies.
- [jira] [Created] (JUNEAU-222) MockRest.assertBodyMatches() should take arguments. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/26 12:19:00 UTC, 0 replies.
- [jira] [Created] (JUNEAU-223) Add @QueryMulti and @FormDataMulti annotations. - posted by "James Bognar (Jira)" <ji...@apache.org> on 2020/04/26 12:36:00 UTC, 0 replies.
- [GitHub] [juneau] garydgregory opened a new pull request #54: Add org.apache.juneau.PropertyStoreBuilder.clearCache(). - posted by GitBox <gi...@apache.org> on 2020/04/28 20:46:59 UTC, 0 replies.
- [GitHub] [juneau] garydgregory commented on pull request #54: Add org.apache.juneau.PropertyStoreBuilder.clearCache(). - posted by GitBox <gi...@apache.org> on 2020/04/29 13:26:54 UTC, 1 replies.
- [GitHub] [juneau] jamesbognar commented on pull request #54: Add org.apache.juneau.PropertyStoreBuilder.clearCache(). - posted by GitBox <gi...@apache.org> on 2020/04/29 13:49:26 UTC, 0 replies.
- Motivation to use Juneau - posted by Shahzad <ge...@gmail.com> on 2020/04/30 21:49:27 UTC, 0 replies.