ppkarwasz commented on issue #2151:
URL: 
https://github.com/apache/logging-log4j2/issues/2151#issuecomment-1874962737

   @Amya28,
   
   thank you for the issue report. Currently `log4j-kubernetes` is compiled 
against version 5.12.4:
   
   
https://github.com/apache/logging-log4j2/blob/8469975a4f2b1f8f1bd4f25ca6d1989a52aefc1b/log4j-parent/pom.xml#L124
   
   but it compiles fine up to version `6.1.1` of the Kubernetes libraries.
   
   Kubernetes seems to have performed several breaking API changes in **minor** 
releases without waiting for a **major** release:
   
   - in version `6.2.0` the method 
`io.fabric8.kubernetes.api.model.ObjectMeta#getClusterName` disappeared,
   - as you noticed in version `6.5.0` the methods 
`io.fabric8.kubernetes.client.Config#getRollingTimeout` and 
`io.fabric8.kubernetes.client.ConfigBuilder#withRollingTimeout` disappeared.
   
   I have reported the problem upstream.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to