What's Changed
- chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in #923
- chore(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0.5.0 to 0.6.0 by @dependabot in #929
- chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in #928
- chore(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 by @dependabot in #927
- chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #931
- chore(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2 by @dependabot in #930
- fix: 🐛 Fix empty JSON example value for Map with enum keys and primitive values by @linwumingshi in #924
- chore(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 by @dependabot in #933
- fix: 🐛 resolve incorrect parsing of constants in
@JsonProperty
and@JSONField
annotation by @linwumingshi in #935 - fix: 🐛 Resolve NPE in Postman API doc generation when no methods are present by @linwumingshi in #938
- fix: 🐛 Resolve error caused by
EmptyList
being final by @linwumingshi in #941 - refactor(url): Refactor URL-related code by @linwumingshi in #942
- ci: 👷 add GitHub Actions workflow to comment on PR by @linwumingshi in #943
- chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #944
- Fix issue If there are enumerations in the query request parameters, the generated request parameter comments will not include 'See'. by @jasonkung22 in #945
- fix: Fix issue If the request parameter contains type "date" and the parameter name is endTime or beginTime, the resulting example value may be different from what you expect. by @jasonkung22 in #948
- fix: 🐛 correct example value generation for enums annotated with
@JsonValue
by @linwumingshi in #952 - refactor (Enum): Optimize the handling logic for enum parameter types by @linwumingshi in #954
- ci: 👷 add PR comment notification for build and API doc generation by @linwumingshi in #956
- fix: Fixed issue caused by isQueryParam error by @jasonkung22 in #957
- release: 3.0.9 by @shalousun in #959
New Contributors
- @jasonkung22 made their first contribution in #945
Full Changelog: 3.0.8...3.0.9