Hi again,
Seems like the problem is caused by the Spring JUnit support classes for JPA testing. We are currently extending org.springframework.test.jpa.AbstractJpaTests which is deprecated, so...
Type: Posts; User: flottis; Keyword(s):
Hi again,
Seems like the problem is caused by the Spring JUnit support classes for JPA testing. We are currently extending org.springframework.test.jpa.AbstractJpaTests which is deprecated, so...
Hi again,
It seems that it has something to do with the junit support classes, we are currently extending org.springframework.test.jpa.AbstractJpaTests. AbstractJpaTests is marked as deprecated...
Hi,
For most of our beans we use the @Component annotation, but in some cases where some properties depend on an external configuration value we override the annoation from the xml file so the we...
Hi,
We have a workbench application for all our Spring batch jobs and in the overview we display job execution output, e.g. commitCount, readCount, writeCount. In order to make it easier to...