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

GWT 2.13 deprecations/removals #10029

Open
11 tasks
niloc132 opened this issue Nov 2, 2024 · 0 comments
Open
11 tasks

GWT 2.13 deprecations/removals #10029

niloc132 opened this issue Nov 2, 2024 · 0 comments

Comments

@niloc132
Copy link
Member

niloc132 commented Nov 2, 2024

Removals - types that have already been deprecated in a past release and are not considered part of the public API:

  • com.google.gwt.dev.GetJreEmulation - runnable main that appears to list jre emulation, like the JavaEmulSummaryDoclet (formerly ezt doclet).
    • com.google.gwt.dev.SignatureDumper - package-protected class used in GetJreEmulation.
  • com.google.gwt.dev.RunWebApp - runnable main that appears to run the JettyLauncher (deprecated in GWT 2.11), without the rest of dev mode.
  • com.google.gwt.dev.shell.log.ServletContextTreeLogger - like HostedModeServletConfigProxy, this was part of GWTShellServlet, but wasn't removed.
  • com.google.gwt.dev.shell.WorkDirs - Was used in GWTShell, also removed in GWT 2.6.
  • com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor - this should not be deleted, but removed from release artifacts.
  • com.google.gwt.dev.ApplicationCreator this only logs an error, and references another main, which previously only logged an error, and was removed in 2.12.
  • com.google.gwt.dev.util.arg.ArgHandlerDumpSignatures - already warns if used, though not annotated with @Deprecated.
  • com.google.gwt.dev.util.arg.ArgHandlerOutDir - unused, not available for any command line tools

Deprecations - to be removed in a future release, and also not considered part of the public API:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant