You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#8#13#15
branch 1.0.3
I added exception module and moved some exceptions to it, I removed RequelException and just use ApplicationException isntead. most are at the root level com.rreganjr.
I added initializer module and moved the SystemInitializer and AbstractSystemInitializer to it. I split this because both nlp and requel use it.
I added repository module and moved the repository package to it. I split this because both nlp and requel use it.
I added nlp module and moved the nlp package to it.
I removed the UserSet/UserSetImpl and replaced with Set<User> and TreeSet<User>
Signed-off-by: rreganjr <rreganjr@acm.org>
I added exception module and moved some exceptions to it, I removed RequelException and just use ApplicationException isntead. most are at the root level com.rreganjr.
I added initializer module and moved the SystemInitializer and AbstractSystemInitializer to it. I split this because both nlp and requel use it.
I added repository module and moved the repository package to it. I split this because both nlp and requel use it.
I added nlp module and moved the nlp package to it.
I removed the UserSet/UserSetImpl and replaced with Set and TreeSet
#8#9#10#11#12
branch 1.0.3
I had to make more modules than originally expected to get around some cyclic dependencies, but there are still some issues, new bugs created. see #16
Signed-off-by: rreganjr <rreganjr@acm.org>
#8#9#10#11#12
branch 1.0.3
Moved properties for UI and NLP into appropriate modules. updated discriminator value in XML files to use the simple name of the role subclasses without the pathname
Signed-off-by: rreganjr <rreganjr@acm.org>
No description provided.
The text was updated successfully, but these errors were encountered: