Setup Http Patch Request With OpenFeign

Spring Cloud OpenFeign makes it easy to write a client to REST APIs. We can use this for PATCH requests. We look at how this works and how to set it up to avoid common pitfalls.

Java Weekly, Issue 497

Intermediate stream, intelligent Spring with OpenAI, pattern matching, p99 of GC, and moving out of the Cloud.

Java Weekly, Issue 494

Simplified SSL in Spring Boot, structured concurrency in Java 21, nulls in Collectors, XSS in Java, and WASM on Docker.

Java Weekly, Issue 493

Generational Shenandoah, nullability of value types, class loaders in Java, DDL validation, and rolling out features at scale!

Java Weekly, Issue 492

Exhaustiveness in Pattern Matching, dynamic threads for JVM compilers, JFR events in shell, association attributes in JPA, and zero downtime migrations at scale!

Java Weekly, Issue 491

Simplified main entries, CDC for cache, cloud-native Graal, key encapsulation, and event sourcing and audit logs!

Java Weekly, Issue 489

Unnamed methods in Java, Hibernate 6 migration, async-profiler, generative AI and jobs, and monoliths are not dinosaurs!

Scoped Values in Java 20

Scoped values is a new API in Java 20 that enables developers to store and share immutable data within and across threads. We look at how to use it and how it works.

Java Weekly, Issue 488

Pattern matching and records patterns for Java 21, generational ZGC, Spring transactions, JSON views, low latency queues, and naming!