-
Notifications
You must be signed in to change notification settings - Fork 382
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
Disable rpc.enhancedClasses by default at runtime #9879
Conversation
Logs warnings at compile time, indicating which classes need to be cleaned up to remove this feature. Mitigation for gwtproject#9709
The good news is that all tests passed with this change https://github.com/niloc132/gwt/actions/runs/7267798597 The bad news is that this means that the |
In light of #9709 (comment), it might be wise to generalize these error messages slightly, and if the developer doesn't believe that JPA/JDO is in use, to just remove the annotations and see if that still works. |
user/src/com/google/gwt/user/rebind/rpc/SerializableTypeOracleBuilder.java
Outdated
Show resolved
Hide resolved
user/src/com/google/gwt/user/server/rpc/RemoteServiceServlet.java
Outdated
Show resolved
Hide resolved
user/src/com/google/gwt/user/server/rpc/RemoteServiceServlet.java
Outdated
Show resolved
Hide resolved
user/src/com/google/gwt/user/server/rpc/RemoteServiceServlet.java
Outdated
Show resolved
Hide resolved
cf15d9c
to
e45b8eb
Compare
user/src/com/google/gwt/user/rebind/rpc/SerializableTypeOracleBuilder.java
Outdated
Show resolved
Hide resolved
Testing to confirm the new behavior:
|
Logs warnings at compile time, indicating which classes need to be cleaned up to remove this feature. Mitigation for #9709
Logs warnings at compile time, indicating which classes need to be cleaned up to remove this feature.
Mitigation for #9709