[
https://issues.jboss.org/browse/JBIDE-22992?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-22992:
------------------------------------
That build was published because of the check lower down in the console, which noted the
SHAs had changed.
If you look in a subsequent build, it did NOT pass the p2diff check.
But really... if the whole idea here is that we should be publishing EVERY build (because
the os.client plugin is ALWAYS new/upversioned/has-a-new-timestamp (even if the SHA
isn't changed))... I can just remove all these if-changed-then-publish checks and just
publish for ALL the builds.
Also, the grep -v to exclude generated update site IUs (because they're always
different, unlike plugin and feature IUs) isn't working:
{code}
++ egrep -v '(<|>)
(Alpha[0-9]+|AM[0-9]+|Beta[0-9]+|CR[0-9]+|Final|GA).+-B[0-9]+\.'
...
< v20160812-0237.JBoss Tools OpenShift Nightly Build Update Site
[1.0.0.8V8U-cKm-e1ES0z0-Wy2dO8VdI7u]
...
v20160811-2312.JBoss Tools OpenShift Nightly Build Update Site
[1.0.0._09U-cKm-e1EbNVv6a-BN12qSqJQVVz0UyavVVyT]
{code}
OpenShift tools use wrong rest client bits
------------------------------------------
Key: JBIDE-22992
URL:
https://issues.jboss.org/browse/JBIDE-22992
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, openshift
Affects Versions: 4.4.1.AM3
Environment: eclipse.buildId=10.1.0.AM3-v20160810-0441-B5735
java.version=1.8.0_101
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product
com.jboss.devstudio.core.product
Reporter: Denis Golovin
Assignee: Fred Bricon
Priority: Blocker
Fix For: 4.4.1.AM3
Attachments: IU-unchanged-not-published.png,
openshift-client-IU-new-timestamp.png, openshift-client-IU.png
An internal error occurred during: "Loading service-manager to configure additional
frameworks that CDK depends on.".{code}java.lang.NoSuchMethodError:
com.openshift.restclient.ClientBuilder.withMaxRequests(I)Lcom/openshift/restclient/ClientBuilder;
at
org.jboss.tools.openshift.core.connection.ConnectionFactory.create(ConnectionFactory.java:53)
at
org.jboss.tools.openshift.core.connection.ConnectionFactory.create(ConnectionFactory.java:1)
at
org.jboss.tools.openshift.cdk.server.core.internal.listeners.CDKOpenshiftUtility.createOpenshiftConnection(CDKOpenshiftUtility.java:77)
at
org.jboss.tools.openshift.cdk.server.core.internal.listeners.CDKOpenshiftUtility.createOpenshiftConnection(CDKOpenshiftUtility.java:55)
at
org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener.configureOpenshift(ConfigureDependentFrameworksListener.java:91)
at
org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener.configureFrameworks(ConfigureDependentFrameworksListener.java:56)
at
org.jboss.tools.openshift.cdk.server.core.internal.listeners.ConfigureDependentFrameworksListener$1.run(ConfigureDependentFrameworksListener.java:44)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55){code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)