yurelle
yurelle
https://github.com/bmuschko/gradle-tomcat-plugin/blob/c103bf4706d58f6c144d1e123bf884ab0adc3a46/plugin/src/main/groovy/com/bmuschko/gradle/tomcat/tasks/TomcatRun.groovy#L116 This function always returns false. Several years ago, this code was refactored to add the if condition ([in this commit](https://github.com/bmuschko/gradle-tomcat-plugin/commit/f0255563ca805abb4c44bd32fb5e8a307cb7c995#diff-3f7c99261d25181f6bacfcc02e117a1b); line: [old]-97 [new]-111). In the original code, the `webXml.exists()`...
LANG-341: Add number to byte array methods to org.apache.commons.lang3.Conversion - Add toPrimitive(byte[]) and toByteArray(primitive) functions - Add hexToPrimitive(String) and toHex(primitive) functions - Add bitString functions - Add invertBitOrder() functions