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

Use JAXB to read method-order properties... #16

Closed
wants to merge 7 commits into from

Conversation

ptziegler
Copy link
Owner

No description provided.

Copy link

Unit Test Results

         4 files           4 suites   1h 20m 11s ⏱️
  7 075 tests   6 885 ✔️ 190 💤 0
28 300 runs  27 536 ✔️ 764 💤 0

Results for commit 2d44e4a.

When updating from Commons Logging 1.2.0 to 1.3.0, the symbolic name
changed from "org.apache.commons.logging" to
"org.apache.commons-logging".

Using the new bundle name seems like the correct choice, given that it
is also used by e.g. the SDK.
Other SimRel projects currently use JAXB 2.3.9. In order to avoid having
duplicate 3rd party libraries in the future, we should use the same
artifact (albeit in a newer version).
Part of the migration from Digester3 to JAXB.

See eclipse-windowbuilder#638
The order is expected to be of type string. Note that because the order
is an optional parameter, we have to wrap the setter invocation via
acceptSafe.

See eclipse-windowbuilder#638
The creation description is expected to be a string. Note that both the
description and source are optional, hence why the setter invocation has
to be wrapped via acceptSafe().

See eclipse-windowbuilder#638
It is important to note that the noInherit property needs to be checked
before the new morph targets are added, to ensure that any parent
targets are cleared before the targets of the current class are added.

See eclipse-windowbuilder#638
@ptziegler ptziegler force-pushed the issue638-remove-digester3-pt2 branch from 2d44e4a to 6fd9c45 Compare January 13, 2024 09:47
@ptziegler ptziegler closed this Jan 13, 2024
@ptziegler ptziegler deleted the issue638-remove-digester3-pt2 branch January 13, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant