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
When DomainObjectWrapper was moved to the new repository module it had references to UserSet in the requel module, but the dependencies of the modules would be cyclical so I commented out references to UserSet, there were notes that it may not be needed.
The text was updated successfully, but these errors were encountered:
#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 <[email protected]>
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
When DomainObjectWrapper was moved to the new repository module it had references to UserSet in the requel module, but the dependencies of the modules would be cyclical so I commented out references to UserSet, there were notes that it may not be needed.
The text was updated successfully, but these errors were encountered: