Tim te Beek

Results 117 issues of Tim te Beek

https://docs.spring.io/spring-security/reference/5.6.4/servlet/authorization/architecture.html#_the_authorizationmanager Applied in https://github.com/timtebeek/spring-security-samples/tree/master/access-decision-voter

enhancement
help wanted
good first issue

- [x] Gateway token exchange with Spring Cloud Gateway + Keycloak #6, #12 - [x] Auditing Spring Data Entities #1 - [x] Restricting Spring Data Queries to active user (`Pre/PostAuthorize`...

help wanted
good first issue

### What needs to be done Provide a recipe to convert an application from using SpringFox to using SpringDoc. ### Why it needs to be done [SpringFox](https://github.com/springfox/springfox) is an often...

Recipe

Migrate unit tests to JUnit 5 using: `mvn org.openrewrite.maven:rewrite-maven-plugin:4.32.0:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-testing-frameworks:1.26.1 -DactiveRecipes=org.openrewrite.java.testing.junit5.JUnit5BestPractices` Had to fix a few minor imperfections, but otherwise mostly automated. TODO - [ ] Figure out why tests...

On a recent project we're heavily using the visitor pattern, and would like to ensure that people who override visitor methods call the super implementation. Seemed to me like a...

enhancement
help wanted
good start to contributing
topic:core

Via mvn -U org.openrewrite.maven:rewrite-maven-plugin:4.32.0:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-testing-frameworks:1.26.1 -DactiveRecipes=org.openrewrite.java.testing.junit5.JUnit5BestPractices - [x] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)

As [discussed with @wilkinsona on Gitter.im](https://gitter.im/spring-projects/spring-boot?at=62ba0126ef5ee44882e7ab22). Whenever a new release of Spring Boot comes out, I go through the release notes to find how any changes might affect me. These...

type: task

Hi! Would be helpful if the project supported [the `error_tracking` API](https://docs.gitlab.com/ee/api/error_tracking.html), especially now that [integrated error tracking is in open beta](https://docs.gitlab.com/ee/operations/error_tracking.html#integrated-error-tracking). In particular I'd like to extract the `sentry_dsn`, so...

## What's changed? Added `@Option Boolean includeManaged` to `.../maven/ChangeDependencyClassifier`. ## What's your motivation? Fixes #3830 ## Anyone you would like to review specifically? @melloware ## Have you considered any alternatives...

enhancement

> This test fails with the `Expected recipe to complete in 1 cycle, but took 2 cycles`. Each individual recipe would pass its own equivalent test, so this is a...

bug