You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by GitBox <gi...@apache.org> on 2020/06/01 20:33:44 UTC

[GitHub] [deltaspike] SethiPandi opened a new pull request #108: Corrected Typo in EntityManagerFactoryProducer

SethiPandi opened a new pull request #108:
URL: https://github.com/apache/deltaspike/pull/108


   Literally just adds one character; I was taking a peek through the `EntityManagerFactory` and related code and noticed a typo.
   
   


----------------------------------------------------------------
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.

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



[GitHub] [deltaspike] SethiPandi commented on pull request #108: Corrected Typo in EntityManagerFactoryProducer and Corrected Logger Strings

Posted by GitBox <gi...@apache.org>.
SethiPandi commented on pull request #108:
URL: https://github.com/apache/deltaspike/pull/108#issuecomment-637934568


   I was meant to make it a separate PR but ended up doing it here instead.
   Also, two classes have the `Logger` construction with `.toString()` instead of `getName()` which causes the logger to be named  
   `class org.apache.deltaspike.beanvalidation.impl.CDIAwareConstraintValidatorFactory` 
   instead of 
   `org.apache.deltaspike.beanvalidation.impl.CDIAwareConstraintValidatorFactory`
   for example.


----------------------------------------------------------------
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.

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



[GitHub] [deltaspike] SethiPandi edited a comment on pull request #108: Corrected Typo in EntityManagerFactoryProducer and Corrected Logger Strings

Posted by GitBox <gi...@apache.org>.
SethiPandi edited a comment on pull request #108:
URL: https://github.com/apache/deltaspike/pull/108#issuecomment-637934568


   I was meant to make it a separate PR but ended up doing it here instead, sorry.
   Also, two classes have the `Logger` construction with `.toString()` instead of `getName()` which causes the logger to be named  
   `class org.apache.deltaspike.beanvalidation.impl.CDIAwareConstraintValidatorFactory` 
   instead of 
   `org.apache.deltaspike.beanvalidation.impl.CDIAwareConstraintValidatorFactory`
   for example.


----------------------------------------------------------------
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.

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



[GitHub] [deltaspike] struberg merged pull request #108: Corrected Typo in EntityManagerFactoryProducer and Corrected Logger Strings

Posted by GitBox <gi...@apache.org>.
struberg merged pull request #108:
URL: https://github.com/apache/deltaspike/pull/108


   


----------------------------------------------------------------
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.

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