This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    from 154a0ab13c Add more Key-related tests
     new a1581dad97 Add more allowed targets for TypeConverters annotation
     new 418459f6b2 Add more specific injection-related exceptions
     new 7536409f4f Simplify generic usage in Key.Builder

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../log4j/plugins/convert/TypeConverters.java      |  7 +-
 ...va => AmbiguousInjectConstructorException.java} | 15 ++---
 ...nding.java => CircularDependencyException.java} | 32 ++++-----
 .../org/apache/logging/log4j/plugins/di/Key.java   | 75 ++++++++++++----------
 .../log4j/plugins/di/NotInjectableException.java   | 53 +++++++++++++++
 5 files changed, 114 insertions(+), 68 deletions(-)
 copy 
log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/di/{Scope.java => 
AmbiguousInjectConstructorException.java} (69%)
 copy 
log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/di/{Binding.java 
=> CircularDependencyException.java} (58%)
 create mode 100644 
log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/di/NotInjectableException.java

Reply via email to