In a project I have been working in recently a strange problem appeared.
We had a third-party dependency provided by the application server and as a consequence the same dependency marked as provided in our maven build script. In one of our own classes we called a static method in class supplied by the third-party dependency.
Foo.bar()
The [...]
Archive for the ‘Debugging’ Category
Posted in Debugging, Java, Open Source | No Comments »



