Conversation
|
Ok looks like Travis didn't run so I will Test this bad boy locally. |
|
Tests failing so putting this on hold for now. |
0fb8be3 to
441b4b7
Compare
|
All Unit tests are passing. Haven't run the ITs yet. |
|
I think this is good finally so I will merge. |
ctubbsii
left a comment
There was a problem hiding this comment.
@milleruntime This should update assemble/src/main/assemblies/component.xml as well.
|
I am seeing this warning... Is this what you are referring to? |
|
I didn't try a build to see the warning. But yeah, it's warning of the same thing I was talking about. The assembly descriptor references a set of components to include in the tarball. That list contains dependencies of the assemble module. The above warning indicates that the |
Since the update to commons-collections 4.3 in apache#1110, the LRUMap now accepts generic parameter types. This change adds those that were missing, which gives us better type safety when using these maps.
Since the update to commons-collections 4.3 in #1110, the LRUMap now accepts generic parameter types. This change adds those that were missing, which gives us better type safety when using these maps.
Just get some tests running in Travis