Re: slf4j dependency on an beta version

2021-09-24 Thread Axel Howind
AFAIK slf4j 1.7 doesn’t support JPMS. I also think slf4j is more or less dead 
and would welcome to move on to log4j2.

Von meinem iPhone gesendet

> Am 23.09.2021 um 21:25 schrieb Alain FAGOT BÉAREZ :
> 
> Hi,
> 
> The company where I work currently also uses 1.7.32 with no reason to use any 
> beta versions. 
> 
> +1 for 1.7.32 
> 
> Cheers, 
> Alain FAGOT BÉAREZ 
> 
> 
> 
> ⁣Obter o BlueMail para Android ​
> 
> Em 23 de set de 2021 21:17, em 21:17, PJ Fanning 
>  escreveu:
>> Thanks Andi - I'll change to 1.7.32.
>> 
>> 
>> On Thursday 23 September 2021, 20:15:38 IST, Andreas Beeker
>>  wrote:  
>> 
>> Hi PJ,
>> 
>>> On 23.09.21 20:54, PJ Fanning wrote:
>>> Does anyone know why we don't just rely on slf4j-api 1.7.x?
>>> 
>> I've raised the dependency to the beta version, because I saw the 2.x
>> alpha and thought this would be the latest stable and they aren't
>> continuing on the 1.x branch.
>> 
>> 1.7.x is ok for me, if you ask me in that way ;)
>> 
>> Andi
>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
>> For additional commands, e-mail: dev-h...@poi.apache.org
>> 
>> 

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



Re: slf4j dependency on an beta version

2021-09-23 Thread Alain FAGOT BÉAREZ
Hi,

The company where I work currently also uses 1.7.32 with no reason to use any 
beta versions.

+1 for 1.7.32

Cheers,
Alain FAGOT BÉAREZ



⁣Obter o BlueMail para Android ​

Em 23 de set de 2021 21:17, em 21:17, PJ Fanning  
escreveu:
> Thanks Andi - I'll change to 1.7.32.
>
>
>On Thursday 23 September 2021, 20:15:38 IST, Andreas Beeker
> wrote:
>
> Hi PJ,
>
>On 23.09.21 20:54, PJ Fanning wrote:
>> Does anyone know why we don't just rely on slf4j-api 1.7.x?
>>
>I've raised the dependency to the beta version, because I saw the 2.x
>alpha and thought this would be the latest stable and they aren't
>continuing on the 1.x branch.
>
>1.7.x is ok for me, if you ask me in that way ;)
>
>Andi
>
>
>-
>To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
>For additional commands, e-mail: dev-h...@poi.apache.org
>
>


Re: slf4j dependency on an beta version

2021-09-23 Thread PJ Fanning
 Thanks Andi - I'll change to 1.7.32.


On Thursday 23 September 2021, 20:15:38 IST, Andreas Beeker 
 wrote:  
 
 Hi PJ,

On 23.09.21 20:54, PJ Fanning wrote:
> Does anyone know why we don't just rely on slf4j-api 1.7.x?
>
I've raised the dependency to the beta version, because I saw the 2.x alpha and 
thought this would be the latest stable and they aren't continuing on the 1.x 
branch.

1.7.x is ok for me, if you ask me in that way ;)

Andi


-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

  

Re: slf4j dependency on an beta version

2021-09-23 Thread Andreas Beeker

Hi PJ,

On 23.09.21 20:54, PJ Fanning wrote:

Does anyone know why we don't just rely on slf4j-api 1.7.x?


I've raised the dependency to the beta version, because I saw the 2.x alpha and 
thought this would be the latest stable and they aren't continuing on the 1.x 
branch.

1.7.x is ok for me, if you ask me in that way ;)

Andi


-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



slf4j dependency on an beta version

2021-09-23 Thread PJ Fanning
Hi,
Does anyone know why we don't just rely on slf4j-api 1.7.x?
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core/2.14.1 
shows that log4j has a slf4j-api 1.7.x dependency.
I know a lot of projects have dependencies on slf4j-api 1.8.x-beta versions or 
2.0.x alpha versions - these pre-releases have been around a while with little 
indication when the stable releases will happen. I think we should stick to 
slf4j-api 1.7.32 unless there is a good reason.
https://github.com/apache/poi/blob/trunk/build.gradle#L138 is where the 
dependency is defined