-
Notifications
You must be signed in to change notification settings - Fork 114
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
Remove usage of jollyday.properties file #52
Comments
Maybe I take this one, one idea would be to have a factory method on the WDYT? |
I thought of getting rid of the instantiation by reading the class names from the properties file and having the Parameter class contain instances of the default impl classes. They may be overriden by using setters passing in new implementations. |
I'll take a look sometime around the weekend, my idea is to completely avoid reflection and just use some factory function, I'm thinking to add such factory function to |
Sounds interesting. Looking forward to it. |
I'm trying to make the code compile on IntelliJ and outside using Maven directly but I'm getting the following error:
|
Ignore the previous comment, the issue was related to Java 9, as soon as I pointed the project to Java 8 everything worked. |
Replace the usage and loading of implementation classes from properties file with default impl instantiation from code.
The text was updated successfully, but these errors were encountered: