After two release candidates and 30 releases over 36 weeks – that’s one every nine days – the final version of Quarkus 1.0 is here. Next stop, Quarkus 1.1!
Hibernate Tip: How to control cache invalidation for native queries
Native SQL UPDATEs invalidate Hibernate’s 2nd level cache. Avoid performance problems by enabling Hibernate to pick the correct cache region.
Weekly Review: Modernizing Java with Quarkus, Sourcetrail & more
Last week we saw how Java stays young with frameworks like Quarkus, Sourcetrail was open sourced, we looked at edge architecture’s impact on IoT & more.
JAX London interview: Quarkus improves the Java development experience – JAXenter
We caught up with Red Hat’s Alex Soto at JAX London and spoke to him about Quarkus and his conference session, “Java Particle Acceleration using Quarkus”.
Change how you present technical training for better value – Coffee Talk: Java, News, Stories and Opinions
More often than not, technical training misses the mark. You need to better understand how we ingest information through Bloom’s educational taxonomy to get the most value out of your training sessions.
Getting Started With Java and JSF – DZone Java
In this tutorial, we’re going to showcase JSF’s power by building a simple app that maintains a list of your favorite books.
How to find replacement packages when migrating from Java 7 to 12?
I am migrating a huge monolith application from java 1.7 to 12 and I want to do it the right way with as little hacks as possible. I keep, rightfully, running into errors such as this : [ERROR] /…
Really Know Your Tools
Great programmers all possess deep knowledge of their primary tools. If you’re not expert in yours, invest the time you need. Here’s a start.
Daily JAVA NEWS UPDATE
See what is going on on the JAVA ecosystem today! Never miss out what the top personas have to say! by Alexius Diakogiannis
JUnit 5 + AssertJ examples – Mkyong.com
2.1 Some typical test assertions with AssertJ – String, List, Map and Exception. AssertjTest.java package com.mkyong.assertions.as….
Java 14: Four new JEPs target JDK 14 & one JEP withdrawn – JAXenter
Java 14 development is in full swing now, so stay up to date with JAXenter! Four JEPs were targeted to JDK 14 & one has been withdrawn from JDK 14.
Hibernate 5: How to persist LocalDateTime & Co with Hibernate
Hibernate 5 supports Java 8’s Date and Time API so that you no longer need to use java.util.Date in your persistence layer.
Java ByteArrayInputStream
The Java ByteArrayInputStream is used to read bytes from a byte array as if the bytes were read from a stream.
OpenJDK Startup – Late 2019 Edition
With a couple of weeks left until development work on OpenJDK 14 starts to ramp down, I figured it’s time to take a fresh look at what’s been going on in the OpenJDK to make java and friends start up faster, use less memory et.c.