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 net.sf.mpxj:mpxj from 13.5.1 to 13.6.0 #2611

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2024

Bumps net.sf.mpxj:mpxj from 13.5.1 to 13.6.0.

Release notes

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

Version 13.6.0

  • Added the Task.getBaselineTask() methods. For applications where a separate baseline schedule is present or a baseline has been manually added to the ProjectFile instance, these methods will allow you to access the underlying baseline task instance from the current task instance.
  • Added the Activity Percent Complete attribute to the Task class. The value of this attribute will be the Duration, Physical or Units percent complete value, based on the Percent Complete Type setting. This attribute is provided as a convenience to match the Activity Percent Complete type value shown in P6.
  • Improve retrieval of custom field values for certain MPP files.
  • Improve handling of PMXML files with more than 11 baselines.
  • Improve handling of unexpected data types when writing JSON files.
  • Added the Relation.getPredecessorTask() and Relation.getSuccessorTask() methods.
  • Marked the Relation.getSourceTask() and Relation.getTargetTask() methods as deprecated, use the Relation.getPredecessorTask() and Relation.getSuccessorTask() instead.
  • Ensure that with "Link Cross Project Relations" enabled when reading XER or PMXML files, the predecessor and successor lists for both tasks related acrosss projects are correctly populated.
Changelog

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

13.6.0 (2024-11-06)

  • Added the Task.getBaselineTask() methods. For applications where a separate baseline schedule is present or a baseline has been manually added to the ProjectFile instance, these methods will allow you to access the underlying baseline task instance from the current task instance.
  • Added the Activity Percent Complete attribute to the Task class. The value of this attribute will be the Duration, Physical or Units percent complete value, based on the Percent Complete Type setting. This attribute is provided as a convenience to match the Activity Percent Complete type value shown in P6.
  • Improve retrieval of custom field values for certain MPP files.
  • Improve handling of PMXML files with more than 11 baselines.
  • Improve handling of unexpected data types when writing JSON files.
  • Added the Relation.getPredecessorTask() and Relation.getSuccessorTask() methods.
  • Marked the Relation.getSourceTask() and Relation.getTargetTask() methods as deprecated, use the Relation.getPredecessorTask() and Relation.getSuccessorTask() instead.
  • Ensure that with "Link Cross Project Relations" enabled when reading XER or PMXML files, the predecessor and successor lists for both tasks related acrosss projects are correctly populated.
Commits
  • 1f4cc03 Update documentation
  • 7469eee Tidy up isSuccessor isPredecessor implementation
  • 6e0c2f8 Update version
  • f9f0020 Link Cross Project Relations Populate Predecessors and Successors (#769)
  • abd3462 Link cross project relations in CustomerDataTest
  • 7c9a466 Provide Predecessor Task and Successor Task rather than Source Task and Targe...
  • d39a4ab JSON: handle unexpected data types
  • 920605e PMXML: handle files with more than 11 baselines
  • 75683b2 Tidy up timestamp conversion
  • 0855476 Revert "Tidy up timestamp conversion"
  • Additional commits viewable in compare view

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.5.1 to 13.6.0.
- [Release notes](https://github.com/joniles/mpxj/releases)
- [Changelog](https://github.com/joniles/mpxj/blob/master/CHANGELOG.md)
- [Commits](joniles/mpxj@v13.5.1...v13.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

github-actions bot commented Nov 7, 2024

Test Results

318 tests  ±0   318 ✅ ±0   19s ⏱️ +2s
 84 suites ±0     0 💤 ±0 
 84 files   ±0     0 ❌ ±0 

Results for commit c13c21c. ± Comparison against base commit 4962167.

@dbarashev dbarashev merged commit 41c4975 into master Nov 8, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/net.sf.mpxj-mpxj-13.6.0 branch November 8, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant