Feel my pain
We use OSGi, but we don’t deploy our bundles further than testing environment. It is our client who deploys it to production. Read more
We use OSGi, but we don’t deploy our bundles further than testing environment. It is our client who deploys it to production. Read more
The Maven Failsafe Plugin is a fork of the Maven Surefire Plugin designed to help when running integration tests. However, sometimes you may want to Read more
There is no doubt that integration tests phase is crucial in modern applications development. We need to test behaviour of our subsystems and how they Read more
Problems with syntetic code benchmarks like sonar (with coberture) often link to problematic project configuration. It took me at least few moths to find source Read more
Using locale specific characters in schema or wsdl (i.e. for documentation purpose) is still quite problematic. Especially if you are using JAXB to generate wsdl2java Read more
Using maven release plugin can save you a lot of time, especially if you still manually mange your project versioning. But sometimes it can be Read more