[jbosstools-issues] [JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project under Java 11

Zbyněk Červinka (Jira) issues at jboss.org
Tue Oct 29 14:06:00 EDT 2019


     [ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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)



More information about the jbosstools-issues mailing list