{"id":54886,"library":"spring-webflux","title":"Spring WebFlux","description":"Spring WebFlux provides reactive web framework support for building non-blocking web applications.","status":"active","version":"7.0.7","language":"java","source_language":null,"source_url":"https://github.com/spring-projects/spring-framework","tags":["spring","webflux","reactive","web","non-blocking"],"install":[{"cmd":"<dependency>\n  <groupId>org.springframework</groupId>\n  <artifactId>spring-webflux</artifactId>\n  <version>7.0.7</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.springframework:spring-webflux:7.0.7'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"RouterFunctions","correct":"org.springframework.web.reactive.function.server.RouterFunctions"}],"quickstart":{"code":"import org.springframework.web.reactive.function.server.RouterFunctions;\nimport org.springframework.web.reactive.function.server.ServerResponse;\nimport static org.springframework.web.reactive.function.server.RequestPredicates.GET;\n\npublic class Example {\n    public static void main(String[] args) {\n        RouterFunctions.route(GET(\"/hello\"), request -> ServerResponse.ok().bodyValue(\"Hello, WebFlux!\"));\n    }\n}","lang":"java","description":"Defines a simple reactive route returning a greeting."},"warnings":[{"fix":"Use a stable version like 6.x for production applications.","message":"Spring WebFlux 7.0.7 is a pre-release version; APIs may change.","severity":"breaking","affected_versions":"7.0.7"}],"env_vars":null,"search_vec":"'applic':16 'block':14,23 'build':11 'framework':8 'non':13,22 'non-block':12,21 'provid':5 'reactiv':6,19 'spring':1,3,17 'support':9 'web':7,15,20 'webflux':2,4,18","created_at":"2026-06-15T09:28:08.593396+00:00","updated_at":"2026-06-15T09:28:08.593396+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/spring-projects/spring-framework","github":"https://github.com/spring-projects/spring-framework","docs":"https://appdoc.app/artifact/org.springframework/spring-webflux/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}