Add dependency required in test-time#267
Conversation
|
May I ask for review, please? |
|
Wait a second! This is not a solution, we hit that on Metro today (and few weeks ago), I did exactly this, but @lukasj pointed out that the impl should not be required in some cases (when JMX is disabled, so we don't need any impl, just the NOOP). I will fix it tomorrow in gmbal:
|
|
Btw, is it passing without that? |
No. That's why I ask for this to be merged in. If there is something to be fixed and then included here - then this might go. But now it's needed. |
|
|
How do you run tests? master passed when I ran just
|
|
|
Sure, but that is nogo with JDK25. So I guess it is simply mandatory to have some implementation. |
Right, it produces But the added dependency is not a reason for that. 😄 And I used this to run single test: |
|
I see locally I still have at least one change waiting to be included for tests to go - to set property <jvmarg value="-Dorg.glassfish.gmbal.no.multipleUpperBoundsException=true"/> |
No description provided.