Skip to content

Bump org.choco-solver:choco-solver from 4.10.6 to 6.0.1#255

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.choco-solver-choco-solver-6.0.1
Open

Bump org.choco-solver:choco-solver from 4.10.6 to 6.0.1#255
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.choco-solver-choco-solver-6.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps org.choco-solver:choco-solver from 4.10.6 to 6.0.1.

Release notes

Sourced from org.choco-solver:choco-solver's releases.

6.0.1 - 21 May 2026

Major features:

Constraints

  • Fix PropModXY in case of negative mod

Contributors to this release:

Full Changelog: chocoteam/choco-solver@v6.0.0...v6.0.1

6.0.0 - 05 May 2026

Major features:

Constraints & LCG

  • Faster modulo constraints with bounded variables
  • Fix modulo constraint with negative values
  • Add lcgExtractFromVariablesOnSolution setting to control whether the solution-forbidding clause is built from variable assignments (true) or from the decision path (false, default)
  • Add optimized implementations for the element constraint
  • Improve filtering of signs of variables in PropDivXYZ
  • Fix SparseBitSet.prevClearBit(final int fromIndex)

Build, CI & Tooling

  • Migrate to Java 17 (<release>17</release>); Java 17 language features and APIs are now available
  • Simplify Maven compiler configuration: remove multi-release JAR dual-compilation strategy (Java 8 + module-info at Java 9)
  • Enforce minimum Java 17 and Maven 3.6.0 via maven-enforcer-plugin
  • Upgrade ANTLR from 4.9.3 to 4.13.2; migrate grammars to standard src/main/antlr4/ layout; generated parser sources are no longer committed to the repository
  • Upgrade TestNG from 7.5.1 to 7.12.0
  • Upgrade args4j from 2.33 to 2.37

Deprecated API (to be removed in next release):

Other closed issues and pull requests:

See milestone 5.0.2

Contributors to this release:

5.0.1 - 10 Apr 2026

Major features:

... (truncated)

Changelog

Sourced from org.choco-solver:choco-solver's changelog.

6.0.1 - 21 May 2026

Major features:

Constraints

  • Fix PropModXY in case of negative mod

Contributors to this release:

Full Changelog: chocoteam/choco-solver@v6.0.0...v6.0.1

6.0.0 - 05 May 2026

Major features:

Constraints & LCG

  • Faster modulo constraints with bounded variables
  • Fix modulo constraint with negative values
  • Add lcgExtractFromVariablesOnSolution setting to control whether the solution-forbidding clause is built from variable assignments (true) or from the decision path (false, default)
  • Add optimized implementations for the element constraint
  • Improve filtering of signs of variables in PropDivXYZ
  • Fix SparseBitSet.prevClearBit(final int fromIndex)

Build, CI & Tooling

  • Migrate to Java 17 (<release>17</release>); Java 17 language features and APIs are now available
  • Simplify Maven compiler configuration: remove multi-release JAR dual-compilation strategy (Java 8 + module-info at Java 9)
  • Enforce minimum Java 17 and Maven 3.6.0 via maven-enforcer-plugin
  • Upgrade ANTLR from 4.9.3 to 4.13.2; migrate grammars to standard src/main/antlr4/ layout; generated parser sources are no longer committed to the repository
  • Upgrade TestNG from 7.5.1 to 7.12.0
  • Upgrade args4j from 2.33 to 2.37

Deprecated API (to be removed in next release):

Other closed issues and pull requests:

See milestone 5.0.2

Contributors to this release:

Full Changelog: chocoteam/choco-solver@v5.0.1...v5.0.2

5.0.1 - 10 Apr 2026

... (truncated)

Commits
  • 05e356a update release.sh
  • 9f86d9f Merge release-6.0.1
  • 90c6d4f initiate release 6.0.1
  • e2aaab7 Update release scripts
  • d40b73d fix PropModXY
  • 87b7b22 Prepare the code for the next version
  • 0a3ee3a Merge branch 'release-6.0.0' into develop
  • 3ac32ce initiate release 6.0.0
  • 9868d22 use slf4j.nop for test only
  • d81b8fb remove slf4j-nop dependency to avoid conflicts in applications using choco-so...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.choco-solver:choco-solver [< 4.11, > 4.10.6]
org.choco-solver:choco-solver [>= 5.a0, < 6]

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 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 [org.choco-solver:choco-solver](https://github.com/chocoteam/choco-solver) from 4.10.6 to 6.0.1.
- [Release notes](https://github.com/chocoteam/choco-solver/releases)
- [Changelog](https://github.com/chocoteam/choco-solver/blob/master/CHANGES.md)
- [Commits](chocoteam/choco-solver@4.10.6...v6.0.1)

---
updated-dependencies:
- dependency-name: org.choco-solver:choco-solver
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 May 25, 2026
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.

0 participants