SESSION + Live Q&A
A Year With Java 11 in Production!
At the time of QCon London, Revolut will have been running Java 11 in production for over a year!
As with all JDK upgrades, this didn't happen overnight - let me tell you a little more about our experience. You will hear about our journey, what surprised us, and what we found better than before!
Expect a real life report covering the doubts we had, some pain points (yes…) and gains (YES!), as well as surprises that surprised us. We'll discuss tools, alternative JVM languages, and some 3rd party products, before giving you an insight into the plan for adopting future releases.
We will finish with what “the plan” for adopting future releases is.
Speaker
Andrzej Grzesik
Platform @RevolutApp
Ags likes distributed systems in all shapes and form. Coding since the age of 8, loves simplicity and continuous delivery. While he has written in many languages, he favours the JVM. Since "most software problems are people problems", he stirs communities, organizes and speaks at...
Read moreFind Andrzej Grzesik at:
From the same track
Live Coding 12-Factor App
Planning to build microservices? The best practice of building a first-class Cloud Native Microservice is to follow 12-Factor app.But how do you fulfil the 12-factor app rules, e.g. how do you externalise the configuration, fault tolerance, etc? Come to this session to watch the live...
Emily Jiang
STSM, Liberty Microservice Architect and Advocate @IBM
Records and Sealed Types - Coming Soon to a JVM Near You!
OpenJDK's Project Amber has been delivering small improvements for a while now. With the release of Java 14, a group of major new features starts to arrive.The first is Records - a new syntax for declaring a class that "just holds data" and fills the same role that tuples do in...
Ben Evans
Java Champion, Author of "Java in a Nutshell"
How the HotSpot and Graal JVMs execute Java Code
When Java was released in 1995 it was slow, a reputation it has carried for many years… Today Java can give performance that is comparable to C++ and can emit instructions that are more optimal than code which is statically compiled. But how? This talk will explore practical examples...
James Gough
Co-author of Optimizing Java
Java in Containers - Part Deux
Containers are everywhere in modern cloud workloads, but that doesn’t mean everything's roses! Container isolation imposes a de-facto additional complexity layer, i.e. a virtual machine, and running unprivileged containers is not a simple task. How do containers affect the ergonomics of...
David Delabassee
Developer Advocate in the Java Platform Group @Oracle