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

Use spring to find annotations #14

Merged
merged 3 commits into from
May 24, 2017

Conversation

solidline
Copy link
Contributor

Guava fails to find annotations when spring-boot is running as a jar #13

Otherwise running as a jar guava fails
@solidline solidline closed this Mar 29, 2017
@solidline solidline reopened this Mar 29, 2017
} catch (InstantiationException e) {
e.printStackTrace();
} catch (IllegalAccessException e) {
e.printStackTrace();
Copy link
Owner

Choose a reason for hiding this comment

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

Don't print to STDOUT, use the logger instead:
private static final Logger LOGGER = LoggerFactory.getLogger(GraphQLSpringSchemaBuilder.class);

@bpatters bpatters merged commit bc13b8c into bpatters:master May 24, 2017
@cliedeman cliedeman mentioned this pull request Jun 12, 2017
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