Check if a List Contains a String Element While Ignoring Case 29 9 月, 2023 Kai Yuan 0 Explore two approaches to performing a case-insensitive check to determine if a string list contains a specific string.
How to Stop/Pause a Pod in Kubernetes 29 9 月, 2023 baeldung 0 Learn to stop a pod in Kubernetes using the kubectl delete command. Related Stories Difference Between kubectl apply and kubectl create Edit a Kubernetes Deployment Without Modifying the File Manually Sort Pods by Age in Kubernetes
String Templates in Java 21 29 9 月, 2023 Bhaskar Ghosh 0 Explore several String composition techniques and understand the idea behind String interpolation.
Spring Boot Application on Liberica Runtime Container 29 9 月, 2023 Kumar Chandrakant 0 A quick and practical guide to dockerizing a Spring Boot application on on Liberica Runtime Container.
Extract CN From X509 Certificate in Java 10 9 月, 2023 Hamid Reza Sharifi 0 Learn several approaches to extracting the CN value of a certificate file.
Mock Same Method with Different Parameters 9 9 月, 2023 Sam Gardner 0 Learn how to mock a method in Java to receive different responses based on the parameters passed in.
Closing Java IO Streams 9 9 月, 2023 Manfred Ng 0 Learn why it’s necessary to close IO streams and how to do it.
Create List of Object From Another Type Using Java 8 8 9 月, 2023 Kai Yuan 0 Explore how to create a list of objects of a different type based on a given list.
Java Weekly, Issue 506 7 9 月, 2023 baeldung 0 Spring AI, no more N+1 problem, statement caching, streams with virtual threads, service mesh, and good by EC2 classic!
How to Use Conditional Mapping With MapStruct 7 9 月, 2023 Balamurugan Radhakrishnan 0 Learn how to set fields based on conditions when mapping between Java bean types with MapStruct.