Articles, dummyCategory

Amazon Introduces Amazon Corretto Crypto Provider (ACCP) | Amazon Web Services

by Greg Rubin and Yishai Galatzer In October, 2018, we introduced Amazon Corretto, an open source, no-cost, multi-platform, production-ready distribution of the Open Java Development Kit (OpenJDK). At launch, we were focused on creating a high-quality, long-term supported distribution, with a few performance improvements. Today, we are pleased to release a major performance improvement feature: […]

Articles, dummyCategory

Project Portola: Porting java to Linux Alpine!

There are considerable benefits of using, building and deploying small container images (small attack surface, faster updates, less network costs …), and when it comes to lightweight distributions, Alpine Linux is by far the favorite choice. However, Java developers might find issues while running their containerized applications on alpine as stated

Articles, dummyCategory

Using JUnit5 – Part 1

Published: 2019-07 (July 2019) Relevant for: JUnit 5.5.0 Code Katas are a great way of teaching programming practices. The effectiveness of a code kata is to “solve” something repeatedl…