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

Not working with the new h2 database requirement #26

Open
lancepowell opened this issue Oct 10, 2024 · 1 comment
Open

Not working with the new h2 database requirement #26

lancepowell opened this issue Oct 10, 2024 · 1 comment

Comments

@lancepowell
Copy link

I've looked into it a little bit but still unable to fix this yet. When using h2 (which is now required for nexus 3.71+) you just get a 404.

@lancepowell
Copy link
Author

lancepowell commented Oct 10, 2024

the nexus-repository has been rewritten into 4 new nexus-repository components. This will need to be rewritten to use these classes.

https://github.com/sonatype/nexus-public/tree/e4622a7c4f6a19ff601f835ab9211bb373f3cf92/components

compileOnly group: 'org.sonatype.nexus', name: 'nexus-repository-config', version: '3.72.0-04'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-repository-services', version: '3.72.0-04'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-repository-content', version: '3.72.0-04'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-repository-view', version: '3.72.0-04'

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

1 participant