Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tony19/logback-android

πŸ“„The reliable, generic, fast and flexible logging framework for Android
https://github.com/tony19/logback-android

added LifeCycle methods and lazy executor service init to ContextBase

Since ContextBase has never before implemented LifeCycle, there are lots
of existing uses (in te...

ef128dfdce3814f1d7e324399f11b69e6dc819b5 authored over 11 years ago
added ExecutorServiceUtil for executor creation and shutdown

This will allow logback-core and logback-access to both use the same
executor configuration and ...

1fd89398f32ac04a7a733b9dfef07f74198e76f0 authored over 11 years ago
modified LoggerContext to call super.start and super.stop

a66da9c5bf3ce1f6f840bb24a61b6902956bdc8e authored over 11 years ago
defined executor service sizing constants in CoreConstants

cbd10a44c2104e9d4681f50e1e59bfcf4496d178 authored over 11 years ago
Merge pull request #119 from christianbrensing/LOGBACK-300

LOGBACK-300: Fixed OSGi-Manifest

e855930330337bd362b5c7dd8bb26b84c9f2f0a8 authored over 11 years ago
LOGBACK-300: Added Import-Package for core.rolling and core.rolling.helper.

Imports of Jetty and Tomcat packages are optional as you normally can not satisify both (typicall...

9f56a042967acaf39ae0db1fbe0d3b0f3a2abf65 authored over 11 years ago
add missing class

4ea632b2873d249914bfc24b4d3d4c3703dcefc7 authored over 11 years ago
all tests pass

e2b09c5f6813466744dbe065838787618c0fffe9 authored over 11 years ago
stricter separation between ElementPath and ElementSelector usage

fb956c4c312784f10f5fd8bcb356b9e554a618ce authored over 11 years ago
joran.spi.Pattern split into spi.ElementPath and spi.ElementSelector

ba8cd266cc3ca6d4d93024635f35fe614ce80d64 authored over 11 years ago
Merge branch 'LOGBACK-848' of github.com:qos-ch/logback into LOGBACK-848

1911c7fb7e8f90dc95de793a686472a432888751 authored over 11 years ago
tests pass

63985bd4cafa522233c7cba2779ac4a4f3150082 authored over 11 years ago
Merge branch 'LOGBACK-849' of github.com:qos-ch/logback into LOGBACK-849

372e0d1577562ab24d76b84584c3558cc86a0d6e authored over 11 years ago
Merge branch 'master' of github.com:qos-ch/logback

10d475772409cad2bc29c49930293aa17885a86e authored over 11 years ago
allow JSSE system properties to influence SSLContextFactoryBean

The JSSE defines several system properties that are used to create key
store and trust store obj...

bb5df9f85e8245a03a02937ba6a25c49ab96e1fa authored over 11 years ago
Merge branch 'master' of github.com:qos-ch/logback

b9ad32e08fba70ca3a9102c2e28d9c11d4e44a9d authored over 11 years ago
listen for connections

a62ba6b7f13bfe411c43ec4d5ca2da834cdd22c5 authored over 11 years ago
corrected typo and other bugs in imgaes

f9492ad0adace53ec2d02e559e9077c78193a13f authored over 11 years ago
modified concrete appenders to use appropriate constructors

Mutable fields in SocketAppenderBase were previously exposed as
protected fields and modified by...

16d67e508b953fe06b52356bf29f3a33ff1e3884 authored over 11 years ago
improved SocketAppenderBase

SocketAppenderBase now uses SocketConnector for its (re-)connection
logic, and uses an asynchron...

03fe4b00f95d3c15f10d25fe7f552a91da9d39f6 authored over 11 years ago
removed old SocketAppenderTest from classic and access

These test classes were really testing SocketAppenderBase not
SocketAppender, per se. The new i...

dcf6e324e92ae6b89bd3e7eb2032a44f254e8a6f authored over 11 years ago
modified ContextBase to shut down executor service on reset

6e7605be8fd67512e660f3c6afb263d540e2a22c authored over 11 years ago
fixed references to MockContext in test classes

0a7a0b70b65bf7ab63f4cc9e8e0d54f748490506 authored over 11 years ago
added missing doc comments to MockExecutorService

19e2a5564943adcf06b1aca3f44f261330251173 authored over 11 years ago
moved MockContext and MockExecutorService to ..core.net.mock

298a3cac3a32d6b08380ae7c265c7222945155e1 authored over 11 years ago
Update README.md

df3e8fc678e2dce8bcf747beff30bde6894f8b1c authored almost 12 years ago
Simplify uber-jar creation

Added a script to automatically create the uber jar. Also set the version
in the uber jar like t...

10b1d0bd6f49aa1a3405ce320cf818f2af2bc876 authored almost 12 years ago
marked SocketAppender convenience constructors in access as deprecated

For consistency with logback-core.

ac0dafdbac096eb51895d7243eeac9708cdcfad1 authored almost 12 years ago
use "receiver" instead of "remote" in receiver diagnostic messages

e2164f9eb60b12d08500684b0a644c65b24df3f9 authored almost 12 years ago
removed unused SocketReceiver.createExecutorService

5c9917ce3fb08664bdf5d204892e2977df91e03b authored almost 12 years ago
marked SSLSocketAppender convenience constructors as deprecated

For consistency with SocketAppender.

55b5749d031dac1345ec23fcb7b5e509875afe00 authored almost 12 years ago
fixed deprecation warning for SocketAppender convenience constructor

bb6375b7a356e4e8ec52b68f1196ef875471af7b authored almost 12 years ago
marked SocketAppender convenience constructors as deprecated

Convenience constructors that are used to set mutable fields that have
proper accessors add litt...

ed2d5d00d3f583829fbabe7794780ee82b24e4f1 authored almost 12 years ago
added static and final modifier to PreSerializationTransformer field

The LoggingEventPreSerializationTransformer is completely stateless and
therefore inherently thr...

438d0d284cf407e1373e9c9c4217061edd15615c authored almost 12 years ago
added private modifier to mutable fields

c8ac1e9cbb058105755872e35923d126c32df89f authored almost 12 years ago
doc comment correction

5d33ed9842f9b1734e731409890e2b783e4bd407 authored almost 12 years ago
use native int for backlog property

9ee1d2fa02ce2891111d2c22d0deea41c2962936 authored almost 12 years ago
use native int for backlog property

92b15063376b9b2ec778c53ac1600fb180e0c796 authored almost 12 years ago
Sign uber jar

34477cd4664947ced70fe017cf5364bbefb4a7d3 authored almost 12 years ago
Update README.md

9eb5915a34f115f5555777329c75ac289f9faa46 authored almost 12 years ago
Update README for release 1.0.10-1

339928d82309abe008b8e5a59d3fc57e2a7f2e64 authored almost 12 years ago
[maven-release-plugin] prepare for next development iteration

7c0705722059bb88f5a058e67aa4042a70efb09c authored almost 12 years ago
[maven-release-plugin] prepare release v_1.0.10-1

808cf5a93152ac3e88afa3a5a83fc9a4e5ee612c authored almost 12 years ago
Tweak release script

7ea135c34968329971674cb75d35de4fe6b090a6 authored almost 12 years ago
added ResourceExistsPropertyDefiner, doc update

9058080cef6592f5968306d49c7bf80b102518d8 authored almost 12 years ago
Merge pull request #87 from nurkiewicz/abstract-discriminator

Introducing AbstractDiscriminator base class

bdc540d786f3f09af43b38c7a14151fae77f2ac2 authored almost 12 years ago
Merge pull request #57 from xuhuisheng/master

add ResourceExistsPropertyDefiner

773431d0694090a72ec9f4aa65f7090743e288be authored almost 12 years ago
next version will be 1.1.0

37d9c437513d6651c1489ef705cb5a67026b7084 authored almost 12 years ago
added the release date

0ae98042840bf42f90bb8a17683dead5fe3137bc authored almost 12 years ago
preparing relase 1.0.12

2d457df9010250b631ade120cba86261fb4d4921 authored almost 12 years ago
fix LOGBACK-230

738117c95edb89f918abe9ace735155e55da26dd authored almost 12 years ago
Merge pull request #89 from twbecker/LOGBACK-230

Fix for LOGBACK-230 - Support attribute "optional" in include element

8b2546e00953953dc9bed007d9f72f4f787dffa8 authored almost 12 years ago
Merge pull request #115 from bjhanfeng/logback-767

fix logback-767

ca8f283b8f4b77405e890ee00cf1e8e6d75d852c authored almost 12 years ago
updates to documentation

012ace46f92e11d12e91593606a39587732a3b87 authored almost 12 years ago
allow timeout to be specified as a duration

54b6fddc79151ec1ee597cfab9210aa5f4370307 authored almost 12 years ago
more unit tests

278d8d42cb4f85643e0e2f584c8f2c1a4aaae376 authored almost 12 years ago
Update README.md

01d3642080de2cb198532d09e43a6e67e8556dbd authored almost 12 years ago
Redirect test stdout to file

In order to reduce noise on the console when building, unit test output
is now redirected to fil...

80fbcfffecc3634aa9bcbb532a810bb61850318c authored almost 12 years ago
Tweak merge script

e4839ef0fefecb057596b627bed193c4592b2e98 authored almost 12 years ago
Disable/enable some unit tests

LoggerContextPerfTest is now ignored because it requires so many threads that
it causes an OutOf...

43fc294d9c367fc4dda5582f0aa516bcb6259881 authored almost 12 years ago
Merge tag 'tags/v1.0.10'

This merges in the most recent changes from logback that were tagged with "v1.0.10".

25b31be489a68713a855d1ecc6ee9ad3615f2a1d authored almost 12 years ago
more unit tests

879081248675a22013663a51a629ba2bcedfd094 authored almost 12 years ago
make the AppenderFactory related code in c.q.logback.core.sift suck less

078aa4201760ca1763250a24e92379e3a64e0fb3 authored almost 12 years ago
make all tests pass

9041e0c2fe4fd569abe072521cc02c643eb771c3 authored almost 12 years ago
more refactoring, added unit tests

547cac23d6b0f24c2901c26d16dbb24346fbe77d authored almost 12 years ago
fix LOGBACK-846

cdb8657fcefe28e3293f36f38b6434e61ca84f49 authored almost 12 years ago
fix LOGBACK-845, CyclicBufferTracker_TImpl renamed as CyclicBufferTrackerT

4ba778bcbe477a217c72bd5b06a3642c27ecfc78 authored almost 12 years ago
more tracker refactoring, unit tests to follow

79b8097fe161276049f80c0b7e35633251691c9e authored almost 12 years ago
tweaking tracker related changes

773193a09922ab2a1dd70e4978be8cdf4e050f6e authored almost 12 years ago
AppenderTracker is now extends AbstractComponentTracker, removed support for sifting in Gaffer, tests pass

a86350e20ebf79b70aa737ea6149bf8485f2d295 authored almost 12 years ago
fix logback-767

StatusListener has two instances OnConsoleStatusListener and instance by
seted classname.
The...

abdafe0ad107bf2f89f1b47e027cbade3837605e authored almost 12 years ago
builds cleanly

7ccf2ff3efaa76f80ea9cfefdb482c206628200d authored almost 12 years ago
test improvements

a60797b4929c97011eb9f7da20f236efe376bde0 authored almost 12 years ago
refactoring CyclicBufferTracker and AppenderBufferTracker into the more generic ComponentTracker

2288ba0eed08459efb945665d8949c0832a24a5e authored almost 12 years ago
received CLA for Matt Bertolini

402350acc6d444e03663290a2fd61ada366f79d1 authored almost 12 years ago
Update README.md

bc1f52736a3a476b215d0f8e2fd70330d28e4778 authored almost 12 years ago
added endOfLife method in SMTPAppender+SiftingAppender, simplified *Tracker

4cfa0c553e613149cdd395e117f4c988fd472590 authored almost 12 years ago
update to sifting appender docs

48f76fcfa7231475b5a37782b368a32dcdb5f5c0 authored almost 12 years ago
added support for defining properties within sift elment, doc improvements

ec1c007e9d7dd492dec6f460a073291468b05853 authored almost 12 years ago
blurb on LOGBACK-246, update mdc converter docs

cac5fba7f89f9edfe6bb9f7dd95aa56020e1c4d1 authored almost 12 years ago
changed access modifier for ContextBase.getLifeCycleManager

Was protected now package-private; added javadoc comment describing
purpose and intended use.

9e36c60e92b06e7f997ca65422dec091df7bef14 authored almost 12 years ago
Merge pull request #114 from qos-ch/receiverTracking

Receiver tracking support merged.

2e3aacd2038812846a91243da758b75639761f7c authored almost 12 years ago
don't start component in LifeCycleManager.register

a4fa25cdd79b2007a7637814e9bc26f7da556936 authored almost 12 years ago
renamed Context life cycle management method as "register"

fe7fc952484e37eb5d226273eb779c53e40ae8f7 authored almost 12 years ago
key can be null

05065eb4f76ab67836ea9cd7ca1059d98a78b36d authored almost 12 years ago
Merge pull request #112 from bazhenov/master

LOGBACK-246

e023ef8f0f6ba932c1071a729528f5c7f61ddebf authored almost 12 years ago
extract common life cycle management into LifeCycleManager class

This eliminates duplicate life cycle management code in ContextBase and
LogbackValve.

b644dbbedb10f5493f01668e3a4d790b0342e2be authored almost 12 years ago
added component life cycle management to LogbackValve

This essentially mirrors the implementation in ContextBase.

1074dce4fda39343f9b9555a6005e388e17e7ba8 authored almost 12 years ago
ReceiverAction now registers receiver with the context

The context will manage the life cycle of the receiver.

3958413810130942b4a4813087121d81bbca0122 authored almost 12 years ago
added component lifecycle management to Context/ContextBase

Context now provides a method that is used to register a component
whose life cycle is to be man...

18b0876a020c35bdfe488d152ede36f91e20a45d authored almost 12 years ago
clean up nested component rules for SSL

720638d9377e620cb70ef178fa1e7fb3eced7059 authored almost 12 years ago
Merge branch 'master' of github.com:qos-ch/logback

9b61cd54eb60e7c173a1cb2f4bedc34726511336 authored almost 12 years ago
Merge branch 'useContextExecutorService2'

3193a3753bfee0a5e26188907b63d544461159a0 authored almost 12 years ago
":-" is used as the default value separator

8149e35051db9e655f3644b43eccdea74b28e74e authored almost 12 years ago
no need to use slf4j in ServerSocketReceiverFunctionalTest

902d4bbfe70c5c0f27cd0ad8392e33a4e64ace78 authored almost 12 years ago
reworked SocketReceiverTest to use context executor service

6218bf8b018cd468af57e6ae620f72442d3b7738 authored almost 12 years ago
don't stop executorService in ReceiverBase

4a7c5ad5896bb352b862f166334944393262e37a authored almost 12 years ago
removed references to thread pool configuration

ef719d8eedfdfe4b842387648d85fb85c0267bb9 authored almost 12 years ago
receivers now use context executorService

faed1d2c94388ae5264aa352b6e3b2b18632bf1f authored almost 12 years ago
ServerSocketAppenderBase now uses context executor service

72c454e204acae16ac95560b3720da0bb2fbc2c1 authored almost 12 years ago