Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: Payara API packages not released to Maven Central or Payara Nexus since 6.2023.9 #6547

Closed
poikilotherm opened this issue Jan 31, 2024 · 2 comments
Assignees

Comments

@poikilotherm
Copy link
Contributor

Brief Summary

fish.payara.api:payara-api packages have not been released since the 6.2023.10+ releases.

Expected Outcome

Using Payara 6.2023.10+ BOM I expected the corresponding version of the API package.

Current Outcome

Could not resolve dependencies for project edu.harvard.iq:dataverse:docker-build:6.1: The following artifacts could not be resolved: fish.payara.api:payara-api:jar:6.2024.1 (absent): Could not find artifact fish.payara.api:payara-api:jar:6.2024.1 in payara-nexus-artifacts (https://nexus.payara.fish/repository/payara-artifacts)

Nothing to be found for recent releases at https://mvnrepository.com/artifact/fish.payara.api/payara-api or https://nexus.payara.fish/#browse/browse:payara-artifacts:fish%2Fpayara%2Fapi%2Fpayara-api

Reproducer

Create a Maven POM, add

        <dependency>
            <groupId>fish.payara.api</groupId>
            <artifactId>payara-api</artifactId>
            <scope>provided</scope>
            <version>6.2024.1</version>
        </dependency>

and watch it fail building.

Operating System

Linux 6.6.13-200.fc39.x86_64

JDK Version

Temurin 17.0.9

Payara Distribution

Payara Server Full Profile

@poikilotherm poikilotherm added Status: Open Issue has been triaged by the front-line engineers and is being worked on verification Type: Bug Label issue as a bug defect labels Jan 31, 2024
@pzygielo
Copy link
Contributor

Using Payara 6.2023.10+ BOM I expected the corresponding version of the API package.

If using BOM - why would you specify payara-api separately instead of importing its version from BOM?

https://repo.maven.apache.org/maven2/fish/payara/api/payara-bom/6.2024.1/payara-bom-6.2024.1.pom manages this
image

It's in Payara's nexus:
image

Side note: it's missing from central, which I find not cool...

@poikilotherm
Copy link
Contributor Author

poikilotherm commented Jan 31, 2024

@pzygielo since 6.2023.7+ the payara-api dependency has been removed from the BOM (AFAIK without announcement), (see also comment in our Dataverse project)

Edit: no wait - did they change the versioning scheme without letting people know? Maybe I need to verify again what happened back in the day.

Edit 2: it was indeed removed since 6.2023.7, but re-introduced with a different version scheme in 6.2023.12. Thanks for the pointer! This issue can be closed, as just the social issue remains.

@artur-mal artur-mal removed Type: Bug Label issue as a bug defect Status: Open Issue has been triaged by the front-line engineers and is being worked on verification labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants