Skip to content

Comments

Bump the dependencies group in /value with 2 updates#2025

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/value/dependencies-d18e228b68
Closed

Bump the dependencies group in /value with 2 updates#2025
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/value/dependencies-d18e228b68

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the dependencies group in /value with 2 updates: org.gwtproject:gwt-user and org.gwtproject:gwt.

Updates org.gwtproject:gwt-user from 2.12.2 to 2.13.0

Release notes

Sourced from org.gwtproject:gwt-user's releases.

GWT 2.13.0

Highlights:

  • Removed more old polyfills and IE-specific workarounds
  • Samples updated to use Maven, usually as multi-module projects
  • 2.13 is likely to be the last release where the compiler and dev tools run on Java 11
  • DevMode server defaults to only serving static files - projects that wish to use the old Jetty 9 launcher may specify -server com.google.gwt.dev.shell.JettyLauncher, but this is due to be removed. Projects should either split their server/client classpath, or switch to a ServletContainerLauncher that runs another server (https://github.com/niloc132/gwt-devmode-server-sample is an example project that can provide this)
  • Support -strict in test arguments, to more easily find compile issues in GWT libraries
  • JFR events added to replace SpeedTracer, support observability into compiler steps, permutation and fragment counts, and output size. Additionally, the gwt.jjs.dumpAst system property has been tweaked to support filtering, and generate more readable output
  • jaxb and xml-apis are now optional when using GWT's javax.validation support, set the gwt.validation.ignoreXml system property to avoid needing these
  • Improved JRE emulation tracking, listing not only supported APIs, but also document unsupported APIs with links to issues

Known bug:

  • We've had a report of errors on startup on Windows for DevMode/CodeServer, but most users haven't seemed to encounter it. We have a candidate fix, and will follow up with a point release when we gather more information and land it. See gwtproject/gwt#10272 for more details

Breaking Changes:

  • String.split emulation changed to support Java 8 semantics with empty entries
  • Collectors.toMap throws exception when assigning a null value to a key, reflecting Java semantics (though not Javadoc)
  • AccessControlException JRE emulation removed

Bug fixes:

JRE Emulation enhancements:

  • Added Java 9+ emulation to
    • java.io.ByteArrayOutputStream
    • java.io.OutputStream
    • java.io.Writer
    • java.lang.Integer
    • java.lang.Long
    • java.lang.Math
    • java.lang.Number
    • java.lang.StrictMath
    • java.lang.String
    • java.math.BigInteger

... (truncated)

Commits
  • b7117c1 Update poms to pass validation for Maven Central sync (#10266)
  • 2e307b7 Compute total size of samples correctly (#10263)
  • af2f4cc Rewrite SDK samples using Maven (#10247)
  • 2a8b571 Broaden files that checkstyle sees, fix errors it found (#10251)
  • a433a55 Status page for JRE emulation (#10208)
  • c0b9ba5 Make jaxb optional for validation tests, remove from classpath (#10249)
  • 05cee59 Record build details to Java FlightRecorder, rather than SpeedTracer (#10194)
  • 58a69dd Update and improve help info logs (#10081)
  • 30bf93e Read the content-type before closing the inputstream (#10234)
  • e28c671 Change default SCL instance, and allow selecting from service loader (#10103)
  • Additional commits viewable in compare view

Updates org.gwtproject:gwt from 2.12.2 to 2.13.0

Release notes

Sourced from org.gwtproject:gwt's releases.

GWT 2.13.0

Highlights:

  • Removed more old polyfills and IE-specific workarounds
  • Samples updated to use Maven, usually as multi-module projects
  • 2.13 is likely to be the last release where the compiler and dev tools run on Java 11
  • DevMode server defaults to only serving static files - projects that wish to use the old Jetty 9 launcher may specify -server com.google.gwt.dev.shell.JettyLauncher, but this is due to be removed. Projects should either split their server/client classpath, or switch to a ServletContainerLauncher that runs another server (https://github.com/niloc132/gwt-devmode-server-sample is an example project that can provide this)
  • Support -strict in test arguments, to more easily find compile issues in GWT libraries
  • JFR events added to replace SpeedTracer, support observability into compiler steps, permutation and fragment counts, and output size. Additionally, the gwt.jjs.dumpAst system property has been tweaked to support filtering, and generate more readable output
  • jaxb and xml-apis are now optional when using GWT's javax.validation support, set the gwt.validation.ignoreXml system property to avoid needing these
  • Improved JRE emulation tracking, listing not only supported APIs, but also document unsupported APIs with links to issues

Known bug:

  • We've had a report of errors on startup on Windows for DevMode/CodeServer, but most users haven't seemed to encounter it. We have a candidate fix, and will follow up with a point release when we gather more information and land it. See gwtproject/gwt#10272 for more details

Breaking Changes:

  • String.split emulation changed to support Java 8 semantics with empty entries
  • Collectors.toMap throws exception when assigning a null value to a key, reflecting Java semantics (though not Javadoc)
  • AccessControlException JRE emulation removed

Bug fixes:

JRE Emulation enhancements:

  • Added Java 9+ emulation to
    • java.io.ByteArrayOutputStream
    • java.io.OutputStream
    • java.io.Writer
    • java.lang.Integer
    • java.lang.Long
    • java.lang.Math
    • java.lang.Number
    • java.lang.StrictMath
    • java.lang.String
    • java.math.BigInteger

... (truncated)

Commits
  • b7117c1 Update poms to pass validation for Maven Central sync (#10266)
  • 2e307b7 Compute total size of samples correctly (#10263)
  • af2f4cc Rewrite SDK samples using Maven (#10247)
  • 2a8b571 Broaden files that checkstyle sees, fix errors it found (#10251)
  • a433a55 Status page for JRE emulation (#10208)
  • c0b9ba5 Make jaxb optional for validation tests, remove from classpath (#10249)
  • 05cee59 Record build details to Java FlightRecorder, rather than SpeedTracer (#10194)
  • 58a69dd Update and improve help info logs (#10081)
  • 30bf93e Read the content-type before closing the inputstream (#10234)
  • e28c671 Change default SCL instance, and allow selecting from service loader (#10103)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group in /value with 2 updates: [org.gwtproject:gwt-user](https://github.com/gwtproject/gwt) and [org.gwtproject:gwt](https://github.com/gwtproject/gwt).


Updates `org.gwtproject:gwt-user` from 2.12.2 to 2.13.0
- [Release notes](https://github.com/gwtproject/gwt/releases)
- [Commits](gwtproject/gwt@2.12.2...2.13.0)

Updates `org.gwtproject:gwt` from 2.12.2 to 2.13.0
- [Release notes](https://github.com/gwtproject/gwt/releases)
- [Commits](gwtproject/gwt@2.12.2...2.13.0)

---
updated-dependencies:
- dependency-name: org.gwtproject:gwt-user
  dependency-version: 2.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.gwtproject:gwt
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Feb 16, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/maven/value/dependencies-d18e228b68 branch February 17, 2026 18:05
copybara-service bot pushed a commit to google/guava that referenced this pull request Feb 17, 2026
My main motivation here was to pick up the new version of GWT, which popped up in google/auto#2025, since [our internal Java->web testing nowadays covers J2CL but not GWT](https://github.com/google/guava/releases/tag/v33.5.0).

RELNOTES=n/a
PiperOrigin-RevId: 871373563
copybara-service bot pushed a commit to google/guava that referenced this pull request Feb 17, 2026
My main motivation here was to pick up the new version of GWT, which popped up in google/auto#2025, since [our internal Java->web testing nowadays covers J2CL but not GWT](https://github.com/google/guava/releases/tag/v33.5.0).

RELNOTES=n/a
PiperOrigin-RevId: 871373563
copybara-service bot pushed a commit to google/guava that referenced this pull request Feb 17, 2026
My main motivation here was to pick up the new version of GWT, which popped up in google/auto#2025, since [our internal Java->web testing nowadays covers J2CL but not GWT](https://github.com/google/guava/releases/tag/v33.5.0).

RELNOTES=n/a
PiperOrigin-RevId: 871405455
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