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

glassfish-ha module uses incorrect groupId for ha-hazelcast-store dependency #330

Closed
phillipross opened this issue Jun 10, 2015 · 1 comment

Comments

@phillipross
Copy link
Contributor

Somewhere along the line the ha-hazelcast-store module was changed to have a different groupId but the glassfish-ha module was not updated to use the new groupId in its dependency declaration.

I'm guessing the continuous build infrastructure does not delete the local repo between builds, and, as a result, the build will happily use the already-existent artifact with the old groupId rather than failing the build. In contrast, building from scratch with a new local repo will fail.

The pom.xml in the glassfish-ha module needs to be changed to point to the new groupId of the ha-hazelcast-store module.

A followup suggestion would be to change the continuous build process to start with a new local repo for each build so that it can catch problems like this. The disadvantage is that each build will take longer, but it's nice to be able to catch these problems sooner than later.

@smillidge
Copy link
Contributor

fixed by #331

Pandrex247 pushed a commit to Pandrex247/Payara that referenced this issue May 4, 2021
…ing (payara#5153) (payara#330)

race conditions when JAR files are closed from outside the thread
Pandrex247 added a commit to Pandrex247/Payara that referenced this issue May 4, 2021
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

2 participants