Re: [VOTE] Release Apache Shiro 2.0.1

2024-05-25 Thread Steinar Bang
Steinar Bang +1 (non-binding)

Re: Problem with parsing ini files on OSGi for SNAPSHOT build from current git main (what will be 2.0.1)

2024-05-25 Thread Steinar Bang
> Steinar Bang : > Shiro tries several classloaders: > > https://github.com/apache/shiro/blob/main/lang/src/main/java/org/apache/shiro/lang/util/ClassUtils.java#L153 > The classloaders tried, are: > 1. Thread.currentThread().getContextClassLoader() > 2. ClassUtils.class.getClassLoader()

Re: [VOTE] Release Apache Shiro 2.0.1

2024-05-25 Thread lenny
I guess the release notes aren’t showing up: Here they are: Apache Shiro 2.0.1 Draft lprimak drafted this 7 hours ago · 3 commits 

Re: [VOTE] Release Apache Shiro 2.0.1

2024-05-25 Thread lenny
Lenny Primak: +1 (binding) > On May 25, 2024, at 8:02 PM, le...@flowlogix.com wrote: > > This is a call to vote in favor of releasing Apache Shiro version 2.0.1 > > Maven Staging repo: > https://repository.apache.org/content/repositories/orgapacheshiro-1061 >

[VOTE] Release Apache Shiro 2.0.1

2024-05-25 Thread lenny
This is a call to vote in favor of releasing Apache Shiro version 2.0.1 Maven Staging repo: https://repository.apache.org/content/repositories/orgapacheshiro-1061

Re: Problem with parsing ini files on OSGi for SNAPSHOT build from current git main (what will be 2.0.1)

2024-05-25 Thread Steinar Bang
> Steinar Bang : > Jean-Baptiste Onofré > : >> Hi Steinar >> I gonna take a look. > Great! Thanks, JB! Out of curiosity what approaches do you see as possible? I can just think of two: 1. Extend the INI API to pass the classloader of the calling class as a parameter 2. Add

Re: Problem with parsing ini files on OSGi for SNAPSHOT build from current git main (what will be 2.0.1)

2024-05-25 Thread Steinar Bang
> Jean-Baptiste Onofré : > Hi Steinar > I gonna take a look. Great! Thanks, JB!

Re: Problem with parsing ini files on OSGi for SNAPSHOT build from current git main (what will be 2.0.1)

2024-05-25 Thread Jean-Baptiste Onofré
Hi Steinar I gonna take a look. Regards JB On Fri, May 24, 2024 at 7:35 PM Steinar Bang wrote: > > I get the following stack trace for all Shiro filters: > https://gist.github.com/steinarb/faa44f384b330ae0259cc051036885db > > The error message is: >