Skip to content
Snippets Groups Projects
  1. Mar 06, 2017
  2. Mar 02, 2017
  3. Mar 01, 2017
  4. Feb 28, 2017
  5. Feb 27, 2017
  6. Feb 24, 2017
  7. Feb 22, 2017
  8. Feb 20, 2017
  9. Feb 17, 2017
  10. Feb 15, 2017
  11. Feb 14, 2017
  12. Feb 10, 2017
  13. Feb 09, 2017
  14. Feb 07, 2017
  15. Feb 06, 2017
  16. Feb 02, 2017
  17. Jan 31, 2017
    • Petr Široký's avatar
      Fix failing test after Weld 2.4.1.Final upgrade · 0b6955d6
      Petr Široký authored
      Weld 2.4.1.Final behaves somewhat different and is initializing the beans
      during discovery. That leads to a call
      CustomTaskPersistenceContextManager#beginCommandScopedEntityManager
      which throws the exception. The bean is thus not initialized and the CDI
      container is not able to inject some members (as they were not
      initialized and thus are not available for injection). Using the
      CommandBasedTaskService mock should lead to a same result - we do assert
      that the custom bean is being injected as the execute() methods throws
      exception.
      0b6955d6
  18. Jan 30, 2017
  19. Jan 27, 2017
  20. Jan 26, 2017
  21. Jan 24, 2017
Loading