Releases: vpelikh/swagger-core
Releases · vpelikh/swagger-core
Swagger-core 3.0.0 released!
v3.0.0 Release version 3.0.0
Swagger-core 3.0.0-RC3 (Release Candidate) released!
- Fix property name resolution when @JsonProperty is present (#63)
- chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.5.0 (#61)
- chore(deps-dev): bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 (#60)
- chore(deps-dev): bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.25 (#58)
- chore(deps): bump commons-cli:commons-cli from 1.9.0 to 1.11.0 (#57)
- chore(deps): bump org.codehaus.plexus:plexus-archiver from 4.11.0 to 4.12.0 (#56)
- chore(deps-dev): bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.22.0 (#55)
- chore(deps): bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2 (#54)
- chore(deps-dev): bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.5.1 (#53)
- chore(deps-dev): bump org.jmockit:jmockit from 1.49 to 1.50 (#52)
- chore(deps-dev): bump commons-codec:commons-codec from 1.17.2 to 1.22.0 (#51)
- chore(deps): bump org.testng:testng from 7.10.2 to 7.12.0 (#50)
- chore(deps-dev): bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15 (#49)
- chore(deps): bump slf4j-version from 2.0.9 to 2.0.18 (#48)
- chore(deps): bump jersey2-version from 2.46 to 2.48 (#47)
- chore(deps): bump commons-io:commons-io from 2.18.0 to 2.22.0 (#46)
- chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.11.0 (#45)
- chore(deps-dev): bump joda-time:joda-time from 2.13.0 to 2.14.2 (#44)
- chore(deps): bump org.apache.maven.plugins:maven-resources-plugin from 3.1.0 to 3.5.0 (#43)
- chore(deps-dev): bump com.github.jknack:handlebars-helpers from 4.4.0 to 4.5.1 (#42)
- chore(deps-dev): bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 (#41)
- chore(deps): bump maven.version from 3.9.14 to 3.9.16 (#40)
- chore(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.2.1 to 3.6.3 (#39)
- chore(deps-dev): bump org.jboss.arquillian.testng:arquillian-testng-container from 1.9.3.Final to 1.10.2.Final (#38)
- chore(deps-dev): bump org.apache.ant:ant from 1.10.15 to 1.10.17 (#36)
- chore(deps-dev): bump logback-version from 1.5.25 to 1.5.34 (#35)
- chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 (#34)
- chore(deps): bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.11.0 (#33)
- chore(deps): bump org.javassist:javassist from 3.30.2-GA to 3.31.0-GA (#32)
- chore(deps): bump maven.version from 3.9.14 to 3.9.16 (#31)
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.6 (#30)
- chore(deps): bump jackson-version from 3.1.3 to 3.1.4 (#29)
- chore(deps-dev): bump com.github.jknack:handlebars from 4.4.0 to 4.5.1 (#28)
Swagger-core 3.0.0-RC2 (Release Candidate) released!
Swagger-core 3.0.0-RC1 (Release Candidate) released!
- Revert "Add optional parameter to AbstractModelConverter to skip automatic Swagger module setup (#19)" (#22)
- Skip resolveSubtypes for sealed classes with
@Schema(oneOf)(#21) - Prevent examples duplication in Schema model (#20)
- Add optional flag to skip Swagger module configuration in AbstractMod… (#19)
- Remove wiki update steps and add latest javadoc redirect (#18)
- Fix wiki update step by referencing script directly from repository (#17)
- Use correct baseline for release notes based on release type (#16)
- Fix javadoc copy path in prepare-javadocs.sh (#15)
- Update GitHub repository references to
vpelikh/swagger-core(#14) - Fix javadoc generation (#13)
- Fix release workflow to fetch tags and prevent re-releasing existing version (#12)
- Add missing json import in publishRelease.py (#11)
- Fix sed commands to correctly update version in Java source files (#10)
- Remove overly broad sed replacement for swagger-java17-support pom.xml (#9)
- Fix release notes for initial release with no previous stable tag (#8)
- Rework release process, drop 1.5 branch, update to new repo (#7)
- fix: polish jackson 3 migration (#6)
- chore: change group id to io.github.vpelikh and set version to 3.0.0-… (#5)
- feat: migrate to jackson 3 (#4)
- feat: migrate to java 17 (#3)
- skip swagger-jaxrs2 tests, because it fails in CI for some reason (#2)
Swagger-core 3.0.0-M9 (Milestone) released!
- Skip resolveSubtypes for sealed classes with
@Schema(oneOf)(#21) - Prevent examples duplication in Schema model (#20)
- Add optional flag to skip Swagger module configuration in AbstractMod… (#19)
- Remove wiki update steps and add latest javadoc redirect (#18)
- Fix wiki update step by referencing script directly from repository (#17)
- Use correct baseline for release notes based on release type (#16)
- Fix javadoc copy path in prepare-javadocs.sh (#15)
- Update GitHub repository references to
vpelikh/swagger-core(#14) - Fix javadoc generation (#13)
- Fix release workflow to fetch tags and prevent re-releasing existing version (#12)
- Add missing json import in publishRelease.py (#11)
- Fix sed commands to correctly update version in Java source files (#10)
- Remove overly broad sed replacement for swagger-java17-support pom.xml (#9)
- Fix release notes for initial release with no previous stable tag (#8)
- Rework release process, drop 1.5 branch, update to new repo (#7)
- fix: polish jackson 3 migration (#6)
- chore: change group id to io.github.vpelikh and set version to 3.0.0-… (#5)
- feat: migrate to jackson 3 (#4)
- feat: migrate to java 17 (#3)
- skip swagger-jaxrs2 tests, because it fails in CI for some reason (#2)
Swagger-core 3.0.0-M8 (Milestone) released!
- Remove wiki update steps and add latest javadoc redirect (#18)
- Fix wiki update step by referencing script directly from repository (#17)
- Fix javadoc copy path in prepare-javadocs.sh (#15)
- Update GitHub repository references to
vpelikh/swagger-core(#14) - Fix javadoc generation (#13)
- Fix release workflow to fetch tags and prevent re-releasing existing version (#12)
- Add missing json import in publishRelease.py (#11)
- Fix sed commands to correctly update version in Java source files (#10)
- Remove overly broad sed replacement for swagger-java17-support pom.xml (#9)
- Fix release notes for initial release with no previous stable tag (#8)
- Rework release process, drop 1.5 branch, update to new repo (#7)
- fix: polish jackson 3 migration (#6)
- chore: change group id to io.github.vpelikh and set version to 3.0.0-… (#5)
- feat: migrate to jackson 3 (#4)
- feat: migrate to java 17 (#3)
- skip swagger-jaxrs2 tests, because it fails in CI for some reason (#2)
Swagger-core 3.0.0-M7 (Milestone) released!
- Fix wiki update step by referencing script directly from repository (#17)
- Fix javadoc copy path in prepare-javadocs.sh (#15)
- Update GitHub repository references to
vpelikh/swagger-core(#14) - Fix javadoc generation (#13)
- Fix release workflow to fetch tags and prevent re-releasing existing version (#12)
- Add missing json import in publishRelease.py (#11)
- Fix sed commands to correctly update version in Java source files (#10)
- Remove overly broad sed replacement for swagger-java17-support pom.xml (#9)
- Fix release notes for initial release with no previous stable tag (#8)
- Rework release process, drop 1.5 branch, update to new repo (#7)
- fix: polish jackson 3 migration (#6)
- chore: change group id to io.github.vpelikh and set version to 3.0.0-… (#5)
- feat: migrate to jackson 3 (#4)
- feat: migrate to java 17 (#3)
- skip swagger-jaxrs2 tests, because it fails in CI for some reason (#2)
Swagger-core 3.0.0-M6 (Milestone) released!
- Fix javadoc copy path in prepare-javadocs.sh (#15)
- Update GitHub repository references to
vpelikh/swagger-core(#14) - Fix javadoc generation (#13)
- Fix release workflow to fetch tags and prevent re-releasing existing version (#12)
- Add missing json import in publishRelease.py (#11)
- Fix sed commands to correctly update version in Java source files (#10)
- Remove overly broad sed replacement for swagger-java17-support pom.xml (#9)
- Fix release notes for initial release with no previous stable tag (#8)
- Rework release process, drop 1.5 branch, update to new repo (#7)
- fix: polish jackson 3 migration (#6)
- chore: change group id to io.github.vpelikh and set version to 3.0.0-… (#5)
- feat: migrate to jackson 3 (#4)
- feat: migrate to java 17 (#3)
- skip swagger-jaxrs2 tests, because it fails in CI for some reason (#2)
Swagger-core 3.0.0-M5 (Milestone) released!
- Fix javadoc copy path in prepare-javadocs.sh (#15)
- Update GitHub repository references to
vpelikh/swagger-core(#14) - Fix javadoc generation (#13)
- Fix release workflow to fetch tags and prevent re-releasing existing version (#12)
- Add missing json import in publishRelease.py (#11)
- Fix sed commands to correctly update version in Java source files (#10)
- Remove overly broad sed replacement for swagger-java17-support pom.xml (#9)
- Fix release notes for initial release with no previous stable tag (#8)
- Rework release process, drop 1.5 branch, update to new repo (#7)
- fix: polish jackson 3 migration (#6)
- chore: change group id to io.github.vpelikh and set version to 3.0.0-… (#5)
- feat: migrate to jackson 3 (#4)
- feat: migrate to java 17 (#3)
- skip swagger-jaxrs2 tests, because it fails in CI for some reason (#2)
Swagger-core 3.0.0-M4 (Milestone) released!
- Fix javadoc copy path in prepare-javadocs.sh (#15)
- Update GitHub repository references to
vpelikh/swagger-core(#14) - Fix javadoc generation (#13)
- Fix release workflow to fetch tags and prevent re-releasing existing version (#12)
- Add missing json import in publishRelease.py (#11)
- Fix sed commands to correctly update version in Java source files (#10)
- Remove overly broad sed replacement for swagger-java17-support pom.xml (#9)
- Fix release notes for initial release with no previous stable tag (#8)
- Rework release process, drop 1.5 branch, update to new repo (#7)
- fix: polish jackson 3 migration (#6)
- chore: change group id to io.github.vpelikh and set version to 3.0.0-… (#5)
- feat: migrate to jackson 3 (#4)
- feat: migrate to java 17 (#3)
- skip swagger-jaxrs2 tests, because it fails in CI for some reason (#2)