Skip to content

issues Search Results · repo:springdoc/springdoc-openapi language:Java

Filter by

2k results
 (84 ms)

2k results

inspringdoc/springdoc-openapi (press backspace or delete to remove)

Spring Framework 7 coming in November 2025 With API versioning support getting into Spring Framework 7, there could be an opportunity to generate multiple OpenAPI specifications for each version that ...
  • csterwa
  • Opened 
    9 hours ago
  • #2975

Summary When using @jakarta.validation.constraints.NotEmpty on a String field, springdoc-openapi currently generates the OpenAPI schema with minLength: 1, but it does not add the field to the required ...
duplicate
  • bvo42
  • 1
  • Opened 
    5 days ago
  • #2974

Describe the bug I used a custom PropertyCustomizer to modify the description attribute of a Schema. In version 2.7.0, this worked correctly and the updated description was displayed. However, in all ...
  • itzlyg
  • 2
  • Opened 
    6 days ago
  • #2973

Description: In versions prior to 2.8.0 of springdoc-openapi, using @Header with @Schema(type = string ) correctly generated the expected schema in the OpenAPI documentation. However, starting with 2.8.0, ...
  • bvo42
  • 4
  • Opened 
    6 days ago
  • #2972

Describe the bug - If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible: - A clear and concise description of what the bug is: the title ...
  • detomarco
  • Opened 
    11 days ago
  • #2971

Describe the bug After update to Spring Boot to 3.4.4 version and springdoc webflux ui starter to 2.8.6 the main page Swagger UI shows by default petstore swagger Open API. I know that we can use to disable ...
  • lagoshny
  • 2
  • Opened 
    12 days ago
  • #2969

Overriding configuration parameters via URL search params doesn t work since version 2.8.4. It just loads the petstore and that s all. Version 2.8.3 works fine
  • afrunt
  • Opened 
    12 days ago
  • #2968

Here’s a well-structured bug report you can submit to the springdoc-openapi GitHub repository: Bug Report: Private Inner Class SpecificationStringPropertiesCustomizerBeanPostProcessor Inaccessible During ...
  • alirezaalj
  • Opened 
    13 days ago
  • #2967

I am trying to access http://localhost:8082/v3/api-docs/ but getting Whitelabel Error Page. I have used: .authorizeHttpRequests((requests) - requests .requestMatchers(HttpMethod.GET, /v3/api-docs ...
  • sfksuperman
  • 9
  • Opened 
    13 days ago
  • #2966

To Reproduce Steps to reproduce the behavior: 1. Use MockMvc to perform a GET request like this: mockMvc.perform(get( /api/v1/resources/{resourceId} , resourceId ) .headers(httpHeaders)) ...
  • ugurberkecan
  • 1
  • Opened 
    13 days ago
  • #2965
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub