BeanTest
BeanTest copied to clipboard
Bean Testing for Java EE Applications
Bumps org.apache.derby:derby from 10.10.1.1 to 10.17.1.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 4.2.8.Final to 5.3.20.Final. Release notes Sourced from org.hibernate:hibernate-core's releases. Hibernate ORM 5.2.0 5.2.0 includes many improvements and bug-fixes. For a complete list of changes, see https://hibernate.atlassian.net/projects/HHH/versions/23150/tab/release-report-done. Many...
Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit:junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
This week the repo where bean-test is hosted was shut down. This lets users hanging around without able to automatically download `bean-test` anymore. There is already a start with 9cb29eb...
PersistenceContext is not injected in EJB interceptors, and throws NullPointerException when I try to access the EntityManager. This issue forces me to rewrite all the interceptors. ``` Java public class...
EJB interceptors of a transactional EJB bean should be executed inside the same transaction of the intercepted bean. In BeanTest this doesn't happen because it seems that the TransactionalInterceptor is...