You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/06/19 19:08:10 UTC

incubator-juneau git commit: Add 6.3.1 section.

Repository: incubator-juneau
Updated Branches:
  refs/heads/master 9b3949297 -> 95ee1b536


Add 6.3.1 section.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/95ee1b53
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/95ee1b53
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/95ee1b53

Branch: refs/heads/master
Commit: 95ee1b536cc9b3e4846d2f77586a4278e273515b
Parents: 9b39492
Author: JamesBognar <ja...@apache.org>
Authored: Mon Jun 19 15:08:07 2017 -0400
Committer: JamesBognar <ja...@apache.org>
Committed: Mon Jun 19 15:08:07 2017 -0400

----------------------------------------------------------------------
 juneau-core/src/main/javadoc/overview.html | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/95ee1b53/juneau-core/src/main/javadoc/overview.html
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/javadoc/overview.html b/juneau-core/src/main/javadoc/overview.html
index ddb4486..12d6c29 100644
--- a/juneau-core/src/main/javadoc/overview.html
+++ b/juneau-core/src/main/javadoc/overview.html
@@ -6102,6 +6102,7 @@
 	
 	<h5 class='toc'>What's new in each release</h5>
 	<ul class='toc'>
+		<li><p><a class='doclink' href='#6.3.1'>6.3.1 (TBD)</a></p>
 		<li><p><a class='doclink' href='#6.3.0'>6.3.0 (TBD)</a></p>
 		<li><p><a class='doclink' href='#6.2.0'>6.2.0 (Apr 28, 2017)</a></p>
 		<li><p><a class='doclink' href='#6.1.0'>6.1.0 (Feb 25, 2017)</a></p>
@@ -6169,12 +6170,35 @@
 		<li><p><a class='doclink' href='#5.0.0.0'>5.0.0.0 (Jun 11, 2012)</a></p>
 	</ul>
 
+	<!-- ======================================================================================================== -->
+	<a id="6.3.1"></a>
+	<h3 class='topic' onclick='toggle(this)'>6.3.1 (TBD)</h3>
+	<div class='topic'>
+		<p>
+			Juneau 6.3.1 is a major update.
+		</p>
 
+		<h6 class='topic'>org.apache.juneau</h6>
+		<ul class='spaced-list'>
+			<li>{@link org.apache.juneau.utils.PojoQuery} improvements.
+				<br>Search columns containing lists and maps.
+				<br>Sort columns containing lists and maps.
+		</ul>
+
+		<h6 class='topic'>org.apache.juneau.rest</h6>
+		<ul class='spaced-list'>
+			<li>{@link org.apache.juneau.rest.widgets.QueryWidget} improvements.
+				<br>Fields are prefilled with current search arguments.
+		</ul>
+	</div>
+	
 	<!-- ======================================================================================================== -->
 	<a id="6.3.0"></a>
 	<h3 class='topic' onclick='toggle(this)'>6.3.0 (TBD)</h3>
 	<div class='topic'>
 		<p>
+			Juneau 6.3.0 is a major update with significant new functionality for defining proxy interfaces against
+			arbitrary 3rd-party REST interfaces.
 		</p>
 
 		<h6 class='topic'>org.apache.juneau</h6>