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 wro4j-maven-plugin from 1.7.0 to 1.10.1 #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2022

Bumps wro4j-maven-plugin from 1.7.0 to 1.10.1.

Release notes

Sourced from wro4j-maven-plugin's releases.

Wro4j 1.10.1

  • ConfigurableWroFilter does not redefine the default values anymore
  • Fixed an issue with inconsistent types when registering MBeans

Wro4j 1.10.0

  • Removed the outdated Packer.js
  • Removed the outdated Ember.js
  • Upgraded to Handlebars JS 4.7.6
  • Upgraded Ant to version 1.10.9
  • Upgraded Google Closure to version v20201102
  • Upgraded commons-io to version 2.8.0
  • Upgraded commons-lang to version 3.11
  • Upgraded commons-pool to version 2.9.0
  • Upgraded groovy to version 3.0.6
  • Upgraded Mockito to version 3.6.0
  • Upgraded jRuby to version 9.2.13.0
  • Upgraded Rhino to version 1.7.13
  • Upgraded Spring to version 5.3.1
  • Upgraded the jQuery webjar to version 3.5.1
  • Upgraded the font-awesome webjar to version 5.15.1
  • Upgraded the jshint webjar to version 2.11.0
  • Upgraded the locator webjar to version 0.40
  • Upgraded JUnit to version 4.13.1
  • Fixed an HTTP cache issue when a non-gzipped resource is cached first

Wro4j 1.9.0

  • Fixed the continuous integration
  • Fixed an issue with Cors headers being overridden by ResourceBundleProcessor
  • Upgraded many dependency versions
  • Now built against OpenJDK 9, 10 & 11
Changelog

Sourced from wro4j-maven-plugin's changelog.

#summary ChangeLog of all releases

===Release 1.7.7=== Date: 25 Sep 2014

  • Issue854 Jshint plugin should not try processing css resources
  • Issue885 Update less4j dependency to latest version
  • Issue891 Optimize hashing implementation
  • Issue893 Upgrade google closure compiler dependency
  • Issue894 Upgrade jruby dependency (performance optimization)
  • Issue895 ChainedProcessor uses WroTestUtils which uses junit, making it not work at runtime
  • Issue896 Confusing exception with incrementalBuildEnabled
  • Issue897 Optimize how often files are checksummed
  • Issue900 Prevent buildDirectory from being null
  • Issue902 Race condition in LazyProcessorDecorator when parallelProcessing is enabled
  • Issue903 Update coffee-script webjars dependency to latest version

===Release 1.7.6=== Date: 18 Jun 2014

  • Issue865 wro4j-maven-plugin : cssUrlRewriting act differently on Windows and Linux
  • Issue869 "MinimizeEnabled" not handled by wro.properties
  • Issue871 DisableCache clears the Model before the ResourceAuthorizationManager access it
  • Issue872 ResourceProxyRequestHandler throwing UnauthorizedRequestException when resource uri contains question mark and pound
  • Issue876 Update less4j dependency to latest version
  • Issue877 CssUrlRewritingProcessor does not handle properly empty url reference [url("")]
  • Issue878 Add provision to take context path into account - Build Time Solution using MavenPlugin
  • Issue879 Adding CssUrlAuthorizationProcessor post processor
  • Issue880 Update webjars-locator dependency to latest version
  • Issue882 Update google closure dependency
  • Issue883 Update dependency of emberjs webjar

===Release 1.7.5=== Date: 9 Apr 2014

  • Issue860 mvn wro4j:run fails due to optional configuration missing
  • Issue861 Less4jProcessor doesn't process properly imports on windows platform
  • Issue862 Update less4j dependency to latest version
  • Issue864 File descriptor leak
  • Issue866 Update handlebars webjar dependency version

===Release 1.7.4=== Date: 21 Mar 2014

  • Issue511 ResourceWatcher should check for changes in parallel
  • Issue715 java.lang.NullPointerException in AbstractNodeWithFallbackProcessor.java:62
  • Issue830 Using 'parallelProcessing' in Maven plugin produces intermittent NullPointerException during build process
  • Issue834 The grails plugin sometimes returns 404 for first request
  • Issue835 Upgrade coffee-script webjar dependency
  • Issue836 Upgrade emberjs webjar dependency
  • Issue837 Upgrade handlebars webjar dependency
  • Issue838 Resource watcher doesn't invalidate cache when change detected for wro4j-grails-plugin
  • Issue840 ResourceProxyRequestHandler accept method failing to match in v1.7.3, results in 404s
  • Issue841 Update jruby dependency version

... (truncated)

Commits
  • 32eee8e Updated the project version to 1.10.1
  • ba69dd6 Merge pull request #1119 from wro4j/issue-1118
  • 3b2f45e Issue #1118 - ConfigurableWroFilter should not redefine the default values
  • 3358ed9 Merge pull request #1117 from wro4j/issue-1116
  • f3179d2 Issue #1116 - Inconsistent types when registering MBean
  • c3fd30f Merge pull request #1115 from wro4j/release-1.10.0
  • 9f091dc Updated the project version to 1.10.1-SNAPSHOT
  • c99b4af Updated the project version to 1.10.0
  • 2527a65 Merge pull request #1114 from wro4j/dependencies
  • 5b6404b Dependency upgrades
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2022
dependabot bot and others added 2 commits September 12, 2022 09:35
Bumps [wro4j-maven-plugin](https://github.com/wro4j/wro4j) from 1.7.0 to 1.10.1.
- [Release notes](https://github.com/wro4j/wro4j/releases)
- [Changelog](https://github.com/wro4j/wro4j/blob/master/docs/ReleaseNotes.wiki)
- [Commits](wro4j/wro4j@v1.7.0...v1.10.1)

---
updated-dependencies:
- dependency-name: ro.isdc.wro4j:wro4j-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@timbrown5 timbrown5 force-pushed the dependabot/maven/ro.isdc.wro4j-wro4j-maven-plugin-1.10.1 branch from e0a7e7e to d92ae7a Compare September 12, 2022 09:11
@timbrown5
Copy link
Contributor

timbrown5 commented Sep 12, 2022

Note to self: Failing due to Java version mismatch:
CI: 1.8.0_345
Local: 11.0.10
(This version of wro4j-maven-plugin needs Java 11).

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant