Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions whatsnew/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ <h3>JBoss Tools 4.1 individual new and noteworthy</h3>
<p><a href="cdi/cdi-news-4.1.0.Alpha1.html">CDI Tools</a></p>
<p><a href="as/as-news-4.1.0.Alpha1.html">Server Tools</a></p>
<p><a href="forge/forge-news-4.1.0.Alpha1.html">Forge Tools</a></p>
<p><a
href="hibernate/hibernate-news-4.1.0.Alpha1.html">Hibernate Tools</a></p>
<p><a href="hibernate/hibernate-news-4.1.0.Alpha1.html">Hibernate Tools</a></p>
<p><a href="openshift/openshift-news-4.1.0.Alpha1.html">OpenShift</a></p>
<p><a href="usage/usage-news-4.1.0.Alpha1.html">Usage</a></p>
</td>
</tr>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added whatsnew/openshift/images/tracing-preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 129 additions & 0 deletions whatsnew/openshift/openshift-news-2.5.0.Alpha1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<?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.5.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.5.0.Alpha1 What's New</h1>

<p align="right">
<a href="../as/as-news-4.1.0.Alpha1.html">Server Tools &gt; </a>
</p>
<table border="0" cellpadding="10" cellspacing="0" width="80%">
<tr>
<td colspan="2">
<hr />
<h3>Connection wizard</h3>
<hr />
</td>
</tr>
<tr>
<td valign="top" align="left"><b>Invalid credentials</b></td>
<td valign="top" align="left">
Users of the latest rhc tools (1.4.7 and older) can run into the situation where they cannot succesfully authenticate against OpenShift when using JBoss Tools.
The tools keep reporting invalid credentials.
The rhc command line tools create new configuration files (/etc/openshift/express.conf and ~/.openshift/express.conf) when they're told to do the initial setup.
Version 1.4.7 used a new format where values were within double quotes.
The Eclipse tooling could not handle these and tried to connect to an invalid host ("openshift.redhat.com").
It then reported invalid credentials since it could not connect to OpenShift.
In Alpha1 JBoss Tools can now read these new configuration files.
<p>
<small>
<a href="https://issues.jboss.org/browse/JBIDE-13558">Related Jira</a>
</small>
</p>
</td>
</tr>
<tr>
<td colspan="2">
<hr />
<h3>Embedding wizard</h3>
<hr />
</td>
</tr>
<tr>
<td valign="top" align="left"><b>MySQL and PostgreSQL</b></td>
<td valign="top" align="left">
Historically OpenShift did not allow users to users to use a mysql and a Postgres database at the same time.
This restriction was lifted some weeks ago and we now upgraded the tooling to allow that, too.
<p>
<small>
<a href="https://issues.jboss.org/browse/JBIDE-13235">Related Jira</a>
</small>
</p>
</td>
</tr>
<tr>
<td colspan="2">
<hr />
<h3>Server adapter</h3>
<hr />
</td>
</tr>
<tr>
<td valign="top" align="left"><b>No local changes to publish</b></td>
<td valign="top" align="left">
To easily publish a project to OpenShift one can use the OpenShift server adapter.
This adapter keeps track of your local changes and tells you if there are any that you can publish to OpenShift.
There are two situations where there are changes that you may publish to OpenShift:
Firstly you may have uncommitted changes. The adapter will then commit and push them to OpenShift.
Secondly you may have committed changes, that you didn't push yet. The adapter will then offer you to push them to OpenShift.
Prior to Alpha1, the adapter wouldn't detect this latter usecase and falsely tell you that there are no changes that you could publish to OpenShift.
<p>
<img src="images/committed-not-published.png" alt="ahead of remote repository" />
</p>
<p>
<small> <a
href="https://issues.jboss.org/browse/JBIDE-13175">Related Jira</a>
</small>
</p>
</td>
</tr>
<tr>
<td colspan="2">
<hr />
<h3>Tracing</h3>
<hr />
</td>
</tr>
<tr>
<td valign="top" align="left"><b>Trace client communication</b></td>
<td valign="top" align="left">
We now added the ability to trace the communication that occurrs with the OpenShift server.
You may enable or disable it via the tracing option in the Eclipse preferences:
<p>
<img src="images/tracing-preferences.png" alt="OpenShift client tracing" />
</p>
The log file that all requests and responses are writte to is by default located at <b>&lt;workspace&gt;/.metadata/trace.log</b>
<p>
<small>
<a href="https://issues.jboss.org/browse/JBIDE-12381">Related Jira</a>
</small>
</p>
</td>
</tr>
</table>
</body>

</html>
Binary file added whatsnew/usage/images/win8-reported.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions whatsnew/usage/usage-news-4.1.0.Alpha1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!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>What's New Usage Reporting 4.0.0.Alpha2</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><span>Usage Reporting 4.1.0.Alpha1 What's New</span></h1>

<p align="right">
<a href="../openshift/openshift-news-4.1.0.Alpha1.html">&lt;
OpenShift</a>
</p>
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td colspan="2">
<hr/>
<h3>Reporting</h3>
<hr/>
</td>
</tr>
<tr>
<td valign="top" align="left">
<a name="itemname3" id="itemname3"></a><b>Windows&nbsp;8</b>
</td>
<td valign="top" align="left">
Google Analytics was not reporting Windows 8 installations so far.
People using JBDS/JBoss Tools on Windows 8 were displayed as using Windows NT.
Google fixed this and Analytics are now reporting Windows 8 correctly:
<p>
<img src="images/win8-reported.png" alt="windows 8" />
</p>
<p>
<small>
<a href="https://issues.jboss.org/browse/JBIDE-13270">Related Jira</a>,
</small>
</p>
</td>
</tr>
<tr><td colspan="2"><hr></hr></td></tr>
</table>
</body>
</html>