[JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project under Java 11
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26916:
------------------------------------
Description:
h2. Basic information on this issue:
- Issue appears only on Java 11 (on Java 1.8 is everything ok)
h2. Tested fix - insert the following dependency into the pom.xml of the project
{code:java}
<dependency>
<groupId>jakarta.jws</groupId>
<artifactId>jakarta.jws-api</artifactId>
<version>1.1.1</version>
</dependency>
{code}
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191024-0752-B5215
Build date: 20191024-0752
was:
h2. Basic information on this issue:
- Issue appears only on Java 11 (on Java 1.8 is everything ok)
h2. Tested fix - insert the following code into the pom.xml (into the <dependencies></dependencies> block)
<dependency>
<groupId>jakarta.jws</groupId>
<artifactId>jakarta.jws-api</artifactId>
<version>1.1.1</version>
</dependency>
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191024-0752-B5215
Build date: 20191024-0752
> Dynamic Web Project shows errors after converting to maven project under Java 11
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26916
> URL: https://issues.jboss.org/browse/JBIDE-26916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.13.0.AM1
> Environment: All OSes
> Reporter: Zbyněk Červinka
> Priority: Major
> Attachments: dynamic_web_project_after_converting_to_maven.png
>
>
> h2. Basic information on this issue:
> - Issue appears only on Java 11 (on Java 1.8 is everything ok)
> h2. Tested fix - insert the following dependency into the pom.xml of the project
> {code:java}
> <dependency>
> <groupId>jakarta.jws</groupId>
> <artifactId>jakarta.jws-api</artifactId>
> <version>1.1.1</version>
> </dependency>
> {code}
> h2. Red Hat CodeReady Studio version:
> Version: 12.13.0.GA
> Build id: GA-v20191024-0752-B5215
> Build date: 20191024-0752
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project under Java 11
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26916:
------------------------------------
Description:
h2. Basic information on this issue:
- Issue appears only on Java 11 (on Java 1.8 is everything ok)
h2. Tested fix - insert the following dependency into the pom.xml of the project
{code:java}
<dependency>
<groupId>jakarta.jws</groupId>
<artifactId>jakarta.jws-api</artifactId>
<version>1.1.1</version>
</dependency>
{code}
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191024-0752-B5215
Build date: 20191024-0752
was:
h2. Basic information on this issue:
- Issue appears only on Java 11 (on Java 1.8 is everything ok)
h2. Tested fix - insert the following dependency into the pom.xml of the project
{code:java}
<dependency>
<groupId>jakarta.jws</groupId>
<artifactId>jakarta.jws-api</artifactId>
<version>1.1.1</version>
</dependency>
{code}
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191024-0752-B5215
Build date: 20191024-0752
> Dynamic Web Project shows errors after converting to maven project under Java 11
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26916
> URL: https://issues.jboss.org/browse/JBIDE-26916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.13.0.AM1
> Environment: All OSes
> Reporter: Zbyněk Červinka
> Priority: Major
> Attachments: dynamic_web_project_after_converting_to_maven.png
>
>
> h2. Basic information on this issue:
> - Issue appears only on Java 11 (on Java 1.8 is everything ok)
> h2. Tested fix - insert the following dependency into the pom.xml of the project
> {code:java}
> <dependency>
> <groupId>jakarta.jws</groupId>
> <artifactId>jakarta.jws-api</artifactId>
> <version>1.1.1</version>
> </dependency>
> {code}
> h2. Red Hat CodeReady Studio version:
> Version: 12.13.0.GA
> Build id: GA-v20191024-0752-B5215
> Build date: 20191024-0752
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project under Java 11
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26916:
------------------------------------
Description:
h2. Basic information on this issue:
- Issue appears only on Java 11 (on Java 1.8 is everything ok)
h2. Tested solution- insert the following dependency into the pom.xml and all the problem in the Problems view disappear
{code:java}
<dependency>
<groupId>jakarta.jws</groupId>
<artifactId>jakarta.jws-api</artifactId>
<version>1.1.1</version>
</dependency>
{code}
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191024-0752-B5215
Build date: 20191024-0752
was:
h2. Basic information on this issue:
- Issue appears only on Java 11 (on Java 1.8 is everything ok)
h2. Tested fix - insert the following dependency into the pom.xml of the project
{code:java}
<dependency>
<groupId>jakarta.jws</groupId>
<artifactId>jakarta.jws-api</artifactId>
<version>1.1.1</version>
</dependency>
{code}
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191024-0752-B5215
Build date: 20191024-0752
> Dynamic Web Project shows errors after converting to maven project under Java 11
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26916
> URL: https://issues.jboss.org/browse/JBIDE-26916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.13.0.AM1
> Environment: All OSes
> Reporter: Zbyněk Červinka
> Priority: Major
> Attachments: dynamic_web_project_after_converting_to_maven.png
>
>
> h2. Basic information on this issue:
> - Issue appears only on Java 11 (on Java 1.8 is everything ok)
> h2. Tested solution- insert the following dependency into the pom.xml and all the problem in the Problems view disappear
> {code:java}
> <dependency>
> <groupId>jakarta.jws</groupId>
> <artifactId>jakarta.jws-api</artifactId>
> <version>1.1.1</version>
> </dependency>
> {code}
> h2. Red Hat CodeReady Studio version:
> Version: 12.13.0.GA
> Build id: GA-v20191024-0752-B5215
> Build date: 20191024-0752
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project under Java 11
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26916:
------------------------------------
Description:
h2. Basic information on this issue:
- Issue appears only on Java 11 (on Java 1.8 is everything ok)
h2. Tested fix - insert the following code into the pom.xml (into the <dependencies></dependencies> block)
<dependency>
<groupId>jakarta.jws</groupId>
<artifactId>jakarta.jws-api</artifactId>
<version>1.1.1</version>
</dependency>
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191024-0752-B5215
Build date: 20191024-0752
was:
h2. Basic information on this issue:
- Issue appears only on Java 11 (on Java 1.8 is everything ok)
- tested fix:
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191024-0752-B5215
Build date: 20191024-0752
> Dynamic Web Project shows errors after converting to maven project under Java 11
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26916
> URL: https://issues.jboss.org/browse/JBIDE-26916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.13.0.AM1
> Environment: All OSes
> Reporter: Zbyněk Červinka
> Priority: Major
> Attachments: dynamic_web_project_after_converting_to_maven.png
>
>
> h2. Basic information on this issue:
> - Issue appears only on Java 11 (on Java 1.8 is everything ok)
> h2. Tested fix - insert the following code into the pom.xml (into the <dependencies></dependencies> block)
> <dependency>
> <groupId>jakarta.jws</groupId>
> <artifactId>jakarta.jws-api</artifactId>
> <version>1.1.1</version>
> </dependency>
> h2. Red Hat CodeReady Studio version:
> Version: 12.13.0.GA
> Build id: GA-v20191024-0752-B5215
> Build date: 20191024-0752
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project under Java 11
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26916:
------------------------------------
Description:
h2. Basic information on this issue:
- Issue appears only on Java 11 (on Java 1.8 is everything ok)
- tested fix:
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191024-0752-B5215
Build date: 20191024-0752
was:
- Issue appears only on Java 11 (on Java 1.8 is everything ok)
- tested fix:
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191024-0752-B5215
Build date: 20191024-0752
> Dynamic Web Project shows errors after converting to maven project under Java 11
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26916
> URL: https://issues.jboss.org/browse/JBIDE-26916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.13.0.AM1
> Environment: All OSes
> Reporter: Zbyněk Červinka
> Priority: Major
> Attachments: dynamic_web_project_after_converting_to_maven.png
>
>
> h2. Basic information on this issue:
> - Issue appears only on Java 11 (on Java 1.8 is everything ok)
> - tested fix:
> h2. Red Hat CodeReady Studio version:
> Version: 12.13.0.GA
> Build id: GA-v20191024-0752-B5215
> Build date: 20191024-0752
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project under Java 11
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26916:
------------------------------------
Steps to Reproduce:
1) Add and configure 2 maven repositories (*Preferences -> JBoss Tools -> JBoss Maven Integration -> Configure Maven Repositories...*):
- *ID:* jboss-public-repository
- *Name:* JBoss Public
- *URL:* https://repository.jboss.org/nexus/content/groups/public-jboss/
- *ID:* jboss-maven-repository
- *Name:* jboss-maven-repository
- *URL:* https://repository.jboss.org/maven2/
2) Create new Dynamic Web Project (use settings CDI 2.0, Java 11, WildFly 18 runtime)
3) Convert the project to maven project
- Right click -> Configure -> Convert to Maven Project
- packaging = WAR
- click *Finish*
4) On the next window all the Maven Dependencies are GREEN TICKS, now click Finish
5) Now you see the following errors in the Problems view:
!dynamic_web_project_after_converting_to_maven.png|thumbnail!
was:
1) Add and configure 2 maven repositories (*Preferences -> JBoss Tools -> JBoss Maven Integration -> Configure Maven Repositories...*):
- *ID:* jboss-public-repository
- *Name:* JBoss Public
- *URL:* https://repository.jboss.org/nexus/content/groups/public-jboss/
- *ID:* jboss-maven-repository
- *Name:* jboss-maven-repository
- *URL:* https://repository.jboss.org/maven2/
2) Create new Dynamic Web Project (use settings CDI 2.0, Java 11, WildFly 18 runtime)
3) Convert the project to maven project
- Right click -> Configure -> Convert to Maven Project
- packaging = WAR
- click *Finish*
4) Next window - all Maven Dependencies are GREEN TICKS, click Finish
5) Now you see the following errors in the Problems view:
!dynamic_web_project_after_converting_to_maven.png|thumbnail!
> Dynamic Web Project shows errors after converting to maven project under Java 11
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26916
> URL: https://issues.jboss.org/browse/JBIDE-26916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.13.0.AM1
> Environment: All OSes
> Reporter: Zbyněk Červinka
> Priority: Major
> Attachments: dynamic_web_project_after_converting_to_maven.png
>
>
> - Issue appears only on Java 11 (on Java 1.8 is everything ok)
> - tested fix:
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project under Java 11
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26916:
------------------------------------
Description:
- Issue appears only on Java 11 (on Java 1.8 is everything ok)
- tested fix:
h2. Red Hat CodeReady Studio version:
Version: 12.13.0.GA
Build id: GA-v20191024-0752-B5215
Build date: 20191024-0752
was:
- Issue appears only on Java 11 (on Java 1.8 is everything ok)
- tested fix:
> Dynamic Web Project shows errors after converting to maven project under Java 11
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26916
> URL: https://issues.jboss.org/browse/JBIDE-26916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.13.0.AM1
> Environment: All OSes
> Reporter: Zbyněk Červinka
> Priority: Major
> Attachments: dynamic_web_project_after_converting_to_maven.png
>
>
> - Issue appears only on Java 11 (on Java 1.8 is everything ok)
> - tested fix:
> h2. Red Hat CodeReady Studio version:
> Version: 12.13.0.GA
> Build id: GA-v20191024-0752-B5215
> Build date: 20191024-0752
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project under Java 11
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26916:
------------------------------------
Steps to Reproduce:
1) Add and configure 2 maven repositories (*Preferences -> JBoss Tools -> JBoss Maven Integration -> Configure Maven Repositories...*):
- *ID:* jboss-public-repository
- *Name:* JBoss Public
- *URL:* https://repository.jboss.org/nexus/content/groups/public-jboss/
- *ID:* jboss-maven-repository
- *Name:* jboss-maven-repository
- *URL:* https://repository.jboss.org/maven2/
2) Create new Dynamic Web Project (use settings CDI 2.0, Java 11, WildFly 18 runtime)
3) Convert the project to maven project
- Right click -> Configure -> Convert to Maven Project
- packaging = WAR
- click *Finish*
4) Next window - all Maven Dependencies are GREEN TICKS, click Finish
5) Now you see the following errors in the Problems view:
!dynamic_web_project_after_converting_to_maven.png|thumbnail!
was:
1) Add and configure 2 maven repositories (*Preferences -> JBoss Tools -> JBoss Maven Integration -> Configure Maven Repositories...*):
- *ID:* jboss-maven-repository
- *Name:* jboss-maven-repository
- *URL:* https://repository.jboss.org/maven2/
- *ID:* jboss-public-repository
- *Name:* JBoss Public
- *URL:* https://repository.jboss.org/nexus/content/groups/public-jboss/
2) Create new Dynamic Web Project (use settings CDI 2.0, Java 11, WildFly 18 runtime)
3) Convert the project to maven project
- Right click -> Configure -> Convert to Maven Project
- packaging = WAR
- click *Finish*
4) Next window - all Maven Dependencies are GREEN TICKS, click Finish
5) Now you see the following errors in the Problems view:
!dynamic_web_project_after_converting_to_maven.png|thumbnail!
> Dynamic Web Project shows errors after converting to maven project under Java 11
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26916
> URL: https://issues.jboss.org/browse/JBIDE-26916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.13.0.AM1
> Environment: All OSes
> Reporter: Zbyněk Červinka
> Priority: Major
> Attachments: dynamic_web_project_after_converting_to_maven.png
>
>
> - Issue appears only on Java 11 (on Java 1.8 is everything ok)
> - tested fix:
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project under Java 11
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26916:
------------------------------------
Steps to Reproduce:
1) Add and configure 2 maven repositories (*Preferences -> JBoss Tools -> JBoss Maven Integration -> Configure Maven Repositories...*):
- *ID:* jboss-maven-repository
- *Name:* jboss-maven-repository
- *URL:* https://repository.jboss.org/maven2/
- *ID:* jboss-public-repository
- *Name:* JBoss Public
- *URL:* https://repository.jboss.org/nexus/content/groups/public-jboss/
2) Create new Dynamic Web Project (use settings CDI 2.0, Java 11, WildFly 18 runtime)
3) Convert the project to maven project
- Right click -> Configure -> Convert to Maven Project
- packaging = WAR
- click *Finish*
4) Next window - all Maven Dependencies are GREEN TICKS, click Finish
5) Now you see the following errors in the Problems view:
!dynamic_web_project_after_converting_to_maven.png|thumbnail!
was:
1) Add and configure 2 maven repositories (*Preferences -> JBoss Tools -> JBoss Maven Integration -> Configure Maven Repositories...*):
- *ID:* jboss-maven-repository
- *Name:* jboss-maven-repository
- *URL:* https://repository.jboss.org/maven2/
- *ID:* https://repository.jboss.org/maven2/
- *Name:* JBoss Public
- *URL:* https://repository.jboss.org/nexus/content/groups/public-jboss/
2) Create new Dynamic Web Project (use settings CDI 2.0, Java 11, WildFly 18 runtime)
3) Convert the project to maven project
- Right click -> Configure -> Convert to Maven Project
- packaging = WAR
- click *Finish*
4) Next window - all Maven Dependencies are GREEN TICKS, click Finish
5) Now you see the following errors in the Problems view:
!dynamic_web_project_after_converting_to_maven.png|thumbnail!
> Dynamic Web Project shows errors after converting to maven project under Java 11
> --------------------------------------------------------------------------------
>
> Key: JBIDE-26916
> URL: https://issues.jboss.org/browse/JBIDE-26916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.13.0.AM1
> Environment: All OSes
> Reporter: Zbyněk Červinka
> Priority: Major
> Attachments: dynamic_web_project_after_converting_to_maven.png
>
>
> - Issue appears only on Java 11 (on Java 1.8 is everything ok)
> - tested fix:
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months