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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.github.borewit:lizzy from 1.1.2 to 1.1.3 #135

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps io.github.borewit:lizzy from 1.1.2 to 1.1.3.

Release notes

Sourced from io.github.borewit:lizzy's releases.

v1.1.3

Changes

馃敡 Under the hood

猬嗭笍 Dependencies

Maven Central Release

Release: io.github.borewit:lizzy:1.1.3

Changelog

Sourced from io.github.borewit:lizzy's changelog.

Version 1.1.1

* Tracker issue "Transcode.sh doesn't work on Linux due to DOS line endings" solved thanks to chocolateboy
* Tracker issue "Lizzy produces invalid RSS" solved thanks to chocolateboy
* Removed dependency on Apache Xerces-J 2
* Castor version upgraded to 1.3.1
* Jaxen version upgraded to 1.1.3
* Apache Ant 1.8.1 has been used to build the distribution
* The Sun JDK 1.6.0_21 has been used to build the distribution
* Housekeeping

Version 1.1.0

* Support of the 'extension' element in XSPF 'playlist' and 'track' elements
* Use of the JAXB API for the RMP playlist format, as an usage example
* Castor version upgraded to 1.3
* args4j version upgraded to 2.0.12
* PMD version upgraded to 4.2.5
* Jaxen version upgraded to 1.1.2
* ObjectWeb ASM version upgraded to 3.2
* Apache Ant 1.7.1 has been used to build the distribution
* The Sun JDK 1.6.0_17 has been used to build the distribution

Version 1.0.1

* Support of the Hypetape XML playlist format
* The build process is now documented in the main HTML page 

Version 1.0.0

Note for the developer: API COMPATIBILITY ISSUES with previous versions (see below)
  • CAUTION: refactoring of Java package christophedelory.content (see below)
  • CAUTION: refactoring of Java package christophedelory.playlist.spi (the specific playlist providers are now located in their dedicated package)
  • CAUTION: refactoring of Java package christophedelory.playlist.asx (simplifications)
  • CAUTION: The christophedelory.content.Content duration is now specified as a simple long (not a Long instance anymore)
  • The content definition (christophedelory.content.Content) may now specify a width and height in pixels
  • The RSS playlist provider now makes use of the new generic content's width and height
  • NEW: content metadata providers for content duration and dimension in christophedelory.content
  • NEW: Some media contents may now be analyzed in order to extract their duration and dimension: audio (WAV, AU, AIFF, MIDI, RMF through JavaSound), images (PNG, JPG, GIF, BMP, WBMP through ImageIO) and all media types supported by FFMPEG through FFMPEG-Java
  • CAUTION: the class christophedelory.playlist.AbstractPlaylistVisitor has been renamed to BasePlaylistVisitor, and is no more abstract
  • CAUTION: the interface christophedelory.playlist.smil.SmilPlaylistVisitor has been renamed to SmilVisitor
  • CAUTION: the class christophedelory.playlist.smil.AbstractSmilPlaylistVisitor has been renamed to BaseSmilVisitor, and is no more abstract
  • CAUTION: the class christophedelory.playlist.PlaylistComponent has been renamed to AbstractPlaylistComponent
  • CAUTION: the class christophedelory.playlist.TimeContainer has been renamed to AbstractTimeContainer
  • CAUTION: the class christophedelory.playlist.SpecificPlaylistFactory is now a singleton
  • Java code audit has been performed thanks to PMD (new build dependency)
  • CAUTION: the java.util.ArrayList class is now used instead of the java.util.Vector class (performance issue)
  • CAUTION: the class christophedelory.playlist.wpl.SourceFilter has been removed; christophedelory.playlist.wpl.Filter must be used instead
  • CAUTION: the class christophedelory.plist.AbstractPlistText has been renamed to PlistText, and is no more abstract

... (truncated)

Commits
  • 96a94b2 Bump version to 1.1.3
  • 2cca20a Fix Gradle build artifact instructions
  • 33dd067 Merge pull request #18 from Borewit/dependabot/gradle/com.sun.xml.bind-jaxb-i...
  • be9a341 Bump com.sun.xml.bind:jaxb-impl from 2.3.3 to 2.3.8
  • 03e0b69 Ignore jaxb-impl & jakarta.xml.bind-api > version 2
  • b1af98e Add Maven Central release badge
  • 2a1cf92 Add unit tests for serializing playlist formats
  • 6491f82 CI: Release-Drafter: Fix link to published artifact
  • 5623ec5 Merge pull request #13 from Borewit/dependabot/gradle/org.codehaus.castor-cas...
  • 8d02b44 Remove lang: (reserved XML namespace) from XML bindings
  • 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 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 [io.github.borewit:lizzy](https://github.com/Borewit/lizzy) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/Borewit/lizzy/releases)
- [Changelog](https://github.com/Borewit/lizzy/blob/main/CHANGES.txt)
- [Commits](Borewit/lizzy@v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: io.github.borewit:lizzy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests which update a dependency file label Mar 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 7, 2023

Superseded by #139.

@dependabot dependabot bot closed this Mar 7, 2023
@dependabot dependabot bot deleted the dependabot/gradle/io.github.borewit-lizzy-1.1.3 branch March 7, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests which update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants