Skip to content

Bump net.sf.mpxj:mpxj from 13.12.0 to 14.0.0#2719

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/net.sf.mpxj-mpxj-14.0.0
Closed

Bump net.sf.mpxj:mpxj from 13.12.0 to 14.0.0#2719
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/net.sf.mpxj-mpxj-14.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 15, 2025

Copy link
Copy Markdown
Contributor

Bumps net.sf.mpxj:mpxj from 13.12.0 to 14.0.0.

Release notes

Sourced from net.sf.mpxj:mpxj's releases.

Version 14.0.0

  • NEW FEATURES
  • MPXJ can now schedule projects using CPM (Critical Path Method)
  • Two new classes (MicrosoftScheduler and PrimaveraScheduler) allow MPXJ to schedule a project in a way which follows the approach of either Microsoft Project or Primavera P6.
  • Added support for reading Edraw Project EDPX files
  • CHANGES
  • Improvements to accuracy of reading text UDF values from Powerproject PP files.
  • Corrected conversion of elapsed durations when writing JSON files.
  • Added the Relation#lag_units method to the ruby gem.
  • BREAKING CHANGES - .Net
  • The net.sf.mpxj, net.sf.mpxj-for-csharp, and net.sf.mpxj-for-vb NuGet packages are no longer being distributed. You must migrate your code to use the MPXJ.Net NuGet package instead.
  • BREAKING CHANGES - Java, Python
  • The name of the package containing MPXJ's Java classes has changed from net.sf.mpxj to org.mpxj. You will need to update your code by searching for net.sf.mpxj and replace this with org.mpxj. NOTE: for Java applications using Maven, the Maven Group ID has not changed, you will still retrieve MPXJ using the Group ID net.sf.mpxj.
  • The constant TaskField.PRIMARY_RESOURCE_ID has been renamed to TaskField.PRIMARY_RESOURCE_UNIQUE_ID.
  • The RelationContainer#getRawSuccessors method has been removed. Use the RelationContainer#getSuccessors method instead. This method now returns the same data getRawSuccessors returned previously.
  • The deprecated UserDefinedField constructors have been removed, use UserDefinedField.Builder instead.
  • The deprecated UserDefinedField#setDataType method has been removed, use the UserDefinedField.Builder#dataType method instead.
  • The deprecated StructuredNotes constructor has been removed, use the StructuredNotes constructor taking a ProjectFile instance instead.
  • The deprecated Relation#getSourceTask and Relation#getTargetTask methods have been removed, use Relation#getPredecessorTask and Relation#getSuccessorTask methods instead.
  • The deprecated Relation.Builder#sourceTask and Relation.Builder#targetTask methods have been removed, use Relation.Builder#predecessorTask and Relation.Builder#successorTask methods instead.
  • The deprecated ActivityCodeValue#getType method has been removed. Use the ActivityCodeValue#getParentCode method instead.
  • The deprecated ActivityCodeValue#getActivityCode method has been removed. Use the ActivityCodeValue#getParentCode method instead.
  • The deprecated ActivityCodeValue#getParent method has been removed. Use the ActivityCodeValue#getParentValue method instead.
  • The deprecated ActivityCodeValue#getParentUniqueID method has been removed. Use the ActivityCodeValue#getParentValueUniqueID method instead.
  • The deprecated ActivityCodeValue.Builder#type method has been removed. Use the ActivityCodeValue.Builder#activityCode method instead.
  • The deprecated ActivityCodeValue.Builder#parent method has been removed. Use the ActivityCodeValue.Builder#parentValue method instead.
  • The deprecated Task#addActivityCode method has been removed. Use the Task#addActivityCodeValue method instead.
  • The deprecated GanttBarStyleException#getBarStyleIndex method has been removed. Use GanttBarStyleException#getGanttBarStyleID to retrieve the bar style ID, and GanttChartView#getGanttBarStyleByID to retrieve the style
  • The deprecated constant TaskField.ACTIVITY_CODE_LIST has been removed. Use TaskField.ACTIVITY_CODE_VALUES instead.
  • The deprecated Task#getActivityCodes method has been removed. Use the Task#getActivityCodeValues method instead.
  • The deprecated Task#setPrimaryResourceID method has been removed. Use the Task#setPrimaryResourceUniqueID method instead.
  • The deprecated Task#getPrimaryResourceID method has been removed. Use the Task#getPrimaryResourceUniqueID method instead.
  • The deprecated Task#isSucessor method has been removed. Use the Task#isSuccessor method instead.
  • The common MPPUtility static methods getShort, getIntand getLong have been moved to the ByteArrayHelper class.
  • BREAKING CHANGES - Ruby
  • The deprecated Ruby attribute Relation#task_unique_id has been removed, use Relation#predecessor_task_unique_id and Relation#successor_task_unique_id instead.
Changelog

Sourced from net.sf.mpxj:mpxj's changelog.

14.0.0 (2025-05-07)

  • NEW FEATURES
  • MPXJ can now schedule projects using CPM (Critical Path Method)
  • Two new classes (MicrosoftScheduler and PrimaveraScheduler) allow MPXJ to schedule a project in a way which follows the approach of either Microsoft Project or Primavera P6.
  • Added support for reading Edraw Project EDPX files
  • CHANGES
  • Improvements to accuracy of reading text UDF values from Powerproject PP files.
  • Corrected conversion of elapsed durations when writing JSON files.
  • Added the Relation#lag_units method to the ruby gem.
  • BREAKING CHANGES - .Net
  • The net.sf.mpxj, net.sf.mpxj-for-csharp, and net.sf.mpxj-for-vb NuGet packages are no longer being distributed. You must migrate your code to use the MPXJ.Net NuGet package instead.
  • BREAKING CHANGES - Java, Python
  • The name of the package containing MPXJ's Java classes has changed from net.sf.mpxj to org.mpxj. You will need to update your code by searching for net.sf.mpxj and replace this with org.mpxj. NOTE: for Java applications using Maven, the Maven Group ID has not changed, you will still retrieve MPXJ using the Group ID net.sf.mpxj.
  • The constant TaskField.PRIMARY_RESOURCE_ID has been renamed to TaskField.PRIMARY_RESOURCE_UNIQUE_ID.
  • The RelationContainer#getRawSuccessors method has been removed. Use the RelationContainer#getSuccessors method instead. This method now returns the same data getRawSuccessors returned previously.
  • The deprecated UserDefinedField constructors have been removed, use UserDefinedField.Builder instead.
  • The deprecated UserDefinedField#setDataType method has been removed, use the UserDefinedField.Builder#dataType method instead.
  • The deprecated StructuredNotes constructor has been removed, use the StructuredNotes constructor taking a ProjectFile instance instead.
  • The deprecated Relation#getSourceTask and Relation#getTargetTask methods have been removed, use Relation#getPredecessorTask and Relation#getSuccessorTask methods instead.
  • The deprecated Relation.Builder#sourceTask and Relation.Builder#targetTask methods have been removed, use Relation.Builder#predecessorTask and Relation.Builder#successorTask methods instead.
  • The deprecated ActivityCodeValue#getType method has been removed. Use the ActivityCodeValue#getParentCode method instead.
  • The deprecated ActivityCodeValue#getActivityCode method has been removed. Use the ActivityCodeValue#getParentCode method instead.
  • The deprecated ActivityCodeValue#getParent method has been removed. Use the ActivityCodeValue#getParentValue method instead.
  • The deprecated ActivityCodeValue#getParentUniqueID method has been removed. Use the ActivityCodeValue#getParentValueUniqueID method instead.
  • The deprecated ActivityCodeValue.Builder#type method has been removed. Use the ActivityCodeValue.Builder#activityCode method instead.
  • The deprecated ActivityCodeValue.Builder#parent method has been removed. Use the ActivityCodeValue.Builder#parentValue method instead.
  • The deprecated Task#addActivityCode method has been removed. Use the Task#addActivityCodeValue method instead.
  • The deprecated GanttBarStyleException#getBarStyleIndex method has been removed. Use GanttBarStyleException#getGanttBarStyleID to retrieve the bar style ID, and GanttChartView#getGanttBarStyleByID to retrieve the style
  • The deprecated constant TaskField.ACTIVITY_CODE_LIST has been removed. Use TaskField.ACTIVITY_CODE_VALUES instead.
  • The deprecated Task#getActivityCodes method has been removed. Use the Task#getActivityCodeValues method instead.
  • The deprecated Task#setPrimaryResourceID method has been removed. Use the Task#setPrimaryResourceUniqueID method instead.
  • The deprecated Task#getPrimaryResourceID method has been removed. Use the Task#getPrimaryResourceUniqueID method instead.
  • The deprecated Task#isSucessor method has been removed. Use the Task#isSuccessor method instead.
  • The common MPPUtility static methods getShort, getIntand getLong have been moved to the ByteArrayHelper class.
  • BREAKING CHANGES - Ruby
  • The deprecated Ruby attribute Relation#task_unique_id has been removed, use Relation#predecessor_task_unique_id and Relation#successor_task_unique_id instead.
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
net.sf.mpxj:mpxj [>= 12.a, < 13]

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 [net.sf.mpxj:mpxj](https://github.com/joniles/mpxj) from 13.12.0 to 14.0.0.
- [Release notes](https://github.com/joniles/mpxj/releases)
- [Changelog](https://github.com/joniles/mpxj/blob/master/CHANGELOG.md)
- [Commits](joniles/mpxj@v13.12.0...v14.0.0)

---
updated-dependencies:
- dependency-name: net.sf.mpxj:mpxj
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies java Pull requests that update java code labels May 15, 2025
@github-actions

Copy link
Copy Markdown

Test Results

9 tests   - 315   9 ✅  - 315   2s ⏱️ -16s
7 suites  -  79   0 💤 ±  0 
7 files    -  79   0 ❌ ±  0 

Results for commit 89ea95b. ± Comparison against base commit 1478904.

This pull request removes 315 tests.
biz.ganttproject.app.BarriersTest ‑ two phase barrier exit registered after entrance()
biz.ganttproject.app.BarriersTest ‑ two phase barrier exit registered before entrance()
biz.ganttproject.app.InternationalizationTest ‑ fallback localizer()
biz.ganttproject.app.InternationalizationTest ‑ mapping localizer()
biz.ganttproject.app.InternationalizationTest ‑ prefix and fallback()
biz.ganttproject.app.InternationalizationTest ‑ test key prefix()
biz.ganttproject.app.InternationalizationTest ‑ test simple localizer()
biz.ganttproject.app.ValidatorsTest ‑ test money validator()
biz.ganttproject.app.platform.UpdateDialogModelTest ‑ initial state with major update()
biz.ganttproject.app.platform.UpdateDialogModelTest ‑ initial state with minor update()
…

@dependabot @github

dependabot Bot commented on behalf of github Jun 6, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #2725.

@dependabot dependabot Bot closed this Jun 6, 2025
@dependabot dependabot Bot deleted the dependabot/gradle/net.sf.mpxj-mpxj-14.0.0 branch June 6, 2025 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants