You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "zhfeng (via GitHub)" <gi...@apache.org> on 2023/03/09 10:11:47 UTC

[GitHub] [camel-quarkus] zhfeng opened a new issue, #4635: ReflectiveClassBuildItem has been deprecated and marked for removal

zhfeng opened a new issue, #4635:
URL: https://github.com/apache/camel-quarkus/issues/4635

   new ReflectiveClassBuildItem(boolean,boolean,java.lang.String...) should be replaced with some `builder()` metheds


-- 
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: commits-unsubscribe@camel.apache.org.apache.org

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


[GitHub] [camel-quarkus] zhfeng closed issue #4635: ReflectiveClassBuildItem has been deprecated and marked for removal

Posted by "zhfeng (via GitHub)" <gi...@apache.org>.
zhfeng closed issue #4635: ReflectiveClassBuildItem has been deprecated and marked for removal
URL: https://github.com/apache/camel-quarkus/issues/4635


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-quarkus] zhfeng commented on issue #4635: ReflectiveClassBuildItem has been deprecated and marked for removal

Posted by "zhfeng (via GitHub)" <gi...@apache.org>.
zhfeng commented on issue #4635:
URL: https://github.com/apache/camel-quarkus/issues/4635#issuecomment-1467332047

   Well, thanks the powerful IDEA and it saves my time by using [Structural Replace](https://www.jetbrains.com/help/idea/structural-search-and-replace.html).


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-quarkus] ppalaga commented on issue #4635: ReflectiveClassBuildItem has been deprecated and marked for removal

Posted by "ppalaga (via GitHub)" <gi...@apache.org>.
ppalaga commented on issue #4635:
URL: https://github.com/apache/camel-quarkus/issues/4635#issuecomment-1466017578

   > new ReflectiveClassBuildItem(boolean,boolean,java.lang.String...)
   
   They dare to remove the cornerstone of our extension development 😱?!?!
   


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-quarkus] zhfeng commented on issue #4635: ReflectiveClassBuildItem has been deprecated and marked for removal

Posted by "zhfeng (via GitHub)" <gi...@apache.org>.
zhfeng commented on issue #4635:
URL: https://github.com/apache/camel-quarkus/issues/4635#issuecomment-1467263679

   I think they just removed the use of `new ReflectiveClassBuildItem` and use `ReflectiveClassBuildItem.builder()` instead.


-- 
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: commits-unsubscribe@camel.apache.org

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