- Java Shots
- Posts
- Java Shots #11
Java Shots #11
Sequenced Collections, Docker Compose, Java Bad Parts
List.of(pureGoodness)
Scale up
Watch DaShaun deploy a scaleable spring boot app in 15 mins
Spring Boot - Scale to Zero - 15-minutes or less
— DaShaun :: #KCDC2023 (@dashaun)
2:03 AM • Jun 21, 2023
Access Logging Done Easy
for spring bootwebMVC and webflux
💡I just released the new version (`1.4.1`) of my Spring Boot🍃 library for logging incoming HTTP requests and outgoing HTTP responses 👉 . For Spring WebMvc use `com.github.piomin:logstash-logging-spring-boot-starter:1.4.1`
1/2
— Piotr Mińkowski (@piotr_minkowski)
12:57 PM • Jun 23, 2023
Docker Compose and Spring Boot 3.1
Read up on the latests in spring docker support
And the next post of our blog series about the new features in Boot 3.1 is here! This time it's about the Docker Compose support. Let us know what you think!
— Moritz Halbritter (@m_halbritter)
8:09 AM • Jun 21, 2023
Deep Dive into Sequenced Collections
Java 21 New Feature: Sequenced Collections - JEP Cafe #19
Java 21 New Feature: Sequenced Collections - JEP Cafe #19: Exploring the Latest Addition to the Collection API in JDK 21
0:29: ☕ The Collection API is one of the oldest and most widely used APIs in JDK, with the latest addition being Sequenced Collections in JDK 21.
4:54: 📚 The encounter order of a collection or list is always the same, but for sets it may change when adding or removing elements.
8:26: 📚 SequencedCollections aim to fill the gap in the Collection API by modeling common behavior shared by ordered and sorted collections.
12:44: 📚 The Collection API in Java includes new interfaces like SequencedSet and Deque to handle different data structures.
16:53: ✨ The SequencedMap interface provides additional methods for accessing and manipulating elements in a map.
Recap by Tammy AI
Java the Bad Parts…are the good parts
Some people hate NullPointerException or the very idea of null. Others hate the checked exceptions, the verbosity or the slow rate of progress. All of these aren't bugs. They are features that elevate Java as a programming language and the JVM as a platform.
If you have any videos, posts, etc, you would like to see in the next edition please reply to this email with the goods610
