Kieran France

  https://blog.idrsolutions.com/author/kieranf/ Kieran France is a programmer for IDRSolutions in charge of internal Java testing. In his spare time he enjoys tinkering with gadgets and code.

 



26 Stories by Kieran France

How to improve switch statements after Java 13

Improvements to the use of switch statements was first previewed in Java 12 with JEP-325. Some JEPs are released as previews to allow the...
3 min read

Improved Garbage Collection in Java 13

The JVM has several Garbage Collectors available that you are able to specify, each with its own advantages. In Java 11 the Z Garbage...
1 min read

How Java 12 has made microbenchmarking easier

This month we are focusing on Java 12 new features you should know about. In other articles, we looked at improvements to Garbage Collection, Java...
1 min read

OpenJDK projects you should know about – Loom

This month we are focusing our articles on various OpenJDK projects that are currently in development. So far we have already covered Projects Valhalla, Panama,...
2 min read

Tips for transitioning from Hudson to Jenkins

Transitioning from Hudson to Jenkins is actually quite simple once you get into it. Whilst we were making our transitions we found some issues...
2 min read