Update the MPXJ ruby gem to allow access to calendar data.
Mark the ActivityCodeValue.getType() method as deprecated. For clarity this method has been replaced by the new ActivityCodeValue.getActivityCode() method.
Mark the ActivityCodeValue.Builder.type() method as deprecated. For clarity this method has been replaced by the new ActivityCodeValue.Builder.activityCode() method.
Added the Task.getActivityCodeValues() method, which returns a Map of ActivityCodeValue instances, keyed by ActivityCode.
Marked the Task.getActivityCodes() method as deprecated. Replaced with the Task.getActivityCodeValues() method which is more clearly named, and presents the activity code values in a more flexible form.
Added the Task.addActivityCodeValue() method.
Marked the Task.addActivityCode() method as deprecated. Replaced with the Task.addActivityCodeValue() method which is more clearly named.
Further improvements to retrieval of custom field values read from MPP files.
Ensure that missing resource assignment and task start and finish dates are handled gracefully when working with calendars for manually scheduled tasks.
Update the MPXJ ruby gem to allow access to calendar data.
Mark the ActivityCodeValue.getType() method as deprecated. For clarity this method has been replaced by the new ActivityCodeValue.getActivityCode() method.
Mark the ActivityCodeValue.Builder.type() method as deprecated. For clarity this method has been replaced by the new ActivityCodeValue.Builder.activityCode() method.
Added the Task.getActivityCodeValues() method, which returns a Map of ActivityCodeValue instances, keyed by ActivityCode.
Marked the Task.getActivityCodes() method as deprecated. Replaced with the Task.getActivityCodeValues() method which is more clearly named, and presents the activity code values in a more flexible form.
Added the Task.addActivityCodeValue() method.
Marked the Task.addActivityCode() method as deprecated. Replaced with the Task.addActivityCodeValue() method which is more clearly named.
Further improvements to retrieval of custom field values read from MPP files.
Ensure that missing resource assignment and task start and finish dates are handled gracefully when working with calendars for manually scheduled tasks.
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
| --- | --- |
| net.sf.mpxj:mpxj | [>= 12.a, < 13] |
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 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 from 13.6.0 to 13.7.0.
Release notes
Sourced from net.sf.mpxj:mpxj's releases.
Changelog
Sourced from net.sf.mpxj:mpxj's changelog.
Commits
c791462
Update documentatione1b6cd8
Update documentation6900221
Update version0a0f2fe
Source formatting8aa6a7a
Code inspections54d85cb
Improve project clean1d24e6d
Handle missing start and finish datese24c82c
MPP: Improve handling of Custom Field Values (#776)0b99cc5
Activity code values methods refactor (#775)764b001
Sort activity code value unique IDs for consistent outputMost Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions | | --- | --- | | net.sf.mpxj:mpxj | [>= 12.a, < 13] |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