[weld-commits] [weld/core] 983d33: WELD-964 Unsatisfied dependency exception should d...

GitHub noreply at github.com
Wed Jul 31 11:59:59 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 983d332e2ff80b24bb81c1d41d205dcf2482731f
      https://github.com/weld/core/commit/983d332e2ff80b24bb81c1d41d205dcf2482731f
  Author: Marko Luksa <marko.luksa at gmail.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployer.java
    A impl/src/main/java/org/jboss/weld/bootstrap/MissingDependenciesRegistry.java
    M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java
    M impl/src/main/java/org/jboss/weld/bootstrap/WeldBootstrap.java
    M impl/src/main/java/org/jboss/weld/logging/messages/ValidatorMessage.java
    M impl/src/main/java/org/jboss/weld/util/reflection/Formats.java
    M impl/src/main/resources/org/jboss/weld/messages/validator_en.properties

  Log Message:
  -----------
  WELD-964 Unsatisfied dependency exception should differentiate between "class is not in classpath", "class is in classpath but not managed bean" and "class is in classpath and managed but not like that"


  Commit: c9ae8942a42d9a0ffd261a49df21c8f1287f90af
      https://github.com/weld/core/commit/c9ae8942a42d9a0ffd261a49df21c8f1287f90af
  Author: Marko Luksa <marko.luksa at gmail.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployer.java

  Log Message:
  -----------
  WELD-1455 Add contextual information to TypeNotPresentException


Compare: https://github.com/weld/core/compare/21472e1e7e11...c9ae8942a42d


More information about the weld-commits mailing list