[JBoss JIRA] (JBIDE-26417) All OpenShift: need to bump version
by Andre Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26417?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-26417:
----------------------------------------
Assignee: Andre Dietisheim
> All OpenShift: need to bump version
> -----------------------------------
>
> Key: JBIDE-26417
> URL: https://issues.jboss.org/browse/JBIDE-26417
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.9.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Blocker
> Fix For: 4.10.0.AM1
>
>
> all of openshift needs to get version bumped. Any change in the plugins results in baseversion check errors otherwise
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:1.2.0:compare-version-with-baselines (default) on project org.jboss.tools.openshift.client: Only qualifier changed for (org.jboss.tools.openshift.client/3.5.2.Final-v20181005-1000). Expected to have bigger x.y.z than what is available in baseline (3.5.2.Final-v20180928-1232-B3916) -> [Help 1]
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (JBIDE-26417) All OpenShift: need to bump version
by Andre Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26417?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-26417:
-------------------------------------
Fix Version/s: 4.10.0.AM1
> All OpenShift: need to bump version
> -----------------------------------
>
> Key: JBIDE-26417
> URL: https://issues.jboss.org/browse/JBIDE-26417
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.9.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Blocker
> Fix For: 4.10.0.AM1
>
>
> all of openshift needs to get version bumped. Any change in the plugins results in baseversion check errors otherwise
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:1.2.0:compare-version-with-baselines (default) on project org.jboss.tools.openshift.client: Only qualifier changed for (org.jboss.tools.openshift.client/3.5.2.Final-v20181005-1000). Expected to have bigger x.y.z than what is available in baseline (3.5.2.Final-v20180928-1232-B3916) -> [Help 1]
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (JBIDE-26417) All OpenShift: need to bump version
by Andre Dietisheim (Jira)
Andre Dietisheim created JBIDE-26417:
----------------------------------------
Summary: All OpenShift: need to bump version
Key: JBIDE-26417
URL: https://issues.jboss.org/browse/JBIDE-26417
Project: Tools (JBoss Tools)
Issue Type: Task
Components: openshift
Affects Versions: 4.9.0.Final
Reporter: Andre Dietisheim
all of openshift needs to get version bumped. Any change in the plugins results in baseversion check errors otherwise
{code}
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:1.2.0:compare-version-with-baselines (default) on project org.jboss.tools.openshift.client: Only qualifier changed for (org.jboss.tools.openshift.client/3.5.2.Final-v20181005-1000). Expected to have bigger x.y.z than what is available in baseline (3.5.2.Final-v20180928-1232-B3916) -> [Help 1]
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (JBIDE-26389) NPE while "Searching Runtimes"
by Andre Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26389?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-26389:
------------------------------------------
[~odockal] how can I reproduce this?
> NPE while "Searching Runtimes"
> ------------------------------
>
> Key: JBIDE-26389
> URL: https://issues.jboss.org/browse/JBIDE-26389
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, runtime-detection
> Affects Versions: 4.9.0.Final
> Reporter: Ondrej Dockal
> Assignee: Rob Stryker
> Priority: Major
> Fix For: 4.10.0.AM1
>
>
> {code}
> eclipse.buildId=12.9.0.GA-v20180928-1629-B3448
> java.version=1.8.0_181
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -data file:/home/odockal/workspace1290GA/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.core.jobs
> Error
> Sun Sep 30 20:56:59 CEST 2018
> An internal error occurred during: "Searching runtimes...".
> java.lang.NullPointerException
> at org.jboss.tools.openshift.internal.cdk.server.core.detection.UnifiedMinishiftRuntimeDetector.folderWhiteListBin(UnifiedMinishiftRuntimeDetector.java:150)
> at org.jboss.tools.openshift.internal.cdk.server.core.detection.UnifiedMinishiftRuntimeDetector.getMinishiftBinary(UnifiedMinishiftRuntimeDetector.java:139)
> at org.jboss.tools.openshift.internal.cdk.server.core.detection.UnifiedMinishiftRuntimeDetector.folderContainsMinishiftBinary(UnifiedMinishiftRuntimeDetector.java:144)
> at org.jboss.tools.openshift.internal.cdk.server.core.detection.UnifiedMinishiftRuntimeDetector.minishiftHomeMatches(UnifiedMinishiftRuntimeDetector.java:180)
> at org.jboss.tools.openshift.internal.cdk.server.core.detection.UnifiedMinishiftRuntimeDetector.matches(UnifiedMinishiftRuntimeDetector.java:171)
> at org.jboss.tools.openshift.internal.cdk.server.core.detection.AbstractCDKRuntimeDetector.exists(AbstractCDKRuntimeDetector.java:111)
> at org.jboss.tools.runtime.core.internal.RuntimeDetector.exists(RuntimeDetector.java:68)
> at org.jboss.tools.runtime.core.util.RuntimeModelUtil.verifyRuntimeDefinitionCreated(RuntimeModelUtil.java:131)
> at org.jboss.tools.runtime.core.util.RuntimeModelUtil.verifyRuntimeDefinitionCreated(RuntimeModelUtil.java:122)
> at org.jboss.tools.runtime.core.util.RuntimeModelUtil.verifyRuntimeDefinitionCreated(RuntimeModelUtil.java:118)
> at org.jboss.tools.runtime.ui.internal.startup.RuntimeScanner.wouldOpenSearchRuntimePathDialog(RuntimeScanner.java:152)
> at org.jboss.tools.runtime.ui.internal.startup.RuntimeScanner.access$0(RuntimeScanner.java:129)
> at org.jboss.tools.runtime.ui.internal.startup.RuntimeScanner$1.run(RuntimeScanner.java:81)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (ERT-656) Cannot run JUnit test method having parameter
by Sopot Cela (Jira)
[ https://issues.jboss.org/browse/ERT-656?page=com.atlassian.jira.plugin.sy... ]
Sopot Cela updated ERT-656:
---------------------------
Sprint: devex #153 August 2018, devex #155 September 2018, devex #156 October 2018 (was: devex #153 August 2018, devex #155 September 2018)
> Cannot run JUnit test method having parameter
> ---------------------------------------------
>
> Key: ERT-656
> URL: https://issues.jboss.org/browse/ERT-656
> Project: Eclipse Release Train
> Issue Type: Task
> Affects Versions: Oxygen.1 (4.7), Photon (4.8), 2018-09 M2
> Reporter: Roland Grunberg
> Assignee: Roland Grunberg
> Priority: Major
>
> Since Oxygen.0, some changes introduced for JUnit 5 support, regressed the ability to run individual test methods that happen to take a parameter (eg. testFoo(TestContext) ). The filter matching against the method itself was broken.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months