You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2022/12/23 14:35:31 UTC

[GitHub] [myfaces] melloware opened a new pull request, #458: Quarkus 3 Preview

melloware opened a new pull request, #458:
URL: https://github.com/apache/myfaces/pull/458

   @tandraschko Quarkus 3 in beta for Jakarta EE 10.  I tried to upgrade but there are some MyFaces JSF changes that are above my level of understanding.
   
   Here is how far I fgot...
   


-- 
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-unsubscribe@myfaces.apache.org

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


[GitHub] [myfaces] tandraschko commented on pull request #458: Quarkus 3 Preview

Posted by GitBox <gi...@apache.org>.
tandraschko commented on PR #458:
URL: https://github.com/apache/myfaces/pull/458#issuecomment-1364362487

   ok, the showcase starts now but only with a hack in QuarkusFacesInitializer
   @melloware can you try to ask the (or even debug a bit) why our StartupServletContextListener#contextInitialized is called 2 times? 
   
   Also if you open index.xhtml, java.lang.NullPointerException - Bean is null will be thrown
   so there is still something weird


-- 
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-unsubscribe@myfaces.apache.org

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


[GitHub] [myfaces] tandraschko commented on pull request #458: Quarkus 3 Preview

Posted by GitBox <gi...@apache.org>.
tandraschko commented on PR #458:
URL: https://github.com/apache/myfaces/pull/458#issuecomment-1364318647

   @melloware fixed compile errors but still not building:
   
   Quarkus Extension Dependency Verification Error
   The deployment artifact org.apache.myfaces.core.extensions.quarkus:myfaces-quarkus-deployment::jar depends on the following Quarkus extension deployment artifacts whose corresponding runtime artifacts were not found among the dependencies of org.apache.myfaces.core.extensions.quarkus:myfaces-quarkus:jar:4.0.0-SNAPSHOT:
    org.apache.myfaces.core.extensions.quarkus:myfaces-quarkus-deployment:jar:4.0.0-SNAPSHOT
   *  io.quarkus:quarkus-undertow-deployment:jar:3.0.0.Alpha2


-- 
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-unsubscribe@myfaces.apache.org

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


[GitHub] [myfaces] tandraschko commented on pull request #458: Quarkus 3 Preview

Posted by GitBox <gi...@apache.org>.
tandraschko commented on PR #458:
URL: https://github.com/apache/myfaces/pull/458#issuecomment-1364321070

   fixed that but javac crashes, maybe you can try on your machine


-- 
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-unsubscribe@myfaces.apache.org

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


[GitHub] [myfaces] melloware commented on pull request #458: Quarkus 3 Preview

Posted by GitBox <gi...@apache.org>.
melloware commented on PR #458:
URL: https://github.com/apache/myfaces/pull/458#issuecomment-1364525541

   OK here is the class the BeanManager can't find:
   ![image](https://user-images.githubusercontent.com/4399574/209436992-6a7c0cd3-bb0e-4778-be53-7e34e4b5afca.png)
   
   I am wondering because its "$Bridge"???


-- 
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-unsubscribe@myfaces.apache.org

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


[GitHub] [myfaces] tandraschko commented on pull request #458: Quarkus 3 Preview

Posted by GitBox <gi...@apache.org>.
tandraschko commented on PR #458:
URL: https://github.com/apache/myfaces/pull/458#issuecomment-1364330067

   ok, compiles with newer JDK version
   following 2 errors left: ContextRegistrarBuildItem and BeanRegistrarBuildItem is not available anymore
   quarkus API has been changed


-- 
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-unsubscribe@myfaces.apache.org

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


[GitHub] [myfaces] tandraschko merged pull request #458: Quarkus 3 Preview

Posted by GitBox <gi...@apache.org>.
tandraschko merged PR #458:
URL: https://github.com/apache/myfaces/pull/458


-- 
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-unsubscribe@myfaces.apache.org

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


[GitHub] [myfaces] melloware commented on pull request #458: Quarkus 3 Preview

Posted by GitBox <gi...@apache.org>.
melloware commented on PR #458:
URL: https://github.com/apache/myfaces/pull/458#issuecomment-1364376304

   Awesome!  Let me do some debugging!


-- 
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-unsubscribe@myfaces.apache.org

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