Webinar: Accelerate Spring Apps to Cloud at Scale

Engineering | Josh Long | April 29, 2021 | ...

Ready to take Spring Boot apps to the happiest place on earth - production at enterprise scale - with Azure Spring Cloud and without worrying about infrastructure, application life cycle, monitoring, container intricacies, Kubernetes. Join Microsoft's Asir Vedamuthu Selvasingh (@asirselvasingh), next week, at 10-11 AM CT, May 4th, 2021, and learn how enterprise leaders:

  • Run Spring apps in the cloud at enterprise scale.
  • Improve developer productivity with DevOps tooling integration and continuous integration and continuous deployment.
  • Enforce a Zero Trust security model with secrets management, secure communications, and virtual networks.
  • Keep an eye on production and quickly troubleshoot issues with monitoring tools of your choice.
  • Drive higher utilization of resources and pay only for what you use with Autoscale.
  • Deliver value faster to their end customers.

This Week in Spring - April 27th, 2021

Engineering | Josh Long | April 27, 2021 | ...

What's new in Spring Data 2021.0?

Engineering | Mark Paluch | April 21, 2021 | ...

This Week in Spring - April 20th, 2021

Engineering | Josh Long | April 20, 2021 | ...

Spring for Apache Kafka 2.7.0 Available

Engineering | Gary Russell | April 14, 2021 | ...

I am pleased to announce that Spring for Apache Kafka 2.7.0 is now available.

This release contains a significant enhancement, which is a community contribution. Failed deliveries can be forwarded to a series of topics for delayed redelivery.

It is best described with an example:

@RetryableTopic(attempts = "5", backoff = @Backoff(delay = 1000, multiplier = 2.0))
@KafkaListener(id = "sk270", topics = "sk270")
public void listen(String in, @Header(KafkaHeaders.RECEIVED_TOPIC) String topic) {
    LOG.info(in + " from " + topic);
    throw new RuntimeException("test");
}

@DltHandler
public void…

This Week in Spring - April 13th, 2021

Engineering | Josh Long | April 14, 2021 | ...

Hi, Spring fans! Welcome to yet another installment of This Week in Spring! As usual, we've got a ton of stuff to get into so I won't dilly dally too much, but before I get to it I just wanted to remind you that I'll be joining JHipster and founder Microsoft Cloud Developer Advocate Julien Dubois on April 15th (two days from now!) to talk about Azure Spring Cloud: don't miss it!

A Bootiful Podcast: Ambassador Labs devrel director, InfoQ contributor, lifelong learner, and awesome human, and friend Daniel Bryant

Engineering | Josh Long | April 09, 2021 | ...

Hi, Spring fans! In this episode Josh Long (@starbuxman) talks to Ambassador Labs devrel director, InfoQ contributor, lifelong learner, and awesome human, and friend Daniel Bryant (@danielbryantuk).

This Week in Spring - April 6th, 2021

Engineering | Josh Long | April 06, 2021 | ...

Get the Spring newsletter

Stay connected with the Spring newsletter

Subscribe

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all