Skip to content
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

Bump pojobuilder from 3.4.0 to 4.2.3 #1164

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2021

Bumps pojobuilder from 3.4.0 to 4.2.3.

Release notes

Sourced from pojobuilder's releases.

PojoBuilder 4.2.3

  • Fixes #154 - Fields using static inner classes with same name generate overlapping imports
  • Fixes #156 - Fields of a type with the same name as the optional type produce incorrect import
  • Add JMH performance benchmark (see #162)

PojoBuilder 4.2.2

  • Fixes #146 - Constructor receiving parent type as argument creates error on JavaDoc

PojoBuilder 4.2.1

  • Fixes #150 - Support different types with identical simple names
  • Dropped support for Java 7

PojoBuilder 4.2.0

Changes:

  • Fixes #148 - Java 9 error java.lang.NoClassDefFoundError: javax/annotation/Generated

PojoBuilder 4.1.0

Changes:

  • Fixes #140 - Add support for GWT

PojoBuilder 4.0.1

Changes:

  • Fixes #141 - "Visibility" enum is missing in annotations jar
  • Fixes #142 - Unspecified optional property is set to null instead of Optional.absent()
  • Fixes #143 - Translate german javadoc to english

PojoBuilder 4.0.0

Changes:

  • Fixes #135 - Class-level annotation with one constructor no longer works
  • Allow suppression of public constructor when using withFactoryMethod
  • Fixes #134 - Special support for Optional Properties

PojoBuilder 3.6.0

Changes:

  • clone() method does not declare throws CloneNotSupportedException #98
  • Support Java 8 Supplier as withBuilderInterface #133

PojoBuilder 3.5.0

Changes:

  • Support Setter Methods with return type #127
  • Why is no optional method generated for primitive fields? #122

PojoBuilder 3.4.3

Changes:

  • Fixed #123: Properties using Optional should have the type: Optional

... (truncated)

Commits

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.


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)

Bumps [pojobuilder](https://github.com/mkarneim/pojobuilder) from 3.4.0 to 4.2.3.
- [Release notes](https://github.com/mkarneim/pojobuilder/releases)
- [Changelog](https://github.com/mkarneim/pojobuilder/blob/master/HOW%20TO%20RELEASE.md)
- [Commits](mkarneim/pojobuilder@pojobuiler-3.4.0...v4.2.3)

---
updated-dependencies:
- dependency-name: net.karneim:pojobuilder
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 12, 2021 23:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 12, 2021
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit d81895c into master Oct 12, 2021
@dependabot dependabot bot deleted the dependabot/maven/net.karneim-pojobuilder-4.2.3 branch October 12, 2021 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant