straumat / blockchain2graph

Blockchain2graph extracts blockchain data (bitcoin) and insert them into a graph database (neo4j).
GNU General Public License v3.0
149 stars 32 forks source link

Bump typescript-generator-maven-plugin from 2.23.603 to 2.27.744 #650

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps typescript-generator-maven-plugin from 2.23.603 to 2.27.744.

Release notes

Sourced from typescript-generator-maven-plugin's releases.

v2.27.744

  • Read-only and write-only properties (Jackson2, JSDoc tags) (#579)

  • Resolving subclasses of generic "known" classes (like Map) (#556)

  • Javadoc: using field's javadoc as a default when no javadoc is found on getter/setter (#552)

  • Support for excludePropertyAnnotations when using gson library (#569, #570)

  • Updated dependencies

Thanks for contribution/feedback: @cbrethes, @milosonator, @robin-xyzt-ai

Download from Maven Central Repository.

v2.26.723 Data libraries

  • Support for data libraries (guava, joda, vavr) (#545)
  • Parameter skip in Maven plugin (#533)
  • Sort property assignments in constructors (#541)
  • Updated dependencies
  • Updated build plugins

Thanks for contribution/feedback: @nurkiewicz, @headphonejack, @sadraskol, @jpstratman

Download from Maven Central Repository.

v2.25.695

  • Incompatible changes:

    • Jackson2 tagged unions: including root class of hierarchy in union (#497)
    • Gson: excluding static fields by default, added parameter excludeFieldsWithModifiers (#496)
  • Spring: support for query parameters grouped into object using @ModelAttribute (#495)

  • Jackson2: mappings for serializers and deserializers used on properties (serializerTypeMappings and deserializerTypeMappings parameters) (#498)

  • REST: distinguishing URLs with and without trailing slash (for example controller vs controller/) (#501)

  • Using Dependabot to keep dependencies up to date (#503)

  • Updated dependencies

  • Updated build plugins

Thanks for contribution/feedback: @kpolszewski, @michaelzangl, @andrewbents, @blutorange, @AMilassin, @sullis

Download from Maven Central Repository.

v2.24.612

  • Prefixing REST path parameter name when it is TypeScript reserved word (#481)
  • JSON-B: optionality, nullability, constructors and other improvements (#483, #484, #487)
  • Jackson 2: support for registerSubtype which specifies discriminant property value (#485, #486)
  • Removed wrongly generated constructors in TypeScript interfaces (fixed also JsonDeserializationExtension) (#489, #490)
  • Spring REST controller detection using @Component annotation (includes @RestController, @Controller, @Service etc.) (#488)

Thanks for contribution/feedback: @stuarthendren, @rmannibucau, @clamothe, @manstis, @raman-savitski

Download from Maven Central Repository.

Commits
  • ff180a7 Preparation for version 2.27
  • bb0e963 Read-only and write-only properties (Jackson2, JSDoc tags) (#579)
  • 4b7d70b Bump joda-time from 2.10.6 to 2.10.8 (#573)
  • ca6c419 Bump spring-boot-dependencies from 2.3.4.RELEASE to 2.3.5.RELEASE (#572)
  • f4c9771 Bump checker-qual from 3.6.1 to 3.7.1 (#571)
  • 12851a7 Bump junit from 4.13 to 4.13.1 (#567)
  • 44622fd Bump jackson2.version from 2.11.2 to 2.11.3 (#568)
  • b00c9f2 Bump guava from 29.0-jre to 30.0-jre (#566)
  • c7e8de6 Issue #569: excludePropertyAnnotations not respected when using gson (#570)
  • 13fa083 Replaced usage of Optional.isEmpty() (not available on Java 8)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)