[jbosstools-commits] JBoss Tools SVN: r43748 - in trunk/documentation/whatsnew/openshift: images and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Sep 17 10:40:42 EDT 2012
Author: adietish
Date: 2012-09-17 10:40:42 -0400 (Mon, 17 Sep 2012)
New Revision: 43748
Added:
trunk/documentation/whatsnew/openshift/images/clone-destination-error.png
trunk/documentation/whatsnew/openshift/images/refresh-applications.png
trunk/documentation/whatsnew/openshift/openshift-news-2.4.0.Alpha1.html
Log:
added N&N for OpenShift/Alpha1
Added: trunk/documentation/whatsnew/openshift/images/clone-destination-error.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/openshift/images/clone-destination-error.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/openshift/images/refresh-applications.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/openshift/images/refresh-applications.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/openshift/openshift-news-2.4.0.Alpha1.html
===================================================================
--- trunk/documentation/whatsnew/openshift/openshift-news-2.4.0.Alpha1.html (rev 0)
+++ trunk/documentation/whatsnew/openshift/openshift-news-2.4.0.Alpha1.html 2012-09-17 14:40:42 UTC (rev 43748)
@@ -0,0 +1,167 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>OpenShift Tools 2.4.0.Alpha1 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>OpenShift 2.4.0.Alpha1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a
+ href="../as/as-news-4.0.0.Alpha1.html">Server Tools
+ ></a></p>
+ <table border="0" cellpadding="10" cellspacing="0"
+ width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>General</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <a name="itemname3" id="itemname3"></a>
+ <b>Support for Eclipse Juno</b>
+ </td>
+ <td valign="top">
+ JBoss Tools for OpenShift is now able to run in Eclipse 4.2/Juno. We migrated our plugins to this new platform.
+ <p>
+ <small>
+ <a href="https://issues.jboss.org/browse/JBIDE-12240 ">Related Jira</a>
+ </small>
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>OpenShift import wizard</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <b>Refreshing available applications</b>
+ </td>
+ <td valign="top" align="left">
+ If you had started JBoss Tools for OpenShift into a blank account, that had no domain nor applications, the tooling
+ could not discover the domain and applications you had created outside Eclipse (in the OpenShift WebUI or with the rhc command line tooling).<br/>
+ We added a refresh button in the wizard, that allows you to discover and import applications that you created outside Eclipse.
+ <p>
+ <img src="images/refresh-applications.png" alt="refresh applications" />
+ </p>
+ <p>
+ <small>
+ <a href="https://issues.jboss.org/browse/JBIDE-12380">Related Jira</a>, <a href="https://issues.jboss.org/browse/JBIDE-12242">Related Jira</a>
+ </small>
+ </p>
+
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <b>Revalidating wizard settings going back and forth</b>
+ </td>
+ <td valign="top" align="left">
+ When creating/importing an OpenShift application to your workspace, you have to provide a destination-folder that the wizard would clone to.
+ If the destination folder already has a project with the very same name, the wizard would not let you finishing it.
+ Moving/removing the conflicting folder outside Eclipse did not help since the wizard did not check the location again, the error kept popping up.
+ You had to close the wizard and restart your operation. <br />
+ We fixed this in Alpha1, the wizard will now check the folder once you switch pages back and forth.
+ <p>
+ <img src="images/clone-destination-error.png" alt="conflicting git destination" />
+ </p>
+ <p>
+ <small>
+ <a href="https://issues.jboss.org/browse/JBIDE-12241">Related Jira</a>
+ </small>
+ </p>
+
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>OpenShift Server</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>Publishing DIY applications</b></td>
+ <td valign="top">
+ <p>
+ Before Alpha1 publishing local changes to DIY applications errored with an NPE. We now fixed this nastyness.
+ </p>
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-12079">Related Jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <a name="itemname3" id="itemname3"></a>
+ <b>Publishing by Drag'n Dropping</b>
+ </td>
+ <td valign="top">
+ <p>
+ Previously, when a user performed a drag-and-drop action to publish a project it was ignored.
+ In Alpha1 you'll now be able to publishing your project to your OpenShift cloud by drag and dropping your
+ project to the OpenShift server adapter.
+ </p>
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-12071">Related Jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>OpenShift Express REST client</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <a name="itemname3" id="itemname3"></a><b>REST Client published to maven central</b>
+ </td>
+ <td valign="top">
+ In JBoss tools, we developed a java client library for the OpenShift REST service. The client is hosted at github, you'll find it at
+ <a href="https://github.com/openshift/openshift-java-client">https://github.com/openshift/openshift-java-client</a>.<br/>
+ Since Alpha1 we now also provide the client library as maven artifact from Maven central. <br/>
+ To add it to your maven project, you will simply add the following to your maven pom:
+ <pre>
+<dependency>
+ <groupId>com.openshift</groupId>
+ <artifactId>openshift-java-client</artifactId>
+ <version>2.0.0</version>
+</dependency>
+ </pre>
+ If you want to learn how to use our client library, you will want to read our blog and check the code examples at <a href="https://community.jboss.org/en/tools/blog/2012/08/24/show-domain-info-openshift-java-client-in-a-nutshell">show-domain-info: openshift-java-client in a nutshell</a>
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-12187">Related Jira</a></small></p>
+ </td>
+ </tr>
+ </table>
+ </body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/openshift/openshift-news-2.4.0.Alpha1.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
More information about the jbosstools-commits
mailing list