steinarb commented on PR #2085: URL: https://github.com/apache/shiro/pull/2085#issuecomment-2804137948
I have tested the branch with the apps in [myapps](https://github.com/steinarb/myapps) and can confirm that everything seems to work normally in a smoke test and no stack traces appeared in the log. For reference, here is what I did to rebuild: 1. Deleted all of my apps from the local maven cache: ``` rm -rf ~/.m2/repository/no/priv/bang ``` 2. Set shiro.version to 2.0.0-SNAPSHOT [in my master pom](https://github.com/steinarb/bang-bompom/blob/master/pom.xml#L47) (and also set the [servlet](https://github.com/steinarb/bang-bompom/blob/master/bang-pom/bang-app-pom/pom.xml#L31) and [authservice](https://github.com/steinarb/bang-bompom/blob/master/bang-pom/bang-app-pom/bang-authservice-client-pom/pom.xml#L29) versions that are used by others to SNAPSHOT versions) 3. Update [servlet](https://github.com/steinarb/servlet/blob/master/pom.xml#L20), [authservice](https://github.com/steinarb/authservice/blob/master/pom.xml#L8), [handlereg](https://github.com/steinarb/handlereg/blob/master/pom.xml#L20), [oldalbum](https://github.com/steinarb/oldalbum/blob/master/pom.xml#L20), [sampleapp](https://github.com/steinarb/sampleapp/blob/master/pom.xml) to use snapshot version of the master pom 4. Update [frontend-karaf-demo to use snapshot version of servlet](https://github.com/steinarb/frontend-karaf-demo/blob/master/pom.xml#L19) (it was kinda hard to get rid of all places that pulled in shiro 2.0.2 at runtime...) 5. Rebuilt everything (I had to create a script...) https://gist.github.com/steinarb/3ca65de5539b2be9c257032342bdd825 6. Installed the apps and checked with `bundle:list`that no shiro 2.0.2 had been pulled in at runtime ``` feature:repo-add mvn:no.priv.bang.myapps/myapps/LATEST/xml/features feature:install myapps bundle:list ``` (lots of stuff but except for bumping the versions the computer did most of the work) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
