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 org.smooks:smooks-core from 2.0.0-RC4 to 2.0.0 in /pgp-keys-map-test1 #2590

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2024

Bumps org.smooks:smooks-core from 2.0.0-RC4 to 2.0.0.

Release notes

Sourced from org.smooks:smooks-core's releases.

v2.0.0

Release Notes

Miscellaneous Changes

  • Updated dependencies:
    • commons-net:commons-net to version 3.11.0
    • org.slf4j:slf4j-api to version 2.0.16.Final
    • com.fasterxml:aalto-xml to version 1.3.3

Breaking Changes

  • Rename XML element {https://www.smooks.org/xsd/smooks/smooks-core-1.6.xsd}delegate-reader to {https://www.smooks.org/xsd/smooks/smooks-core-1.6.xsd}rewrite
  • Rename XML attribute closeResult in {https://www.smooks.org/xsd/smooks/smooks-core-1.6.xsd}filterSettings to closeSink
  • Replace javax.xml.transform.Source parameter in Smooks#filterSource(...) method calls with:
    • org.smooks.io.source.JavaSource instead of org.smooks.io.payload.JavaSource
    • org.smooks.io.source.StringSource instead of org.smooks.io.payload.StringSource
    • org.smooks.io.source.ByteSource instead of org.smooks.io.payload.ByteSource
    • org.smooks.io.source.DOMSource instead of org.smooks.io.payload.DOMSource
    • org.smooks.io.source.JavaSourceWithoutEventStream instead of org.smooks.io.payload.JavaSourceWithoutEventStream
    • org.smooks.io.source.ReaderSource instead of javax.xml.transform.stream.StreamSource when the latter is constructed from java.io.Reader
    • org.smooks.io.source.StreamSource instead of javax.xml.transform.stream.StreamSource when the latter is constructed from java.io.InputStream
    • org.smooks.io.source.URLSource instead of javax.xml.transform.stream.StreamSource when the latter is constructed from a system ID
  • Replace javax.xml.transform.Result parameter in Smooks#filterSource(...) method calls with:
    • org.smooks.io.sink.StringSink instead of org.smooks.io.payload.StringResult
    • org.smooks.io.sink.JavaSink instead of org.smooks.io.payload.JavaResult
    • org.smooks.io.sink.ByteSink instead of org.smooks.io.payload.ByteResult
    • org.smooks.io.sink.DOMSink instead of javax.xml.transform.dom.DOMResult
    • org.smooks.io.sink.StreamSink instead of javax.xml.transform.stream.StreamResult when the latter is constructed from java.io.OutputStream
    • org.smooks.io.sink.WriterSink instead of javax.xml.transform.stream.StreamResult when the latter is constructed from java.io.Writer

Fixed Issues

  • Handle case in SAXWriter where xmlns attribute is empty (#779)
  • core:delegate-reader doesn't properly rewrite the attribute xmlns="" (#778)
  • Inherit bean context in rewrite (#800)

Binaries

Apache Maven

<dependency>
  <groupId>org.smooks</groupId>
  <artifactId>smooks-core</artifactId>
  <version>2.0.0</version>
</dependency>
</tr></table> 

... (truncated)

Commits
  • 119afe1 build(deps): bump org.hsqldb:hsqldb from 2.5.2 to 2.7.1 in /test-kit (#753)
  • c170d60 chore: prepare release (#843)
  • a8a80a5 docs: revise design diagram (#842)
  • 9ca0afe refactor: rename remaining result classes (#841)
  • 123a0eb build(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#838)
  • fd27019 build(deps-dev): bump cucumber.version from 7.20.0 to 7.20.1 (#839)
  • d74877d build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#840)
  • cc1a3d4 build(deps): bump org.slf4j:slf4j-api from 2.0.9 to 2.0.16 (#811)
  • de21535 build(deps): bump log4j2.version from 2.23.1 to 2.24.1 (#833)
  • f92dba9 build(deps-dev): bump cucumber.version from 7.19.0 to 7.20.0 (#835)
  • Additional commits viewable in compare view

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 [org.smooks:smooks-core](https://github.com/smooks/smooks) from 2.0.0-RC4 to 2.0.0.
- [Release notes](https://github.com/smooks/smooks/releases)
- [Changelog](https://github.com/smooks/smooks/blob/master/RELEASE.adoc)
- [Commits](smooks/smooks@v2.0.0-RC4...v2.0.0)

---
updated-dependencies:
- dependency-name: org.smooks:smooks-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2024
@robot-simplify4u robot-simplify4u enabled auto-merge (rebase) October 18, 2024 02:26
Copy link

sonarcloud bot commented Oct 18, 2024

@robot-simplify4u robot-simplify4u merged commit fc7f1ef into master Oct 18, 2024
17 checks passed
@robot-simplify4u robot-simplify4u deleted the dependabot/maven/pgp-keys-map-test1/org.smooks-smooks-core-2.0.0 branch October 18, 2024 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant