gora git commit: GORA-536: Avoid calling Class#newInstance

2018-05-22 Thread djkevincr
Repository: gora Updated Branches: refs/heads/master fb4b3552a -> a8398651d GORA-536: Avoid calling Class#newInstance When using reflexion use getDeclaredConstructor().newInstance() instead of Class::newInstance because it may throw undeclared checked exceptions. Project:

gora git commit: GORA-536: Avoid calling Class#newInstance

2018-05-22 Thread djkevincr
Repository: gora Updated Branches: refs/heads/carlospr [created] a8398651d GORA-536: Avoid calling Class#newInstance When using reflexion use getDeclaredConstructor().newInstance() instead of Class::newInstance because it may throw undeclared checked exceptions. Project: