On Thu, Feb 27, 2020 at 2:47 PM Matt Sicker <[email protected]> wrote: > Kotlin was designed to interoperate easily with Java, so it's a > natural extension to be able to do the same in Jenkins. Due to > JEP-200, though, there may be extra boilerplate code needed to save > and load config objects written using Kotlin collection classes
I know little about Kotlin, but we have had some experience with plugins written in non-Java languages such as JRuby and it is a terrible headache from a security and maintainability perspective. (In particular because Jenkins uses no less than _three_ distinct Java serialization frameworks.) -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1WAnm6wpJo_AHkpzoBCHZ%2BOR5hkd7FAz3VntyBiuU%3DzA%40mail.gmail.com.
