Spring Tips: @Controllers (pt. 1): the "C" in Model 2 MVC
Hi, Spring fans! In this installment, the first of a series, Josh Long looks at the venerable @Controller
annotation and its use supporting Model 2 MVC-style web applications.
Hi, Spring fans! In this installment, the first of a series, Josh Long looks at the venerable @Controller
annotation and its use supporting Model 2 MVC-style web applications.
When we got the results back from the latest State Of Spring survey, 67% of you said you would like to see better support for service discovery and configuration management on Kubernetes.
With the release of Spring Cloud 2021.0.0-M3, we are taking a big step forward to addressing both of these concerns!
Spring Cloud Kubernetes has offered a DiscoveryClient
implementation since its inception. However, the implementation required the application to have permissions to use the Kubernetes API server. This proved to be a major barrier for many Spring Cloud user’s, as Kubernetes administrators…
The recently released Spring Boot 2.5.6 and 2.4.12 releases contain fixes for the following security vulnerabilities:
In addition, Spring Cloud OpenFeign has released versions 3.0.5 and 2.2.10, based on the same Spring Boot versions, and containing a fix for the following security vulnerability:
Please, review the reports and upgrade!
Hi, Spring fans! Welcome to another installment of This Week in Spring! How are you?
I'm doing well, as always. I literally just wrapped up presenting a fun session at the Russian Joker conference all about Spring and GraphQL. I got a ton of great questions from an enthusiastic audience. Thanks so much for joining me, everyone. I've got to get to other meetings, though, so let's get this wonderful week in Spring out of the way!
@PropertySource
in Spring Framework? Today, we are excited to announce the integration of AppDynamics in the Azure Spring Cloud for full stack observability.
Over the past 20 months, we worked with many enterprise customers to learn about the scenarios they face. Many of these customers have thousands of Spring Boot applications running in on-premises data centers. As they migrate these applications to the cloud, they need to instrument them for application performance monitoring (APM) using solutions their developers are familiar with and have been using for years. In addition, they must ensure continuity for desktop and mobile…
Hi, Spring fans! In this installment, we'll look at fully refreshable configuration using the Spring Cloud Config Server, Spring Cloud Bus, and Spring Cloud Config Monitor.
Hi, Spring fans! In this installment, Josh Long (@starbuxman) talk to RabbitMQ and Weaveworks founder Alexis Richardson (@monadic) about RabbitMQ, Pivotal, Spring, Kubernetes, and FluxCD. NB: this interview was done a year ago, and I was just playing with FluxCD these last few weeks and I figured it was finally time to release this episode! Thanks so much Alexis for sharing and teaching us so much!
On behalf of the community, I am pleased to announce that the Milestone 2 (M2) of the Spring Cloud Square 0.4.0 is available today. The release can be found in Spring Milestone repository. You can check out the 0.4.0-M2 release notes for more information.
See all issues included in this release here.
@RetrofitClient
instance (PR)The documentation for this milestone can be found here.
Hi, Spring fans! Welcome to another installment of This Week in Spring! How're you doing? Good? Keepin' busy? Good. I'm doing alright, too.
graphql-java
, the very same project that underpins the Spring GraphQL project, for their APIs and they're reporting incredible performance gains! …This is the third article of a series about how to tackle various challenges you might encounter when using Spring Data JDBC.
The series consists of
Spring Data JDBC - How do I make bidirectional relationships?
Spring Data JDBC - How do I implement caching? (this article).
Spring Data JDBC - How Can I Do a Partial Update of an Aggregate Root?
Spring Data JDBC - How do I Generate the Schema for my Domain Model?
If you are new to Spring Data JDBC, you should start by reading its introduction and this article, which explains the relevance of aggregates in the context of Spring Data JDBC…