Jaxb2Marshaller fails after upgrading from JDK 1.8.0.77 to 1.8.0.162
问题 This one has me stumped. I have a Java String Batch app that runs without any error when run against Java 1.8.0.77. It reads in an XML file and writes it to a DB flawlessly. After updating to JDK 1.8.0.162 the reader simply does not work and does not send any error messages even with logging set to DEBUG. Changing back to Java 1.8.0.77 resolves the issue. Our servers are running 162 though so I have to make this work in 162. Here is the reader: @Bean ItemReader<Product> reviewItemReader() {