InfoQ Homepage Spring Content on InfoQ
-
Java News Roundup - Week of Feb 22nd, 2021
A roundup of Java news from the last week, including stories from OpenJDK, Spring and Quarkus.
-
Developer Surveys Survey: Including a Spotlight on Java Results
JRebel and Snyk have recently published their Java/JVM technology reports, and Codingame and Tiobe have published reports into language usage and adoption. InfoQ looks at the state of play of these reports, and what is happening in the Java and wider ecosystems today.
-
Spring Boot Project-Creation-Tool, Spring Initializr, Gets Several New Updates
Spring Initializr received several updates and additions including the addition of a highly requested feature, a project explorer. They also included a refactored and redesigned project generation API and a newly redesigned UI.
-
Spring Cloud Introduces Pluggable Circuit-Breaker Interface
Spring Cloud incubator has introduced a new project called Spring Cloud Circuit Breaker that provides a pluggable circuit-breaker interface. This will help systems to fail fast and prevent cascading failures and system overload.
-
Atomist Software Delivery Machine 1.0 Launched
Atomist, a software delivery automation company, has announced their Software Delivery Machine (SDM) 1.0. Atomist SDM is a cloud-native software delivery platform with additional capabilities, specifically for Kubernetes and Spring.
-
Spring Release Versions 3.0.4 and 2.4.3 of Spring Web Services
Spring has released two versions of their Web Services project at the same time: version 3.0.4.RELEASE as the main branch of development, and version 2.4.3.RELEASE for maintenance. Both versions have been upgraded to run on Spring Framework 5.1.0 and to support Java 11.
-
Spring Cloud Stream 2.0 Released with Focus on Performance, Flexibility and Consistency
Pivotal has announced the General Availability release of the Spring Cloud Stream 2.0. This release includes a complete revamp of content-type negotiation functionality (allowing user-defined message converters), polling consumers, micrometer metrics support, enhanced Apache Kafka Streams support, and more.
-
Spring Boot 2.0 Goes GA; Project Lead Phil Webb Speaks to InfoQ about the New Release
Spring custodian Pivotal has announced the widely anticipated release of Spring Boot 2.0. InfoQ speaks to Spring Boot lead Phil Webb about the new release.
-
Spring Boot 2.0 Nears GA
The release of Spring Boot version 2.0 general availability came a step closer with release candidate 1 (RC1) being announced on January 31st. Even at this late stage some noteworthy additions are still being released, alongside a huge number of issues and pull requests closed.
-
SpringOne 2017 Key Announcements
The second annual SpringOne Platform conference had dozens of major announcements in the areas of Spring and Pivotal CloudFoundry. In this article we cover the major announcements from the keynote address by Pivotal head of cloud research, Onsi Fakhouri.
-
SpringOne 2017 Platform Conference - Day 1
The second annual SpringOne Platform Conference has kicked off in San Francisco. This is a no-nonsense event with roughly 10 parallel tracks, celebrity speakers, food, drink, and lots of technology.
-
Spring Tool Suite 3.9.1 Released
Pivotal recently released version 3.9.1 of its Spring Tool Suite (STS), the Eclipse-based IDE for developing applications in Spring Framework. STS has been updated to Eclipse Oxygen.1a, which includes support for JDK 9 and JUnit 5 out of the box.
-
Spring Data Kay Goes GA Adding Spring Framework 5, Java 9 and Kotlin support
The Spring Data releases its first major revision in eight years, including baseline of Spring 5, Java 8 and JavaEE 7. It also adds general Java 9 compatibility and Kotlin support. It provides reactive data access for Cassandra, MongoDB, Redis and Couchbase.
-
Spring Framework 5.0 Released
Spring Framework 5.0, featuring a new reactive web framework, was released on September 28, 2017. With this release, Spring 5.0 has its entire codebase based on Java 8 source code level. Spring 5.0 is compatible with JDK 9 for development and deployment.
-
Spring Vault GA 1.0 Released
Pivotal has announced the general availability of Spring Vault 1.0. It is a Java library which offers client-side abstractions around Hashicorp Vault, a secret management tool. Following typical Spring idioms, it allows Vault to be more easily integrated into Spring or Java applications. Some familiar patterns include templating, property sources, and more.