Skip to content

Update exificient to 1.0.7#1078

Merged
tuxji merged 1 commit intoapache:mainfrom
scala-steward:update/exificient-1.0.7
Sep 6, 2023
Merged

Update exificient to 1.0.7#1078
tuxji merged 1 commit intoapache:mainfrom
scala-steward:update/exificient-1.0.7

Conversation

@scala-steward
Copy link
Contributor

About this PR

📦 Updates com.siemens.ct.exi:exificient from 1.0.4 to 1.0.7

📜 Changelog

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number

The following files still refer to the old version number (1.0.4).
You might want to review and update them manually.

daffodil-lib/src/main/scala/org/apache/daffodil/lib/util/BitOrder.scala
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.siemens.ct.exi", artifactId = "exificient" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.siemens.ct.exi", artifactId = "exificient" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

Copy link
Member

@stevedlawrence stevedlawrence left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Note that there were no tagged releases between 1.0.4 and 1.0.7

GitHub Diff: EXIficient/exificient@exificient-1.0.4...exificient-1.0.7

Can't find updated release notes

  • Do all automated continuous integration checks pass?
    Yes
  • Is the update a patch, minor, or major update?
    Patch update, mostly infrastructure/cleanup changes, plus a couple of bug fixes, one of which was fixed by Daffodil devs so errors are handled correctly
  • Is the license still compatible with ASF License Policy?
    Yes, still MIT
  • Have any changes been made to LICENSE/NOTICE files that need to be incorporated?
    No changes to LICENSE, no NOTICE file
  • Have any transitive dependencies been added or changed?
    Yes, removed jaxb-core, jaxb-impl, and jaxb-api dependencies. Also added slf4j-depdency, but Daffodil already has that. Will update license files to remove jaxb references.

Update CLI LICENSE and README files to remove JAXB references. JAXB is
removed as a dependency to exificient and that was the only thing that
used it.
@stevedlawrence stevedlawrence force-pushed the update/exificient-1.0.7 branch from 436c5c7 to f5967b2 Compare September 6, 2023 19:04
Copy link
Contributor

@tuxji tuxji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

I noticed the logging and jaxb changes too. So Daffodil needs fewer jars now; that's nice.

@tuxji tuxji merged commit 69492de into apache:main Sep 6, 2023
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.

3 participants