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] Run time dependencies missing from shiro-web 1.13.0 karaf feature #1300

Open
1 task done
steinarb opened this issue Jan 30, 2024 · 1 comment
Open
1 task done
Assignees
Labels

Comments

@steinarb
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

Environment

Apache karaf 4.4.5, java 17.0.9, debian 12.4 "bookworm", amd64

Shiro version

1.13.0

What was the actual outcome?

It was necessary to add the missing bundles in my own feature to get things to load and run.

In addition to the bundles loaded by me above, ie:

        <bundle start-level="80">mvn:commons-beanutils/commons-beanutils/1.9.3</bundle>
        <bundle start-level="80">mvn:commons-collections/commons-collections/3.2.2</bundle>

someone else said today he needed this one as well:

   mvn:org.apache.shiro/shiro-config-core/1.13.0

What was the expected outcome?

That the shiro-web karaf feature had provided all features necessary to start and run.

How to reproduce

Load the shiro-web feature into karaf and try to do something with it

Debug logs

No response

@fpapon
Copy link
Member

fpapon commented Jan 30, 2024

The Karaf feature is fixed on main branch but I didn't check the 1.13.x branch.
Let me trying to reproduce and fix if needed.
@steinarb thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants