• J
    Minimized ASM usage · d3a40687
    Juergen Hoeller 提交于
    In particular, avoid accidental usage of ASM for core JDK types - which will fail in case of a new bytecode version in the JDK, even if the application itself has been compiled with an earlier bytecode target.
    
    Issue: SPR-10292
    d3a40687
ConfigurationClass.java 8.3 KB