Steve Riesenberg
Steve Riesenberg
This is a draft solution for supporting NoSQL databases. It uses intermediary objects (currently called "Resources", but open to better names) to simplify a transformation to/from JSON. The intermediary objects...
A "Roadmap to Production" (or similar) page in the docs will be helpful for outlining the types of concerns (checklist) necessary when going from "Getting Started" all the way to...
Closes gh-11621
Related gh-11277
WebTestClient + MockMvc is not currently supported. If possible, we should warn users with an `IllegalStateException` that this is not supported when the `WebTestClient` is set up. A note should...
When MockMvc is used to set up a `WebTestClient`, applying a mutator such as `csrf()` fails with a `NullPointerException`, but would ideally fail with a more meaningful error such as...
Artifacts (e.g. [org.springframework.security:spring-security-core:5.6.2](https://search.maven.org/artifact/org.springframework.security/spring-security-core/5.6.2/jar)) are currently published with historical metadata. For example: https://github.com/spring-projects/spring-security/blob/ce720ad38e99e3b27a318dba8f8f16befa4da176/buildSrc/src/main/java/org/springframework/gradle/maven/MavenPublishingConventionsPlugin.java#L44 https://github.com/spring-projects/spring-security/blob/ce720ad38e99e3b27a318dba8f8f16befa4da176/buildSrc/src/main/java/org/springframework/gradle/maven/MavenPublishingConventionsPlugin.java#L57-L59
In order to account for blockers to the release process such as checking dependency update exclusions, updating dependencies (until updates are automated), CVEs and any other pre-release tasks that should...
This is a reminder to update Spring Framework to the latest milestone when preparing for the next release. Once resolved, this reminder can be moved to the *next* milestone as...