You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* CI: build Gradle release job with JDK 21
The gradle-portal-push workflow set up JDK 17 and then ran `mvn install` on
multiapi-engine, which compiles with `release 21` — failing with
"release version 21 not supported". Bump the job to JDK 21, matching the Maven
workflows (which already build against 21). The engine and the Gradle plugin
both require Java 21.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Propagate description/example to enum fields; bump 6.5.2
Enum fields bypassed processObjectProperty's applyMetadata, so their schema
`description`/`example` were dropped from the generated @Schema annotation.
Set them in processEnumField so enum properties match the rest.
Bumps version 6.5.1 -> 6.5.2.
Full multiapi-engine suite: 110/110 (mvn clean test).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Support schema `deprecated` on generated models; bump 6.5.3
OpenAPI 3.x / JSON Schema `deprecated: true` on a property (or enum) is now
carried into the generated model as @Schema(deprecated = true); previously it
was ignored. Applied at the same property/enum metadata points as
description/example.
Bumps version 6.5.2 -> 6.5.3.
Full multiapi-engine suite: 110/110 (mvn clean test).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: joseegarcia <jose.garcia@disashop.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments