Re: [PR] fix failing Slf4jLoggerFactoryTest [openwebbeans]

2024-01-11 Thread via GitHub


tandraschko commented on PR #55:
URL: https://github.com/apache/openwebbeans/pull/55#issuecomment-1887127603

   Thanks!


-- 
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: dev-unsubscr...@openwebbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] fix failing Slf4jLoggerFactoryTest [openwebbeans]

2024-01-11 Thread via GitHub


tandraschko merged PR #55:
URL: https://github.com/apache/openwebbeans/pull/55


-- 
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: dev-unsubscr...@openwebbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] fix failing Slf4jLoggerFactoryTest [openwebbeans]

2023-12-16 Thread via GitHub


schipplock opened a new pull request, #55:
URL: https://github.com/apache/openwebbeans/pull/55

   Hi,
   I compiled OpenWebBeans on my local windows machine and noticed that the 
Slf4jLoggerFactoryTest is failing.
   The test failed when executed under Windows due to a hardcoded new line 
separator.
   
   I just replaced the hardcoded `\n` with `System.lineSeparator()`.
   
   Regards,
   Andreas


-- 
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: dev-unsubscr...@openwebbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org