Steve Riesenberg

Results 52 issues of 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...

status: duplicate
type: enhancement

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...

type: documentation

status: duplicate
in: web
type: enhancement

Closes gh-11621

status: duplicate
type: bug
in: oauth2

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...

in: test
type: enhancement

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...

in: test
type: bug

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: build
type: enhancement

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...

in: build
type: task

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...

type: reminder