Skip to content

Commit c605c69

Browse files
Merge pull request #253 from AikidoSec/bitterpanda63-patch-1
Put Spring Webflux back into a WIP
2 parents efb662a + 747416a commit c605c69

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ Zen operates autonomously on the same server as your Java app to:
3636
### Web frameworks
3737
#### Java
3838
*[`Spring MVC`](docs/spring.md) 3.x
39-
*[`Spring Webflux`](docs/spring_webflux.md) 3.x
4039
*[`Javalin`](docs/javalin.md) 6.x
40+
* 🚧 [`Spring Webflux`](docs/spring_webflux.md) 3.x
4141

4242
#### Kotlin
4343
*[`Spring MVC`](docs/spring.md) 3.x
44-
*[`Spring Webflux`](docs/spring_webflux.md) 3.x
4544
*[`Javalin`](docs/javalin.md) 6.x
45+
* 🚧 [`Spring Webflux`](docs/spring_webflux.md) 3.x
4646
* 🚧 `Ktor`
4747

4848
#### Groovy
4949
*[`Spring MVC`](docs/spring.md) 3.x
50-
* [`Spring Webflux`](docs/spring_webflux.md) 3.x
50+
* 🚧 [`Spring Webflux`](docs/spring_webflux.md) 3.x
5151

5252
#### 🚧 Scala
5353
* 🚧 `Akka`

docs/spring_webflux.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Setting up Spring Webflux
22

3+
> [!WARNING]
4+
> Due to the way that Spring Webflux hops between multiple threads, the support for it is still a **work in progress.**
5+
36
To setup with Spring Webflux you just have to follow the normal installation instructions for the Java Agent.
47

58
## Rate-limiting

0 commit comments

Comments
 (0)