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

Fix mapper provider imports when there are no mappers; Update gwt-jackson. #393

Merged
merged 3 commits into from
Jan 14, 2014

Conversation

Chris-V
Copy link
Member

@Chris-V Chris-V commented Jan 9, 2014

No description provided.

@@ -4,7 +4,9 @@ import javax.inject.Inject;
import javax.inject.Provider;

import com.google.inject.TypeLiteral;
#if (!$types.isEmpty())
import com.gwtplatform.dispatch.rest.client.serialization.mappers.*;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When there are no mappers generated, this package doesn't exist, so it fails to compile.

@meriouma
Copy link
Member

LGTM

@Chris-V
Copy link
Member Author

Chris-V commented Jan 14, 2014

@christiangoudreau

Chris-V added a commit that referenced this pull request Jan 14, 2014
Fix mapper provider imports when there are no mappers; Update gwt-jackson.
@Chris-V Chris-V merged commit 76429b6 into master Jan 14, 2014
@Chris-V Chris-V deleted the cv_dont_import_empty_mapper_package branch January 14, 2014 17:31
Chris-V added a commit that referenced this pull request Apr 4, 2014
Fix mapper provider imports when there are no mappers; Update gwt-jackson.
hpehl pushed a commit to hpehl/GWTP that referenced this pull request Dec 9, 2014
…er_package

Fix mapper provider imports when there are no mappers; Update gwt-jackson.


Former-commit-id: 1927cdb
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

Successfully merging this pull request may close these issues.

2 participants