- Apr 30, 2013
-
-
Ceki Gulcu authored
LOGBACK-300: Fixed OSGi-Manifest
-
Christian Brensing authored
Imports of Jetty and Tomcat packages are optional as you normally can not satisify both (typically there is either Tomcat or Jetty present as OSGi web container).
-
- Apr 29, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Apr 28, 2013
-
-
Ceki Gulcu authored
-
Carl Harris authored
The JSSE defines several system properties that are used to create key store and trust store objects for the system default SSL context. This commit allows these properties to be referenced as defaults when a component's SSL configuration does not provide either the key store or trust store configuration.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Apr 27, 2013
-
-
Carl Harris authored
For consistency with logback-core.
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
For consistency with SocketAppender.
-
Carl Harris authored
-
Carl Harris authored
Convenience constructors that are used to set mutable fields that have proper accessors add little value, and they make it more complicated to subclass. Best practice is to use constructor arguments only to initialize fields that are immutable or for which an accessor method cannot be safely provided within the design constraints of the class. The only use of these constructors by logback modules is in the SocketMin class. However, because these constructors were exposed as API (public modifier) there is a chance that other code is using them, therefore marking them as deprecated rather than removing them.
-
Carl Harris authored
The LoggingEventPreSerializationTransformer is completely stateless and therefore inherently thread-safe. Therefore, there is no reason to create a distinct instance for each appender. Moreover, once created it never needs to be modified, therefore it should be properly marked as immutable via the final keyword.
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
- Apr 26, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Introducing AbstractDiscriminator base class
-
Ceki Gulcu authored
add ResourceExistsPropertyDefiner
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Fix for LOGBACK-230 - Support attribute "optional" in include element
-
Ceki Gulcu authored
fix logback-767
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Apr 25, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-