π Handling Cookies with Spring Boot and the Servlet API
https://reflectoring.io/spring-boot-cookies/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-boot-cookies/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Handling Cookies with Spring Boot and the Servlet API
This article demonstrates how to handle cookies in a Spring Boot or Servlet-based application.
π Guide to Spring Cloud Stream with Kafka, Apache Avro and Confluent Schema Registry
https://www.baeldung.com/spring-cloud-stream-kafka-avro-confluent
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-stream-kafka-avro-confluent
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Guide to Spring Cloud Stream with Kafka, Apache Avro and Confluent Schema Registry | Baeldung
Make Spring Cloud support Kafka with the Confluent standard components and approach, including Avro, the Schema Registry and the standard binary message format.
π New Developer Friendly Features After Java 8
https://piotrminkowski.com/2021/02/01/new-developer-friendly-features-after-java-8/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2021/02/01/new-developer-friendly-features-after-java-8/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
New Developer Friendly Features After Java 8 - Piotr's TechBlog
This article shows the most significant new developer-friendly features after Java 8. It includes new switch expression, records or sealed.
π Get List of JSON Objects with WebClient
https://www.baeldung.com/spring-webclient-json-list
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-webclient-json-list
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Get List of JSON Objects with WebClient | Baeldung
Learn how to convert a JSON Array into a Java Array of Object, Array of POJO, and a List of POJO using Spring WebClient
π Get Advised Method Info in Spring AOP
https://www.baeldung.com/spring-aop-get-advised-method-info
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-aop-get-advised-method-info
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Get Advised Method Info in Spring AOP | Baeldung
In this tutorial, we'll show you how to get all the information about a method's signature, arguments, and annotations, using a Spring AOP aspect.
π YMNNALFT: A lightweight SQL data mapper with the JdbcTemplate
https://spring.io/blog/2021/02/01/ymnnalft-a-lightweight-sql-data-mapper-with-the-jdbctemplate
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/01/ymnnalft-a-lightweight-sql-data-mapper-with-the-jdbctemplate
β‘οΈ @SpringFrameworkZone
spring.io
YMNNALFT: A lightweight SQL data mapper with the JdbcTemplate
<p>Welcome to another installment of <em>You May Not Need Another Library For That</em> (YMNNALFT)! Iβve spent a lot of time since 2016 illuminating (or trying to, anyway!) some of the more enormous opportunities in the Spring ecosystem in <a href="http://bit.ly/springβ¦
π Spring Integration AWS 2.3.5.RELEASE & 2.4.0, and Spring Cloud Stream Kinesis Binder 2.0.4.RELEASE & 2.1.0 Available
https://spring.io/blog/2021/02/01/spring-integration-aws-2-3-5-release-2-4-0-and-spring-cloud-stream-kinesis-binder-2-0-4-release-2-1-0-available
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/01/spring-integration-aws-2-3-5-release-2-4-0-and-spring-cloud-stream-kinesis-binder-2-0-4-release-2-1-0-available
β‘οΈ @SpringFrameworkZone
spring.io
Spring Integration AWS 2.3.5.RELEASE & 2.4.0, and Spring Cloud Stream Kinesis Binder 2.0.4.RELEASE & 2.1.0 Available
<div class="paragraph">
<p>Dear Spring Community,</p>
</div>
<div class="paragraph">
<p>Today itβs my pleasure to announce releases of Spring Integration for Amazon Web Services extension versions <code>2.3.5.RELEASE</code> & <code>2.4.0</code>, andβ¦
<p>Dear Spring Community,</p>
</div>
<div class="paragraph">
<p>Today itβs my pleasure to announce releases of Spring Integration for Amazon Web Services extension versions <code>2.3.5.RELEASE</code> & <code>2.4.0</code>, andβ¦
π Spring RestTemplate Exception: βNot enough variables available to expandβ
https://www.baeldung.com/spring-not-enough-variables-available
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-not-enough-variables-available
β‘οΈ @SpringFrameworkZone
Baeldung
Spring RestTemplate Exception: βNot enough variables available to expandβ | Baeldung
Learn about Spring's RestTemplate Not enough variables available to expand IllegalArgumentException.
Spring Boot Framework pinned Β«π Java Weekly, Issue 370 https://www.baeldung.com/java-weekly-370 β‘οΈ @SpringFrameworkZoneΒ»
π A Bootiful Podcast: Hypertrace Java Agent creator Pavol Loffay
https://spring.io/blog/2021/01/28/a-bootiful-podcast-hypertrace-java-agent-creator-pavol-loffay
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/01/28/a-bootiful-podcast-hypertrace-java-agent-creator-pavol-loffay
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Hypertrace Java Agent creator Pavol Loffay
<p>Hi, Spring fans! In this episode <a href="http://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to Hypertrace Java Agent creator <a href="http://twitter.com/ploffay">Pavol Loffay (@ploffay)</a> about telemetry, observability, and more. </p>β¦
π Record Spring Events When Testing Spring Boot Applications
https://rieckpil.de/record-spring-events-when-testing-spring-boot-applications/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/record-spring-events-when-testing-spring-boot-applications/
β‘οΈ @SpringFrameworkZone
rieckpil
Record Spring Events When Testing Spring Boot Applications - rieckpil
Capture and verify Spring Events (ApplicationEvent) when testing your Spring Boot application using @RecordApplicationEvents.
π Guide to ApplicationContextRunner in Spring Boot
https://www.baeldung.com/spring-boot-context-runner
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-context-runner
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Guide to ApplicationContextRunner in Spring Boot | Baeldung
Learn how to make the best out of ApplicationContextRunner in Spring Boot.
π Chaos Monkey for Spring Boot Microservices
https://piotrminkowski.com/2018/05/23/chaos-monkey-for-spring-boot-microservices/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/05/23/chaos-monkey-for-spring-boot-microservices/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Chaos Monkey for Spring Boot Microservices - Piotr's TechBlog
This tutorial show how to configure Spring Boot Chaos Monkey for chaos testing of microservices built with Spring Cloud Netflix.
π JDBC Connection and Dialect Configuration in Hibernate
https://thorben-janssen.com/jdbc-connection-and-dialect-in-hibernate/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/jdbc-connection-and-dialect-in-hibernate/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
JDBC Connection and Dialect Configuration in Hibernate
Get the required configuration settings to connect Hibernate with the most commonly used relational databases.
π This Week in Spring - February 2nd, 2020
https://spring.io/blog/2021/02/02/this-week-in-spring-february-2nd-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/02/this-week-in-spring-february-2nd-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - February 2nd, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Can you believe weβre already square into the second month of 2021? Weβre 1/12th of the way through the year already! ITβS ALL GOING SO QUICK! So, I wonβt waste any furtherβ¦
π Continuous Delivery with OpenShift and Jenkins: A/B Testing
https://piotrminkowski.com/2019/05/17/continuous-delivery-with-openshift-and-jenkins-a-b-testing/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/05/17/continuous-delivery-with-openshift-and-jenkins-a-b-testing/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Continuous Delivery with OpenShift and Jenkins: A/B Testing - Piotr's TechBlog
One of the reasons you could decide to use OpenShift instead of some other containerized platforms (for example Kubernetes) is out-of-the-box support for continuous delivery pipelines. Without proper tools, the process of releasing software in your organizationβ¦
π High-Performance Java Persistence Newsletter, Issue 23
https://vladmihalcea.com/high-performance-java-persistence-newsletter-23/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-23/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 23 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π Hello World Using Spring Integration
https://springframework.guru/hello-world-using-spring-integration/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/hello-world-using-spring-integration/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Hello World Using Spring Integration
Spring Integration is a very powerful module in the Spring Framework. It was originally inspired by pivotal book in computer science called Enterprise Integration Patterns written by Gregor Hohpe and Bobby Woolf. While the Gangβ¦
π Multiple Submit Buttons on a Form
https://www.baeldung.com/spring-form-multiple-submit-buttons
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-form-multiple-submit-buttons
β‘οΈ @SpringFrameworkZone
Baeldung
Multiple Submit Buttons on a Form | Baeldung
Learn how to add another button to the same form in a Spring MVC application that maps to the same RequestMapping on the controller.