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 ws.schild:jave-all-deps from 3.3.1 to 3.4.0 #1364

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2023

Bumps ws.schild:jave-all-deps from 3.3.1 to 3.4.0.

Changelog

Sourced from ws.schild:jave-all-deps's changelog.

JAVE2

Changelog

  • 3.4.0
    • Added PresetEnum to API
    • Added quit encoding to api, thanks to sam80180
    • Added module name for java 9+ compatibility, thanks to Stickerifier
    • Use proper class for semaphore, thanks to leeychee
    • Updated maven build environment
  • 3.3.1
    • Fixed naming of binary for OSX M1 platform
    • Windows 64bit + 32bit binary on 4.4.1 too -> Still missing 4.4.1 binaries for arm32 build
  • 3.3.0
  • 3.2.1
  • 3.2.0
    • Modified quoting for command line arguments
    • Implemented subtitle ass video filter
    • Added constructor for scaling filter which allows string expressions
    • Added constructor for scaling filter which does not require the ForceOriginalAspectRatio parameter
    • Added CropFilter
    • Added constructor for color filter which allows string expressions
    • Added support for multiple video filters in one conversion pass
    • Added enhanced meta data detection in MultiMedia object
    • Implement critical section in executable location+creation to prevent race condition (Issue #163)
    • Upgraded to ffmpeg v 4.4
    • Binaries from https://github.com/eugeneware/ffmpeg-static
    • The 32bit windows binaries remain at v4.2 since ffmpeg no longer supports the 32bit architekture 32bit support will be removed later
  • 3.1.0
    • Added support for arm32 bit (Thanks to jmformenti)
    • Added option to use a specific quote character for command line options. (Thanks to topcatv)
    • Added support for multimedia metdata (Thanks to jmformenti)
    • Corrected typo in setURL method of MultimediaObject (Thanks to Pyjou)
  • 3.0.1
    • Fixed a class loader issue when using it in spring boot environments
  • 3.0.0
    • Reworked base classes to handle the executable (Thanks to Michael Ressler)
    • Reworked the API to have a fluent and more flexible api (Thanks to Michael Ressler)
    • Added more supporting methods/classes to video processing/transformations

... (truncated)

Commits
  • ab43d17 Updated maven build environment
  • 02da387 Merge pull request #243 from Stickerifier/automatic-module-name
  • 094ab34 Merge pull request #244 from sam80180/master
  • 60c1c1c fix: add 'quit encoding' method
  • 22bdabc Added Manifest attribute to enable usage inside Java 9 modules
  • ec0ef8b Merge pull request #241 from baofeidyz/master
  • 00a084e Add bit depth of audio:s16 s16p s32 fltp dblp s64
  • b7772ed Create maven.yml
  • 7a14d5f Updated Changelog.md
  • 02a7f60 Merge pull request #208 from vvshuai/master
  • 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 [ws.schild:jave-all-deps](https://github.com/a-schild/jave2) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/a-schild/jave2/releases)
- [Changelog](https://github.com/a-schild/jave2/blob/master/Changelog.md)
- [Commits](a-schild/jave2@3.3.1...3.4.0)

---
updated-dependencies:
- dependency-name: ws.schild:jave-all-deps
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 12, 2023
Copy link

codecov bot commented Nov 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (edcf4e3) 48.35% compared to head (82e0514) 48.49%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1364      +/-   ##
============================================
+ Coverage     48.35%   48.49%   +0.13%     
- Complexity     1214     1222       +8     
============================================
  Files           105      105              
  Lines         10183    10183              
  Branches       1058     1058              
============================================
+ Hits           4924     4938      +14     
+ Misses         4646     4627      -19     
- Partials        613      618       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MohabMohie MohabMohie merged commit 62a8050 into main Nov 21, 2023
27 checks passed
@MohabMohie MohabMohie deleted the dependabot/maven/ws.schild-jave-all-deps-3.4.0 branch November 21, 2023 10:47
MohabMohie added a commit that referenced this pull request Dec 6, 2023
Bumps [ws.schild:jave-all-deps](https://github.com/a-schild/jave2) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/a-schild/jave2/releases)
- [Changelog](https://github.com/a-schild/jave2/blob/master/Changelog.md)
- [Commits](a-schild/jave2@3.3.1...3.4.0)

---
updated-dependencies:
- dependency-name: ws.schild:jave-all-deps
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mohab Mohie <Mohab.MohieElDeen@outlook.com>
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant