Spring Security Kerberos 2.0.0 available now
I'm happy to announce that a Spring Security Kerberos 2.0.0
is now available from maven central.
I'm happy to announce that a Spring Security Kerberos 2.0.0
is now available from maven central.
Hi, Spring fans! In this (relatively quick) installment, recorded live from the lovely Spring I/O 2023, Josh Long talks to Microsoft's Sean Li about some of the latest and greatest in the Azure ecosystem for Spring developers.
Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are key components of securing communications between systems in a layered or service-oriented architecture. Spring Boot applications in such an architecture often accept incoming network connections or create outgoing connections, and developers are tasked with configuring applications to work in such a secure environment.
If you've ever worked with the Java security and SSL APIs, you're probably aware that this is not a particularly fun task. It often involves multiple trips to stackoverflow.com to copy and paste code. There are a…
Hi, Spring fans! Welcome to another installment of This Week in Spring! And what an insane week it's been! Long story short, I've spent 10-12 hours a day over the last five days migrating a dozen differnet applications and services from one GKE cluster to another, taking the time to update things as much as possible. In the case of at least one Vue.js application, this meant some major reworking of the codebase. It's also meant rewriting lots of Github Actions with the new best-practices and patterns, which I confess has been painful.
Once everything's fully migrated (soon, I hope!), I think a…
Hi, Spring fans! In this installment Josh Long (YouTube.com/@coffeesoftware.com) talks to Spring Boot team member Moritz Halbritter (@m_halbritter)
Hi, Spring fans! Welcome to another installment of This Week in Spring! This installment I write on the day of my daughter's High School graduation, an auspicious day indeed! There's a lot to get through this week, though, and I have a graduation to get to, so let's dive right in!
I'm happy to announce that a Spring Security Kerberos 2.0.0-RC2
milestone is now available via https://repo.spring.io/milestone. This release candidate were created because project upgraded to use recently released spring-security
6.1.0
.
Spring Shell 2.1.10, 3.0.4 and 3.1.0 are now available
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Shell 2.1.10
, 3.0.4
and 3.1.0
has been released and are now available from Maven Central.
Please see the release notes 2.1.10, release notes 3.0.4 and release notes 3.1.0 for more details.
Thanks to all those who have contributed with issue reports and pull requests.
Hi, Spring fans! In this installment, Josh Long (@starbuxman) talks to Java Developer Advocate Billy Korando, recorded live from the amazing Spring I/O show in Barcelona, Spain!
On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2022.0.3 Release Train is available today. The release can be found in Maven Central. You can check out the 2022.0.3 release notes for more information.
This release provides compatibility with Spring Boot 3.1.x.
See all issues and pull requests for this release here.
There is a known defect in Spring Cloud Config related to locating the config server via service discovery. In order to activate this feature in this release you will need to set spring.cloud.config.discovery.enabled=true
and spring.cloud.config.discovery.serviceId
in an…