Skip to content

Bump com.navercorp.fixturemonkey:fixture-monkey from 0.5.2 to 0.6.10#39

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/com.navercorp.fixturemonkey-fixture-monkey-0.6.10
Closed

Bump com.navercorp.fixturemonkey:fixture-monkey from 0.5.2 to 0.6.10#39
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/com.navercorp.fixturemonkey-fixture-monkey-0.6.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 16, 2023

Bumps com.navercorp.fixturemonkey:fixture-monkey from 0.5.2 to 0.6.10.

Release notes

Sourced from com.navercorp.fixturemonkey:fixture-monkey's releases.

0.6.10

  • An anonymous object generated by Fixture Monkey could invoke a default method instead of invoking an arbitrary method.

0.6.9

  • Fix sampleList always returns a same element with AnonymousArbitraryIntrospector.
  • Remove CombinableArbitrary.from(Arbitrary). Use ArbitraryUtils.toCombinableArbitrary instead.
  • Refactor CombinableArbitrary.from has a type parameter instead of wildcard type.
  • Fix generating self reference map type with different key type.
  • Refactor setPostCondition does not cause any performance issue.
  • Fix generating a unique key of Map.
  • Add new option javaConstraintGenerator which defines a constraint of String, Decimal type, Integer type, DateTime type, Container type.

0.6.8

  • DefaultDecomposedContainerValueFactory supports Map.Entry
  • Fix a concurrency bug in PrimaryConstructorArbitraryIntrospector

0.6.7

  • Deprecate List<Property> generateChildProperties(AnnotatedType annotatedType) in PropertyGenerator interface, it will be removed in 0.7.0
  • Add List<Property> generateChildProperties(Property property) in PropertyGenerator interface

0.6.6

  • Fix omit if setting field is failed with FieldReflectionArbitraryIntrospector
  • Add More kotlin extensions in FixtureMonkeyBuilder.

0.6.5

  • Fix generating type which has a self-reference without nullable in Kotlin
  • Fix generating type which has a property with generic in Kotlin

0.6.4

  • Fix not set final property if using FieldReflectionArbitraryIntrospector

0.6.3

  • Add supports generating ZoneId
  • Rename apply method to thenApply. apply is deprecated and would be removed in 0.7.0
  • Add JavaTypeArbitraryGeneratorSet, JavaTimeArbitraryGeneratorSet interfaces for generating Java supported primitive types.
  • Add javaTypeArbitraryGeneratorSet, javaTimeArbitraryGeneratorSet options.
  • Deprecate javaTypeArbitraryGenerator, javaArbitraryResolver,javaTimeTypeArbitraryGenerator, javaTimeArbitraryResolver options.
  • Fix errors generating complex generic including more than two depth generic in Jackson module. Such as List<List<ComplexObject>>, Map<String, List<ComplexObject>>

0.6.2

  • CombinableArbitrary could generate a unique object.
  • Add options for modifying the number of object generation and the number of object unique generation.
  • Add defaultArbitraryGenerator option for extending CombinableArbitrary functionality.
  • Deprecate defaultArbitraryGenerator plugin option .
  • Deprecate arbitraryGenerators option.

0.6.1

New Features

  • Supports the parallel tests.

... (truncated)

Commits
  • 4a0da93 Release 0.6.10 version
  • 26967aa Add multi-release jar (#631)
  • 9278493 Prepare next iteration
  • 5353851 Release 0.6.9 version
  • ed8f41e Fix sampleList always return same element with AnonymousArbitraryIntrospector...
  • 2979858 Refactor CombinableArbitrary factory method using type inference (#776)
  • a0ba93f Remove setManipulated explicitly (#773)
  • 7a02f54 Fix generating self reference map type with diff key type (#774)
  • 6815a50 Upgrade test summary (#761)
  • 4753c57 Add benchmark summary (#766)
  • 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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.navercorp.fixturemonkey:fixture-monkey](https://github.com/naver/fixture-monkey) from 0.5.2 to 0.6.10.
- [Release notes](https://github.com/naver/fixture-monkey/releases)
- [Commits](naver/fixture-monkey@0.5.2...0.6.10)

---
updated-dependencies:
- dependency-name: com.navercorp.fixturemonkey:fixture-monkey
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 16, 2023
@scndry scndry closed this Apr 16, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 16, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/gradle/com.navercorp.fixturemonkey-fixture-monkey-0.6.10 branch April 16, 2026 08:21
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