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 2018/11/15 16:27:44 UTC

[juneau] branch master updated: Update release notes.

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 9419412  Update release notes.
9419412 is described below

commit 94194128914339bd0a49dd332955628f68ac6238
Author: JamesBognar <ja...@apache.org>
AuthorDate: Thu Nov 15 11:27:21 2018 -0500

    Update release notes.
---
 .../src/main/resources/ReleaseNotes/8.0.0.html     | 24 +++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/juneau-doc/src/main/resources/ReleaseNotes/8.0.0.html b/juneau-doc/src/main/resources/ReleaseNotes/8.0.0.html
index 157fcf7..d317fd2 100644
--- a/juneau-doc/src/main/resources/ReleaseNotes/8.0.0.html
+++ b/juneau-doc/src/main/resources/ReleaseNotes/8.0.0.html
@@ -16,5 +16,27 @@
 8.0.0 (TBD)
 
 <p>
-	TBD
+	This release primarily cleans up deprecated APIs from the 7.2.0 release.
 </p>
+
+<h5 class='topic w800'>juneau-svl</h5>
+<ul class='spaced-list'>
+	<li>
+		New SVL variables:
+		<ul class='doctree'>
+			<li class='jc'>{@link SubstringVar}
+			<li class='jc'>{@link PatternExtractVar}
+			<li class='jc'>{@link PatternReplaceVar}
+			<li class='jc'>{@link LenVar}
+		</ul>
+</ul>
+
+<h5 class='topic w800'>juneau-examples-rest</h5>
+<ul class='spaced-list'>
+	<li>
+		New <code>org.apache.juneau.examples.rest.spring</code> package with code showing how to use Juneau REST
+		with Spring Boot. 
+	<li>
+		New <code>app.json</code> and <code>Procfile</code> files for deploying examples into Heroku.
+</ul>
+