π This Week in Spring - November 3, 2020
https://spring.io/blog/2020/11/03/this-week-in-spring-november-3-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/03/this-week-in-spring-november-3-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - November 3, 2020
<p>Hi, Spring fans! I hope youβre all doing well, staying safe, healthy and happy. Todayβs election day here in the US, so I am super happy to have the chance to dive into this weekβs roundup as a bit of a distraction. Weβve got a ton to get through todayβ¦
π Spring Security 5.5.0-M1 Released
https://spring.io/blog/2020/11/04/spring-security-5-5-0-m1-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/04/spring-security-5-5-0-m1-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Security 5.5.0-M1 Released
<div class="paragraph">
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.5.0-M1! You can find the complete details in the <a href="https://github.com/spring-projects/spring-security/releases/tag/5.5.0-M1">release notes</a>β¦
<p>On behalf of the community, Iβm pleased to announce the release of Spring Security 5.5.0-M1! You can find the complete details in the <a href="https://github.com/spring-projects/spring-security/releases/tag/5.5.0-M1">release notes</a>β¦
π What are Reactive Streams in Java?
https://springframework.guru/reactive-streams-in-java/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/reactive-streams-in-java/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
What are Reactive Streams in Java?
If you're following the Java community, you may be hearing about Reactive Streams in Java. Seems like in all the major tech conferences, you're seeing presentations on Reactive Programming. Last year the buzz was allβ¦
π Introduction to Using FreeMarker in Spring MVC
https://www.baeldung.com/freemarker-in-spring-mvc-tutorial
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/freemarker-in-spring-mvc-tutorial
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Introduction to Using FreeMarker in Spring MVC | Baeldung
FreeMarker is a Java based template engine from the Apache Software Foundation. This tutorial illustrates how to configure FreeMarker for use in Spring MVC.
π Spring Boot with Embedded MongoDB
https://springframework.guru/spring-boot-with-embedded-mongodb/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-boot-with-embedded-mongodb/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Spring Boot with Embedded MongoDB
Recently weβve seen a rise in popularity of NoSQL databases. MongoDB has rapidly gained popularity in the enterprise and the Spring community. While developing and testing Spring Boot applications with MongoDB as the data storeβ¦
π Spring Boot Autoscaling on Kubernetes
https://piotrminkowski.com/2020/11/05/spring-boot-autoscaling-on-kubernetes/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/11/05/spring-boot-autoscaling-on-kubernetes/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Spring Boot Autoscaling on Kubernetes - Piotr's TechBlog
This tutorial shows how to configure autoscaling on Kubernetes based on the custom metrics with Prometheus, HPA and Spring Boot.
π A Bootiful Podcast: Spring legend Thomas Risberg on JDBC, Spring Cloud Data Flow, Kubernetes and so much more
https://spring.io/blog/2020/11/05/a-bootiful-podcast-spring-legend-thomas-risberg-on-jdbc-spring-cloud-data-flow-kubernetes-and-so-much-more
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/05/a-bootiful-podcast-spring-legend-thomas-risberg-on-jdbc-spring-cloud-data-flow-kubernetes-and-so-much-more
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Spring legend Thomas Risberg on JDBC, Spring Cloud Data Flow, Kubernetes and so much more
<p>Hi, Spring fans! In this episode <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Spring <a href="http://twitter.com/trisberg">legend Thomas Risberg (@trisberg)</a>.</p>
<iframe title="Spring legend Thomas Risberg on JDBC, Springβ¦
<iframe title="Spring legend Thomas Risberg on JDBC, Springβ¦
π Polymorphism in Java
https://springframework.guru/polymorphism-java/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/polymorphism-java/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Polymorphism in Java
Introduction The ability of an object to behave differently in different situations is called Polymorphism. This concept is core to object oriented programmer and key to programming in Java. There are two types of polymorphism prevalent in Javaβ¦
π Convert OffsetDateTime to LocalDateTime
https://springframework.guru/convert-offsetdatetime-to-localdatetime/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/convert-offsetdatetime-to-localdatetime/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Convert OffsetDateTime to LocalDateTime
Java 8 introduced a new date and time API defined inside java.time package. The key date and time classes defined in this package are LocalDateTime, LocalDateTime, and OffsetDateTime. OffsetDateTime represents a date-time with an offsetβ¦
π Spring Data 2020.0 - New and Noteworthy - A general Overview
https://spring.io/blog/2020/11/06/spring-data-2020-0-new-and-noteworthy-a-general-overview
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/06/spring-data-2020-0-new-and-noteworthy-a-general-overview
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2020.0 - New and Noteworthy - A general Overview
<p>Spring Data 2020.0, based on <a href="https://spring.io/blog/2020/10/27/spring-framework-5-3-goes-ga">Spring Framework 5.3</a>, is out and with it, a ton of new features across the various stores, which are covered by the individual modules. While postingβ¦
π Spring @RequestParam vs @PathVariable Annotations
https://www.baeldung.com/spring-requestparam-vs-pathvariable
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-requestparam-vs-pathvariable
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring @RequestParam vs @PathVariable Annotations | Baeldung
Understand the differences between Spring's @RequestParam and @PathVariable annotations.
π Swagger Documentation for Spring Boot rest API β Part II
https://betterjavacode.com/programming/swagger-documentation-for-spring-boot-rest-api-part-ii
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/swagger-documentation-for-spring-boot-rest-api-part-ii
β‘οΈ @SpringFrameworkZone
Code Complete
Swagger Documentation for Spring Boot rest API - Part II - Code Complete
How to add Swagger documentation for Spring Boot based REST API. Details steps of implementation in this blog post.
π Configuring Retry Logic in Spring Batch
https://www.baeldung.com/spring-batch-retry-logic
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-batch-retry-logic
β‘οΈ @SpringFrameworkZone
Baeldung
Configuring Retry Logic in Spring Batch | Baeldung
Spring Batch allows us to set retry strategies on tasks so that they are automatically repeated when there is an error. Here we see how to configure it.
Spring Boot Framework pinned Β«π Java Weekly, Issue 358 https://www.baeldung.com/java-weekly-358 β‘οΈ @SpringFrameworkZoneΒ»
π Reading HttpServletRequest Multiple Times in Spring
https://www.baeldung.com/spring-reading-httpservletrequest-multiple-times
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-reading-httpservletrequest-multiple-times
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Reading HttpServletRequest Multiple Times in Spring
Learn how to read Spring's HttpServletRequest multiple times
π Spring HTTP/HTTPS Channel Security
https://www.baeldung.com/spring-channel-security-https
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-channel-security-https
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Spring HTTP/HTTPS Channel Security | Baeldung
The article briefly demonstrates how to protect sensitive data by configuring HTTPS and discuss further configuration details of the channel security feature.