Github user smashew commented on the pull request:
https://github.com/apache/incubator-streams/pull/187#issuecomment-74741753
I mean, technically, this allevates the issue.
A better approach would be
private final static Class<? extends StreamsDateFormat> dtClazzes;
static {
// Load dtClazzes
// Scanner slow stuff here... Put a LOGGER.info("") message to apologize to the user how
long this will take and that you are sorry for the inconvenience.
}
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|