-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 4.8.x branch #953
Merged
Merged
Merge 4.8.x branch #953
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…les will be located. Fixed UI components path when property `micronaut.openapi.target.file` is set Fixed micronaut-projects#859
Add ability to customize the directory path in which the generated UI files will be located.
…ates Add ability to override UI templates
Fix wrong logic for ui *.js.url properties
…ed custom schema name
…ources Fix copy UI resources when used *.js.url
…_shemaname Fixed bug with wrong references for schemas with inheritance, when used custom schema name
…y_level Add ability to set visibility level for class fields
…ecorators # Conflicts: # openapi/src/main/java/io/micronaut/openapi/visitor/OpenApiApplicationVisitor.java
New feature: schema decorators
…api.schema-postfix` for custom schema processor
Improve process logic to resolve placeholders. Micronaut 3.8.0 Fixes micronaut-projects#854
Fix ConcurrentModificationException micronaut-projects#894
Fix logic for `micronaut.environment.enabled`
Minor fix: skip `micronaut.openapi.schema-prefix` and `micronaut.openapi.schema-postfix` for custom schema processor
Add getting schema type from JsonValue method and fixed incorrect processing supertypes for enums
…e-visitor-package-internal ci: make visitor package internal
…lass java.lang.Object
Fixed wrong byte type detection. Again remove generation schema for class java.lang.Object
…ethod Fix process JsonValue method when it returns another enum
Allow POST requests for rapidoc
swagger 2.2.8 jsoup 1.15.4 kotlin 1.8.10 android-annotation 1.6.0 gradle 7.6.1 micronaut 3.8.7 micronaut-test 3.9.1 groovy 3.0.15
Upgrade libraries
… but with different packages. (micronaut-projects#949) Fixed micronaut-projects#947
# Conflicts: # .github/workflows/graalvm.yml # gradle.properties # gradle/libs.versions.toml # openapi-bom/build.gradle # openapi/build.gradle # openapi/src/main/java/io/micronaut/openapi/visitor/AbstractOpenApiVisitor.java # openapi/src/main/java/io/micronaut/openapi/visitor/Utils.java # settings.gradle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Actualize branch after updates snapshots.
Gradle 8.0.2
Fixed problem with process ApiResponse in groovy project.