jakartaee / jws-api

JWS API (Eclipse Project for JAX-WS)
BSD 3-Clause "New" or "Revised" License
5 stars 10 forks source link

Tags? Is this jsr181/jsr181-api or javax.jws #1

Closed Tomas-Kraus closed 4 years ago

Tomas-Kraus commented 6 years ago

I need this as a dependency of spring-web I cannot tell if this is jsr181/jsr181-api or javax.jws.

I see a 1.1 snapshot, so that would match versioning of jsr181. I do not see the javax.jws-api artifact id per the pom.xml in maven central repo.

I can grab a snapshot tag for my needs, but just curious in general if this is the proper home. If tags can be added, etc. thanks!

Tomas-Kraus commented 5 years ago
Tomas-Kraus commented 5 years ago

@Stexxen Commented It's not yet arrived in the /releases/ but is available in /staging/

    <repositories>
        <repository>
            <id>jvnet-nexus-staging</id>
            <url>http://maven.java.net/content/repositories/staging/</url>
            <layout>default</layout>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>javax.jws</groupId>
            <artifactId>javax.jws-api</artifactId>
            <version>1.1</version>
        </dependency>
    </dependencies>
dblevins commented 4 years ago

@Tomas-Kraus I believe you are correct. This is JSR 109, not 181.

dblevins commented 4 years ago

Coming back to contradict myself. It appears as though javax.jws is delivered out of 181, not 109.

wltjr commented 4 years ago

I am good per the original issue. There is a 1.1.1 tag/release, and a new 2.1.0. I believe that resolves the initial issue from javaee repo. Thanks!

lukasj commented 4 years ago

Jsr181-api.jar is just the wrong name of javax.jws-api.jar, nothing else. #42 did set the appropriate version to the jar.

lukasj commented 4 years ago

current (and correct) artifact now from this repo is going to be jakarta.jws:jakarta.jws-api:2.1.0