Uploaded image for project: 'appNG'
  1. appNG
  2. APPNG-2362

Support running on Java >= 9

    XMLWordPrintable

    Details

      Description

      Currently, we are missing JAX-WS support.
      This can be solved by adding these dependencies:

      		<dependency>
      			<groupId>com.sun.xml.messaging.saaj</groupId>
      			<artifactId>saaj-impl</artifactId>
      			<version>1.5.2</version>
      		</dependency>
      		<dependency>
      			<groupId>jakarta.xml.soap</groupId>
      			<artifactId>jakarta.xml.soap-api</artifactId>
      			<version>1.4.2</version>
      		</dependency>

      Additionally, the Jakarta Libs should be used where ever possible.

        Attachments

          Activity

            People

            • Assignee:
              mueller.matthias Matthias Müller
              Reporter:
              mueller.matthias Matthias Müller
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: