Update LICENSE/NOTICE files#1528
Merged
stevedlawrence merged 1 commit intoapache:mainfrom Aug 21, 2025
Merged
Conversation
stevedlawrence
commented
Aug 12, 2025
| Lightbend, Inc. (https://www.lightbend.com/). | ||
| Akka (https://akka.io). | ||
|
|
||
| - org.scala-lang.scala-library-<VERSION>.jar |
Member
Author
There was a problem hiding this comment.
I think removing scala-library-.jar was incorrect. When using Scala3, the old scala-library-2.13.x.jar is still pulled in as a transitive dependency to provide the bulk of the library (e.g. collections API). The scala3-library.jar provides a much smaller number of classes specific to scala 3. So even though we are using scala 3, the scala-library-2.13 jar is still used and must be listed in our notice file.
- Replace references to daffodil-lib with daffodil-core - Update dependency licenses to latest, usually just updating a copyright year or company name - Removed mentions of transitive dependencies we no longer have, includes: commons-codec, httplient5, httpcore5, httpcore5-h2 - Correct inconsistent indentation in some places DAFFODIL-3025
42ac230 to
2677c5d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DAFFODIL-3025