BeanTest icon indicating copy to clipboard operation
BeanTest copied to clipboard

Bean Testing for Java EE Applications

Results 6 BeanTest issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.derby:derby from 10.10.1.1 to 10.17.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.derby:derby&package-manager=maven&previous-version=10.10.1.1&new-version=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...

dependencies

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...

dependencies

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...

dependencies

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...

bug

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...

bug