Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid unnecessary exception wrapping in JPAConfig
1. To preserve the type of the exception, since we react differently to ConfigurationException for example. 2. To make testing cleaner.
- Loading branch information