The Artima Developer Community
Sponsored Link

Java Buzz Forum
Java Weekly 14/15: log4j memory leaks, JBatch monitoring and more...

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Thorben Janssen

Posts: 44
Nickname: thjanssen
Registered: Jun, 2014

Thorben Janssen is a senior developer blogging about Java EE related topics.
Java Weekly 14/15: log4j memory leaks, JBatch monitoring and more... Posted: Mar 29, 2015 9:54 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Thorben Janssen.
Original Post: Java Weekly 14/15: log4j memory leaks, JBatch monitoring and more...
Feed Title: Thoughts on Java
Feed URL: http://www.thoughts-on-java.org/feeds/posts/default
Feed Description: Tutorials and howtos about Java and Java EE related topics.
Latest Java Buzz Posts
Latest Java Buzz Posts by Thorben Janssen
Latest Posts From Thoughts on Java

Advertisement
The Java world is evolving at a rapid pace and it can be challenging to keep track of it. Fortunately lots of great resources are created every week, explaining new features or looking at existing stuff from a different angle.

I am using the Java Weekly series to collect the most interesting links I found during the last week and present them to you all in one place. I hope you find it useful and that it makes it easier for you to keep up-to-date. If you like to suggest a resource or something I can improve on, please leave me a comment.





Java

Mikhail Vorontsov wrote a nice guide about Java Mission Control. If you like to learn more about this tool and how you can use it to profile your application, have a look at: Oracle Java Mission Control: The Ultimate Guide.


Do you use log4j in your applications?
If yes, you should have a look at this short article by Ivan Korhner. He and his colleagues found a memory leak caused by the dynamic creation of log4j loggers. So be careful about creating a new logger for every user.


Vladimir Šor wrote an interesting post about lock contention issues when using the java.util.SecureRandom class. This class should be used to generate cryptographically secure random numbers. Doesn't sound like you and me would need that on a daily basis, does it?
Well, as Vladimir explains in his article, lots of libraries use this class internally. The java.io.File class is one of them. You can read more about this issue in: Shooting yourself in the foot with Random number generators.


Java EE

Romain Manni-Bucau wrote a short blog post on how to monitor the execution of a JBatch job with a batchlet: JBatch: report about a previous step!


This and that

Daniel Bryant wrote a summary about the session "Recipes for Deploying Java EE Apps with Docker and Kubernetes" given by Arun Gupta at the JavaLand conference. This article gives a nice overview about the session and contains lots of links to other useful resources on this topic: Arun Gupta: Recipes for Deploying Java EE Apps with Docker and Kubernetes.


Recordings

Last week, the NightHacking team visited the JavaLand conference and recorded a vJUG session on Adopt-a-JSR, a vJUG session on Adopt OpenJDK and a set of interviews. You can find all of them on the NightHacking website.


Upcoming online events

Markus Eisele will present his session Architecting Large Enterprise Java Projects on Wednesday 1st at 5pm UTC at the virtual JUG.


See you next Monday

for the next issue of Java Weekly. You don't want to wait so long, than follow me on twitter, where I share great resources during the week.

If you like to suggest a link for next weeks issue or something I can improve on, please write me a comment.

Read: Java Weekly 14/15: log4j memory leaks, JBatch monitoring and more...

Topic: Migrate sonar data from old to new sonar version Previous Topic   Next Topic Topic: Migrate from TFS to Git

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use