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

Merge branch 'master' of github.com:qos-ch/logback

af2932a5220d1659a5811cb18d42155b1faad391 authored almost 12 years ago
Update LICENSE.md

fff86703bcbfb1bccdd05e7bc8ae023b9ab23106 authored almost 12 years ago
fix LOGBACK-831

05bd7d4a40ab703d502a88088c7c95b45858fdcb authored almost 12 years ago
improved MockAppender to reduce timing sensitivity

The MockAppender now uses a BlockingQueue to hold appended events
until the test subject can pic...

3cd6c8ca1142573a2b69e8d2309b31216d764f15 authored almost 12 years ago
reduce timing sensitivity in SocketServerFunctionalTest

e991c43be66f2acfaac3794bae7944658568f4a8 authored almost 12 years ago
more eclipse warnings corrected

27405148b07228a7186a5e20fafe856189471de2 authored almost 12 years ago
added news item regarding new socket-based appender components

Just a first draft. Please edit and/or pare down as appropriate.

e412d674439a93b7038311a6fbac370259751cb9 authored almost 12 years ago
still less warnings by eclipse

f7a42b4e6cfa45374a803ca09080fe4e5001925e authored almost 12 years ago
less warnings by eclipse

f83f2e670bbbe8d1a9810e6e4edf88867f52ef9c authored almost 12 years ago
improved wording

6649b8a8c20d198b5f2d7a41ef6dd48f197a1e17 authored almost 12 years ago
minor fixes

fe36d8ac4ed4eba2742061ceedea8a340adb3b07 authored almost 12 years ago
Merge branch 'LOGBACK-829'

6d6998cdd6e3e37b390fad9a57049ca0530bf716 authored almost 12 years ago
testing serialization backward compatibility

6c1b726b5fefb8b2e74547e6f3e79d687a21f06d authored almost 12 years ago
continued work on documenting new appender components in access

ae8f064afe39d627be7b3ba901b654146d47fd53 authored almost 12 years ago
continued work on documenting new appender, server, and remote

components

b85c45dfba74e7d1776495f07474958d5a8d0781 authored almost 12 years ago
ThreadPoolFactory bean now uses a SynchronousQueue when queueSize == 0

This ensures that no queuing occurs when the number of threads is less
than or equal to the maxi...

56bdaab2da2100d9b54f8451c8dc07440a6ddeec authored almost 12 years ago
improved javadocs for ThreadPoolFactoryBean

a531c855d84068ef00c380a87a75deb7718a2d7e authored almost 12 years ago
added unit test for ThreadPoolFactoryBean

eeb09af01a38675a18b25af6447a3d0c33a052bd authored almost 12 years ago
change serialization id of logger

caa69000c10126d8bd85477ce8aa291cdb505da3 authored almost 12 years ago
improved logger serialization by removing cruft

2668d4ef57b436fe3e9c0b1b7200ab09d5a69bf3 authored almost 12 years ago
doc updates related to LOGBACK-796

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

93ddf91e84e14a085b5f365b6a75b5a77f306cf8 authored almost 12 years ago
[maven-release-plugin] prepare release v_1.0.8-1

b9cd77f512c92387e1b2054525c45eef0d5c1ffe authored almost 12 years ago
Cleanup the pom.xml files

6e5d40192b47aa7cfb797d57de07bae70674aa86 authored almost 12 years ago
Update README for release 1.0.8-1

5dec71eed3ab95dd13d54f35c5da45f869b88116 authored almost 12 years ago
Disable logging by default (LBANDROID-15)

Previously, logback used the BasicLogcatConfigurator when no configuration
was found in `assets/...

4d39f339d4ac5b78b226126bc340bab4a34af41b authored almost 12 years ago
Rename "<findInclude>" tag to "<includes>"

This renames the configuration XML tag "findInclude" to "includes".
(LBANDROID-12)

10681f5fe11be7bfc32f8cff0ae8620650972832 authored almost 12 years ago
undo previous work to use context's ExecutorService

The ExecutorService in the context has a very limited thread pool
configuration, and using it as...

63c08f2bfb70eafdeafcee7de29c64786c598cb6 authored almost 12 years ago
fix functional test for ServerSocketAppenderBase

This test was broken when the InstrumentedServerSocketBase was modified
to allow assertion testi...

c7adc2301a73a8a5bab60ec90f1b00e6e5287d81 authored almost 12 years ago
updated tests to validate that context's executor is not shut down

n ServerSocket.stop, we must not shut down the executor
service if it belongs to the context. W...

ba4e620add7848b0ca775607aac143814cc0dbdf authored almost 12 years ago
SocketServer now uses ExecutorService from context

If the server has no thread pool configuration, the context's executor
service is now used by de...

d35ea443e333486a69506a8ff660071790d819bf authored almost 12 years ago
modified SocketRemoteTest to validate executor service shutdown behavior

If a subclass provides a custom executor, we want to shut it down, but
if the context's executor...

bbd4100e30cd6b2fbd5fce80bf6031fd6ae0e4ad authored almost 12 years ago
SocketRemote now uses ExecutorService from context

The SocketRemote component doesn't want/need to allow the user to
provide a thread pool configur...

e84874634c30889af380671811345fba4ab15dd2 authored almost 12 years ago
updated tests to validate that context's executor is not shut down

In ServerSocketAppenderBase.stop, we must not shut down the executor
service if it is the contex...

9e06b6be7e6bace591dac20373a51eed59264ad2 authored almost 12 years ago
ServerSocketAppenderBase now uses ExecutorService from context

If the appender does not have a thread pool configuration, we now use
the context's ExecutorServ...

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

f45134c57f632b32983ea35b5426f31adb78754b authored almost 12 years ago
further reduced system timing sensitivity in SocketConnectorBase

When testing the exception reported by SocketConnectorBase after a
connection failure, the test ...

9286f5f9778b833bc6db1a89e171cef23b5a4f22 authored almost 12 years ago
now SocketServer uses the injected context

The context injected by logback into SocketServer is subsequently
injected into RemoteAppenderSe...

c686f86d40f5616d9e87dbe81f16f3d0750113df authored almost 12 years ago
updated documentation for simplified scala-less build, increased timeout in AppenderAttachableImplLockTest

5953f9d9f83b84c9a89d6c26ed9188c496038b49 authored almost 12 years ago
Merge pull request #106 from ceharris/LOGBACK-826-documentation

work in progress on documentation of SocketRemote/ServerSocketAppender

5c1a989de3bedea2df1c7203aeda70349109a3aa authored almost 12 years ago
work in progress on documentation of SocketRemote/ServerSocketAppender

Committing before moving to a clone of qos-ch/logback instead of
my fork.

844a31029d70891c3e21128a787c15db25b8f5b3 authored almost 12 years ago
Merge pull request #105 from ceharris/socketRemoteTestBrokenOnJenkins

removed some assertions that were not critical

216b1c50c97b67e83faff4dac2d3e2d5f95a5758 authored almost 12 years ago
removed some assertions that were not critical

The test was system timing sensitive due to testing some assertions on
fields without proper syn...

67b0bfe95d7fdde56d925b779eae9151650d7a55 authored almost 12 years ago
Merge pull request #104 from ceharris/socketConnectorTestBrokenOnJenkins

reduce system timing sensitivity in SocketConnectorBaseTest

94ff6ef07ad426707f8e1d575a11b5b72548bc1d authored almost 12 years ago
Merge pull request #103 from ceharris/LOGBACK-826-documentation

LOGBACK-826: work in progress on documentation

ca243ac077eb32ef0bfb26a3789310b8aa4c0f40 authored almost 12 years ago
reduce system timing sensitivity in SocketConnectorBaseTest

Now using a larger delay tolerance and additional Thread.join calls to
give the connector thread...

e9c22dea08430b6d07381c84cbe8b0f125998d15 authored almost 12 years ago
changed reconnectionDelay to 10000 in SocketRemote examples

f9d9a6c330052e91fd2b3775a707c852a40f0e11 authored almost 12 years ago
use encoder instead of layout in SocketRemote examples

Other example configurations using layout remain and need the same
treatment.

6752b13be8b510f5e383c3c47ffd48508f86aec0 authored almost 12 years ago
minor edit of SSLSocketServer documentation

81de31593cf74dd774fd95921c84b384dcc25f59 authored almost 12 years ago
added SocketRemote error codes

a61b9b6edba6e3f243b689de8fd77e1b4b13de0c authored almost 12 years ago
Merge pull request #102 from ceharris/socketRemoteHostProperty

changed SocketRemote address property to host

798cacfbc6f12b184cde88267a879429be95e0d0 authored almost 12 years ago
changed SocketRemote address property to host

SocketAppenderBase uses 'remoteHost'. The 'remote' suffix seems a
little redundant when configu...

41f3bf6442f37c023669559901830f49836a0d3a authored almost 12 years ago
Merge pull request #101 from ceharris/removeSocketRemoteName

removed name property from SocketRemote

ad22e115a0dca4f25ee00824e3fdd82263a972a0 authored almost 12 years ago
removed name property from SocketRemote

The name served no real purpose, while creating potential for confusion
and additional noise in ...

06cfcd646781ce1b75a37f196aba95b4da8f2cdb authored almost 12 years ago
Merge pull request #100 from ceharris/LOGBACK-826-examples

LOGBACK-826: added SocketRemote examples

7a0e0cf75c94c9e4dff18ca1f3c425557a6494ed authored almost 12 years ago
added SocketRemote examples

Simple examples of configuring a ServerSocketAppender and a
corresponding SocketRemote.

95462885c8a868f1e9ce173a018dbb50c9ba8d31 authored almost 12 years ago
Merge pull request #99 from ceharris/contextAwareConcurrentServerRunner

Improvements to error logging in ConcurrentServerRunner

26b6bdee3112dfe0bde881f7aed201c713a7e2f3 authored almost 12 years ago
removed method overrides no longer declared by ConcurrentServerRunner

Leftover from the removal of the logging methods.

217c180e34baf6317e9749d25e9c9aa258d77ea7 authored almost 12 years ago
javadoc improvements in ConcurrentServerRunner

789fd793c0fd675dbdcf1fe4164218b8b6c439c9 authored almost 12 years ago
improved error reporting in ConcurrentServerRunner

8e19d84bf3775fb90c9c97a8228f97b3b8b74701 authored almost 12 years ago
logging in ConcurrentServerRunner now uses methods of ContextAware

ConcurrentServerRunner was delegating logging to methods defined by a
subclass. For subclasses ...

53ed3c4905696c1fd7b045ee2fe2fcffd43f2bfc authored almost 12 years ago
Merge pull request #98 from ceharris/concurrentServerRunnerRejectedExecution

Handle RejectedExecutionException in ConcurrentServerRunner

f55b54c346c726b7d3564d49a2d76b95801aa408 authored almost 12 years ago
avoid an empty catch clause in ConcurrentServerRunner.run

a7b6955a5f537141f63ec5ef7d728b3cd5778676 authored almost 12 years ago
make dropped connection log messages consistent

e90b2a1735efd421232844abd9e952fcbaad6556 authored almost 12 years ago
handle RejectedExecutionException in ConcurrentServerRunner

When the Executor rejects an execute request for a client runner,
we summarily close the client ...

dbddf37008972f10e35a71acc8d87f55db15844e authored almost 12 years ago
Merge pull request #97 from ceharris/socketCloseQuietlyCleanup

Cleaning up finally clauses with nested try blocks

7f7a0aded73ad351938e3b024091d62e42f0ef61 authored almost 12 years ago
cleaned up several finally clauses with close wrapped in a nested try

57d70cfefc0483ef0547002b4cb00522e6ce4e0f authored almost 12 years ago
renamed SocketUtil to CloseUtil and added some overloads

7d85309f585e0adc474391f7922717a21b8b34a6 authored almost 12 years ago
Merge pull request #96 from ceharris/LOGBACK-625

LOGBACK-625: create new component that acts as a client for ServerSocketAppender

26c7eed54d1ee2943c8876607217f1d615c32037 authored almost 12 years ago
Merge branch 'master' of github.com:qos-ch/logback into LOGBACK-625

Needed some missing classes from logback master.

77962c425ec4e0c32cc4cdc8846499145abf4f4e authored almost 12 years ago
undo explicit imports in JoranConfigurator

Not sure if the original author prefers the wildcard import...

a64aff23050c7593e66542f1264e0ac3a2ac58d9 authored almost 12 years ago
added a nested component rule for SSLSocketRemote

SSLSocketRemote has an 'ssl' property of type SSLConfiguration.

0994ba51478a1c6ec98e78422ce13c1e0d872ee6 authored almost 12 years ago
added SSLSocketRemote and associated unit tests

84886032eabfc135126cf599f69666256eb64b30 authored almost 12 years ago
added missing SocketRemoteAction

795435adcce1eb664480e05c89dcda0385222a1f authored almost 12 years ago
added a rule and corresponding action for SocketRemote

bc9884d8c636e046e65568f1e35e09758363e199 authored almost 12 years ago
added SocketRemote and associated unit tests

SocketRemote is a component that connects to a remote
ServerSocketAppender and logs received eve...

03449bf5b6b473d998c1ad87ae11b3d2d1745db7 authored almost 12 years ago
added public modifier to DEFAULT_RECONNECTION_DELAY

Allows it to be reused for consistency in SocketRemote.

f49da6a127f5fe9bea79511f74a0e785dbf9502c authored almost 12 years ago
added the ability to block while awaiting append in MockAppender

9970f77b87e737792b6ebde98767248b009c7dc4 authored almost 12 years ago
added socket (re)connector

This class reimplements the much of the reconnect logic of the existing
SocketAppenderBase but d...

550675c9dd697ece8aa5e795d7d3f843de8151c9 authored almost 12 years ago
added static utility method for closing a socket quietly

Dealing with IOException on Socket.close in each finally where it
appears is a pain...

bce91a16cd8189c996bd9b51844d889e119170f1 authored almost 12 years ago
remove vestigal references to scala

1b968cd5550951eff63943cc38099892df86e135 authored almost 12 years ago
migrated scala tests to use java

cc50828820dce57ecb3217f4000997b51a0fb6c5 authored almost 12 years ago
moved MockAppender to ..classic.net.mock

a930af11b50826f5012864b1252452e6a12339a1 authored almost 12 years ago
no use checking for collisions if either fileName or fileNamePattern are null

1edd4e449b67df77935c3fe3706c0fe17c198e2c authored almost 12 years ago
final touches on LOGBACK-796

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

2b5331d3b7c0815082d0cdcd2c650ef960d63a92 authored almost 12 years ago
indentation changes

7cb5c2c7ecf798f1234f8834e5c5fbb095ab7631 authored almost 12 years ago
Revise prevention of duplicate OnConsoleStatusListeners

This pulls in upstream/LOGBACK_791 branch, and revises the work done
for LBANDROID-14.

e89f9f2e1fdc6ab9c743e4f24b956c451a062f59 authored almost 12 years ago
Remove "Add XML tag to set Android properties (LBANDROID-13)"

This removes the feature from e7b7b082464808aba643baeb7c5598fb70800b99,
which will move to a bra...

2143a140748bb65a3afd143d0fff9a305a42def6 authored almost 12 years ago
Merge pull request #95 from ceharris/LOGBACK-824

LOGBACK-824: add ServerSocketAppender classes to access

e72c8666271d61ac744209666dc5bc7339c95786 authored almost 12 years ago
minor corrections in package.html

f139757008aec87d1cef44ff64acf264e19f1f7b authored almost 12 years ago
updated JoranConfigurator to include a type for SSLServerSocketAppender

SSLServerSocketAppender has an 'ssl' property of type SSLConfiguration.

e80a2e82b192c01a6ad8dc51de8f3cb6ea8263fd authored almost 12 years ago
added package.html to ..access.net.server

6f591a1420fdaea8f8004fca2d374803b44cd773 authored almost 12 years ago
added ServerSocketAppender classes

af0620417756d762cb05ce24a448376b325f0e80 authored almost 12 years ago
Merge pull request #94 from ceharris/LOGBACK-823

LOGBACK-823: add ServerSocketAppender classes to classic

5ca055dc5b5bcf72cb1168fa12dddadcd99f0dcd authored almost 12 years ago
updated DefaultNestedComponentRules to handle SSLServerSocketAppender

SSLServerSocketAppender has an "ssl" property of type SSLConfiguration.

a9d10ecbb49d58af7303ff8201e6e2a44e1fc58f authored almost 12 years ago
added ServerSocketAppender classes

de250d1319945c3e5550715cd6f409c4449c9442 authored almost 12 years ago
removed some assertions from run method

13b654cb55cc3cb0892a78708cadb5d6da514b6a authored almost 12 years ago
removed stray diagnostic println

5d9cc52aefc127763970e85a40330f266d3d6210 authored almost 12 years ago
improved logging in ConcurrentServerRunner

d842cdae4dbbe65d07b882e191f18699b0e7042b authored almost 12 years ago