Martin Smelt

Java 24 Rolls Out Today! Find Out Why It’s Aptly Named

Author: Hanno Embregts Original post on Foojay: Read More Table of Contents JEP OverviewNew features HotSpot Security Libs Tools Repreviews and finalizations JEP 484: Class-File API JEP 485: Stream Gatherers JEP 487: Scoped Values (Fourth Preview) JEP 488: Primitive Types in Patterns, instanceof and switch (Second Preview) JEP 489: Vector API (Ninth Incubator) JEP 492: Flexible Constructor Bodies (Third Preview) …

Read More »

Get Shit Done

Article JAVA Magazine 04 – 2021 Practical tips to be more productive as a developer. With the rapid development of technology and communication methods, our lives became more chaotic, demanding and hectic than ever before. There’s always an urgent thing that needs your attention. Thanks to Whatsapp, Slack and smartphones we are all reachable and online 24/7. So how to …

Read More »

Foojay Podcast #68: Welcome to OpenJDK (Java) 24

Author: Frank Delporte Original post on Foojay: Read More Table of Contents VideoPodcast (audio only)Guests Simon Ritter Hanno Embregts Content We serve you a podcast about the new Java version every six months. Our regular guest, Simon Ritter, Deputy CTO of Azul, is known on social media as “speakjava.” He is part of the OpenJDK vulnerability group, JCP executive committee, …

Read More »

Pull request testing on Kubernetes: testing locally and on GitHub workflows

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents Unit testing vs. integration testingTestcontainersUse-case: application with database“Unit” testing“Integration” testingThe GitHub workflowAlternative “Unit testing” on GitHubConclusion Imagine an organization with the following practices: Commits code on GitHub Runs its CI/CD pipelines with GitHub Actions Runs its production workload on Kubernetes Uses Google Cloud A new engineer manager arrives …

Read More »

Pull Request testing on Kubernetes: Working with GitHub Actions and GKE

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents Building and storing the imageSizing the clusterAuthenticate on Google Cloud from a GitHub workflowWorking within the GitHub workflowCreate a Kubernetes manifestSetting the correct GitHub image tagAccessing the private GitHub registry from GKEGet the PostgreSQL connection parametersGetting the external deployed app IPRunning the end-to-end testDiscussion I’m continuing my series …

Read More »

Een kijkje in ‘the Life of Brian’

Article JAVA Magazine 04 – 2021 Brian Vermeer is een Java Champion, bestuurslid van de NLJUG en geeft regelmatig presentaties op conferenties, zoals Devoxx en J-Fall. Kortom, hij is erg succesvol. Nadat ik Brians presentatie van ‘10 tips voor Springboot Docker beveiliging’ had gevolgd, viel me op dat Brian al eerder presentaties gaf met het getal 10, namelijk: ‘10 common …

Read More »

Demo Application with CRaC and Loading Data in Memory

Author: Frank Delporte Original post on Foojay: Read More Table of Contents Demo Application Goal of the Application Running the Application Conclusion Coordinated Restore at Checkpoint (CRaC) is a JDK project initiated by Azul. With CRaC, you can start Java programs with a shorter time to the first transaction and less time and resources to achieve full code speed. This …

Read More »

Path Traversal Vulnerability in Deep Java Library (DJL) and Its Impact on Java AI Development

Author: Brian Vermeer Original post on Foojay: Read More Table of Contents CVE-2025-0851 explained Absolute Path Traversal Remediation Deep Java Library (DJL) is an open source deep learning framework that brings AI capabilities to Java developers without requiring a shift to Python. It provides an intuitive, high-level API for building, training, and deploying machine learning models, supporting deep learning engines …

Read More »

Compiler optimalisaties

Article JAVA Magazine 04 – 2021 Misschien zijn compiler optimalisaties wel het minst interessant om te gebruiken, omdat als je performanceproblemen hebt, je deze vaker kunt vinden in database optimalisaties of op andere plekken. Desalniettemin is het interessant om te weten wat er allemaal onder de motorkap gebeurt in Java. In dit artikel gaan we een aantal stukjes code bekijken …

Read More »

Creating SBOMs with the Snyk CLI

Author: Brian Vermeer Original post on Foojay: Read More Table of Contents What are SBOMs?Why do we need SBOMs?Creating SBOMs with the Snyk CLI Installing the Snyk CLI Generate SBOMs using the Snyk CLI Multiple projects Automating SBOM generation with the Snyk CLI Analyzing SBOMs Snyk CLI SBOM Test Supplying up-to-date SBOMs with Snyk The software bill of materials (SBOM) …

Read More »