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: [nexus.payara.fish] arquillian-payara-server-embedded 3.0.alpha7 is broken/FISH-7020 #60

Open
maxencelaurent opened this issue Dec 21, 2022 · 1 comment
Assignees
Labels
Status: Accepted Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev Type: Bug Label issue as a bug defect

Comments

@maxencelaurent
Copy link

Brief Summary

Artifact

          <dependency>
              <groupId>fish.payara.arquillian</groupId>
              <artifactId>arquillian-payara-server-embedded</artifactId>
              <version>3.0.alpha7</version>
          </dependency>

is broken on nexus.payara.fish (but artifact is fine on maven central repository)

Expected Outcome

          <dependency>
              <groupId>fish.payara.arquillian</groupId>
              <artifactId>arquillian-payara-server-embedded</artifactId>
              <version>3.0.alpha7</version>
          </dependency>

be the jar, not the javadoc.jar

Current Outcome

Artifact from nexus.payara.fish contains kind of website:

unzip -l arquillian-payara-server-embedded-3.0.alpha7.jar:

  Length      Date    Time    Name
---------  ---------- -----   ----
       85  2022-10-28 09:30   META-INF/MANIFEST.MF
        0  2022-10-28 09:30   META-INF/
[...]
        0  2022-10-28 09:30   fish/payara/arquillian/container/payara/embedded/class-use/
        0  2022-10-28 09:30   index-files/
        0  2022-10-28 09:30   jquery/
[...]
        0  2022-10-28 09:30   resources/
     5889  2022-10-28 09:30   allclasses-index.html
     1567  2022-10-28 09:30   allclasses.html
     5234  2022-10-28 09:30   allpackages-index.html
     4733  2022-10-28 09:30   constant-values.html
     4646  2022-10-28 09:30   deprecated-list.html
       50  2022-10-28 09:30   element-list
     8215  2022-10-28 09:30   fish/payara/arquillian/container/payara/embedded/class-use/PayaraConfiguration.html
[...]
---------                     -------
  1480716                     82 files

In fact, it's the xxx-javadoc.jar

There is another file in the very same 3.0.alpha7 folder : arquillian-payara-server-embedded-3.0.alpha7..jar.
This one seems correct but contains a typo in its name (.alpha7 dot dot jar).

Link to repository:
https://nexus.payara.fish/#browse/browse:payara-artifacts:fish%2Fpayara%2Farquillian%2Farquillian-payara-server-embedded%2F3.0.alpha7

Reproducer

<project>
    <dependencies>
          <dependency>
              <groupId>fish.payara.arquillian</groupId>
              <artifactId>arquillian-payara-server-embedded</artifactId>
              <version>3.0.alpha7</version>
              <scope>test</scope>
          </dependency>
    <dependencies>
    <repositories>
        <repository>
            <id>payara</id>
            <url>https://nexus.payara.fish/repository/payara-artifacts</url>
        </repository>
    </repositories>
</project>

Operating System

linux

JDK Version

not relevant

Ecosystem Tool

Arquillian Connectors

@maxencelaurent maxencelaurent 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 Dec 21, 2022
@shub8968 shub8968 changed the title Bug Report: [nexus.payara.fish] arquillian-payara-server-embedded 3.0.alpha7 is broken Bug Report: [nexus.payara.fish] arquillian-payara-server-embedded 3.0.alpha7 is broken/FISH-7020 Jan 19, 2023
@shub8968
Copy link

Hi @maxencelaurent,

I have escalated this to platform development as FISH-7020

@shub8968 shub8968 added Status: Accepted Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev and removed Status: Open Issue has been triaged by the front-line engineers and is being worked on verification labels Jan 24, 2023
@shub8968 shub8968 self-assigned this Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev Type: Bug Label issue as a bug defect
Projects
None yet
Development

No branches or pull requests

2 participants