Security: Security Since Java 8

With changes between Java 8, 11, and 17, developers and operators are responsible for more parts of the security model. While libraries like Log4J and core serialization are under attack, how has the core platform changed to defend against these attacks and what defenses should be put into place? We will cover recent changes like the deprecation of the SecurityManager, explaining what the threats are against modern as well as legacy Java applications and how teams can properly dedicate the right amount of time & effort to application defense without being overwhelmed. Resources: Open JDK Proposes SecurityManager Depraction: https://www.infoq.com/news/2021/04/ja... Inside Java: Monitoring Deserialization to Improve Application Security: https://inside.java/2021/03/02/monito...