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

Comment out unused variable in EventObjectInputStream

The endPointer variable was set but unused. It's now commented out.

LBANDROID-8

19fa2576d012cf771d636fb9cfd82a1b1049a77d authored almost 12 years ago
Check return value of stream.read()

This resolves a warning where the return value of stream.read() is ignored,
which ultimately has...

c2d6b72e9ad3f1ff3908720314ccbc453f2c71fa authored almost 12 years ago
Use Boolean.valueOf() in ConfigurationWatchListUtil

LBANDROID-11

075d45603017351f3222fbb7b48eda47c3e4270c authored almost 12 years ago
Make ASaxEventRecorder.StatePassFilter a static class

The inner class was not static, which makes instances of the class larger
and may keep the refer...

3d0b9aacbd1ada937c1f017e75376544b5626358 authored almost 12 years ago
Remove unwritten fields in EchoEncoder

This change deletes the fileHeader and fileFooter fields from EchoEncoder.
They were not written...

9319a21595f48dfc3f983eaaf7171bd5eaa8a193 authored almost 12 years ago
Make LoggerComparator implement Serializable

LBANDROID-5

f81e0a6bf4635f7b18b7648e213952d1242c7d8d authored almost 12 years ago
Remove unused variable in ConfigurationAction

The variable "threshold" was declared and set but unused. This change deletes
the unused variabl...

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

Config properties were recently added for the application's package name
and data directory. The...

e7b7b082464808aba643baeb7c5598fb70800b99 authored almost 12 years ago
Allow user-defined auto-config order (LBANDROID-12)

This adds the ability to specify the configuration search locations and
their order. The first l...

dfb359395587c6a9899f9650977ce91dc773de39 authored almost 12 years ago
Add unit tests for Android-related classes

This adds unit tests for code in the ch.qos.logback.*.android packages:

* ASaxEventRecorder
...

f7c74bb33da618a0a94355b70685b9848fdb51d1 authored almost 12 years ago
Remove deprecated configuration rules

This removes <contextProperty> and <variable> from Logback configuration
rules. They had been de...

f958443ec0263bd8035df1f50f9819a2b69977f4 authored almost 12 years ago
Clean-up unused core test constant

fd162a69128eb8263cd5e6be39b25b71d549d22f authored almost 12 years ago
Fix incorrect error message in <param> when missing "value"

65fc23a8ef96e58b26cbc0a4b508ff230ebf6aef authored almost 12 years ago
Made ASaxEventRecorder similar to SaxEventRecorder

cf23524542b3d3c9e788a46f34996fc6af0d8b3c authored almost 12 years ago
add missing throws declaration

637bebfac9dfa1510e192f88dcbe71572c2ed755 authored almost 12 years ago
ensure JDK 1.6 compilation

ac81a02ffa30ca9dec116049964fe404bfb9d4df authored almost 12 years ago
testing LOGBACK-108

5d25d68385ce033c4ebbd78751e7e7f7016c9106 authored almost 12 years ago
testing LOGBACK-108

c3cb7e7fcb63f13880010da6aab330c686737564 authored almost 12 years ago
ongoing work on LOGBACK-108

52488ca65b81fa2ed9e241d1555b0d423741387f authored almost 12 years ago
Merge pull request #79 from ceharris/LOGBACK-815

Patch for LOGBACK-815, LOGBACK-816

a50baabb99fe85b88aa85fdf17900a36f46e33e8 authored almost 12 years ago
ongoing work

fc85bfdc0e8f5ff193f41d30536da53064276fbc authored almost 12 years ago
improvement suggested by LOGBACK-816

6bfca3c648dfc808326b38142aa41a05c798a7ae authored almost 12 years ago
improvement suggested by LOGBACK-815

567f2d5c1c0fb474c8e8791dff927e84d74f041a authored almost 12 years ago
working on LOGBACK-108

8676ea30cfb7db10a0747565c9b16fce20d0bdb7 authored almost 12 years ago
blurb about LOGBACK-814, check for null request.getContentType()

baaf4dc2fca16fa4a50c665794f78b950cdeb375 authored almost 12 years ago
various edits

63d0bb7303c3beabf30d10e4057e74cf66e676fa authored almost 12 years ago
Merge pull request #58 from btolfa/master

update docs example Appender in appenders chapter at #WriteYourOwnAppender

7c7e02986ad98a26414a1b98ea1b24118671ea7b authored almost 12 years ago
Merge pull request #71 from updtr/master

fix for form posts losing data

dc0a4f8cd2ac5539b8268891baa9562fe04f6ec8 authored almost 12 years ago
Merge pull request #68 from gvanderploeg/CyclicBufferAppender

Minor improvements to CyclicBufferAppender, and tests

9f4d408f2b4885ef501570581891a4e92498ecd0 authored almost 12 years ago
more work on LOGBACK-805

271b3897524fe4ac0c1dc7d11ad56f1513a8b69c authored almost 12 years ago
Merge pull request #73 from DariusX/master

LOGBACK-805: DBAppender assumes that caller data is available on the event

07e4e65efe2b81dd00573995ec1669d1b9623747 authored almost 12 years ago
mention LOGBACK-798

55e232d4a2dcc6d5703c22050ee1887059b10b6d authored almost 12 years ago
Merge pull request #74 from Wee-Willie-Winkie/master

This will fix LOGBACK-798 (Leaking jdbc pool connection)

484ece64c72e9b5ddef55bf68dfc11ae90516b19 authored almost 12 years ago
update to slf4j dependency to 1.7.4

70cb83558e730a72b1eabed066703985c1abc1a6 authored almost 12 years ago
added blurb about %gray

0f120b4b8528bacd5e6e9ff3a3ac7e204080c0c1 authored almost 12 years ago
minor edit

4b042a85791992ea3429a929086ccaf67c81c595 authored almost 12 years ago
Merge pull request #76 from motlin/master

Add gray as a choice for ANSI color escapes.

590c4be2c569a0109abebacefbd0fad1ac49bdce authored almost 12 years ago
Merge pull request #77 from kofemann/master

make Level.toLocationAwareLoggerInteger() static

88d1f2962d38e5bce0edfca06f4b0a81c962e68f authored almost 12 years ago
skip performance tests during build

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

4037d1515bee09234cee98594646d79cdc32a722 authored almost 12 years ago
improve speed of ReconfigureOnChangeTest

ec38cad31b001a20d639592d3b3bda5cec5dcb1f authored almost 12 years ago
removed unused imports

d5dcd13fc4f6fc47f1d64484bd65d5fb91f357a8 authored almost 12 years ago
make Level.toLocationAwareLoggerInteger() static

51c9518dc67f1be46746361eec2158d4a21cbf65 authored almost 12 years ago
fix LOGBACK-463

b772cbc87f3db984e1b2322612b364f71741651a authored almost 12 years ago
Merge pull request #64 from ziesemer/master

Fix for http://jira.qos.ch/browse/LOGBACK-463.

2d1ee0fdc8fe0d4b128de9a9167c48254a93f338 authored almost 12 years ago
start work on 1.0.11-SNAPSHOT

f8490ec8a0411759ce464368fcbc58ea4a106ff5 authored almost 12 years ago
better test stability

0bc40733a748cac21657e141f841c1ee81110a59 authored almost 12 years ago
preparing release 1.0.10

970a44142af8e819f88e2f3bc9fef68be4b2e0e7 authored almost 12 years ago
fixed LOGBACK-142

2dda2a4d83c08d83bbcbd40d923cf8ab9e828295 authored almost 12 years ago
working on logback-142

5d498c60847fc5de8b1f6f0b355520005fdd9f47 authored almost 12 years ago
automatic imports in gaffer

4f2104d609cbcd1414874c51ebc4efb6a0469202 authored almost 12 years ago
fix LOGBACK-811, caller data computation under Groovy

7fdbe5c200efe616c041e907ab39d6bb4051beab authored almost 12 years ago
added link to Cody Burleson article

26bc3be97124017dfae27dc6253b7242ba569b4d authored almost 12 years ago
Add gray as a choice for ANSI color escapes.

0fae60c24db8cd8d32f66e451bff9809ea3ddcb8 authored almost 12 years ago
Merge pull request #75 from Batmat/fix-log-typo

Fixing the log "Could not parser [l as an integer"

9722f92f4634d851a2c4b97180f0174f810e52c2 authored almost 12 years ago
Fixing the log "Could not parser [l as an integer"

Now will display the (supposedly) correct one:
"Could not parse [l] as an integer".

cceae89ee5bbbc02078c527ec6353aedff81077b authored almost 12 years ago
update dependencies.html page

d7ca5e366cec1806887f91fd7c19b1356232d7e0 authored almost 12 years ago
Close connection inside ConnectionSourceBase#discoverConnectionProperties()

This will fix LOGBACK-798 (Leaking jdbc pool connection)

aa728a71f5e0b28981754eac735348b26424256c authored almost 12 years ago
Update logback-classic/src/main/java/ch/qos/logback/classic/db/DBAppender.java

LOGBACK-805: DBAppender assumes that caller data is available on the event

89783360fc29967233881514fdae370785f80b0d authored almost 12 years ago
Update logback-access/src/main/java/ch/qos/logback/access/servlet/Util.java

match start of content type so ex: application/x-www-form-urlencoded; charset=UTF-8 matches

62bb9cb4b4720c8845c5665873e30b44dff35159 authored almost 12 years ago
small fixes to imports section

e3470d100ac97f415bdf124950ee3dcfbca3c011 authored almost 12 years ago
Updated groovy docs to match last commit

77cf66e8c48abb5bfef4eb1f3eaca764cc5ec1f0 authored almost 12 years ago
Merge pull request #70 from jkuipers/groovy

LOGBACK-700 + ImportCustomizer for GafferConfigurator

23697e1c7cd6103fe70c6d73353eec44c3040d12 authored almost 12 years ago
added Joris Kuipers

e4302866648adea5969e4431b0bae0e3c3127886 authored almost 12 years ago
very minor refactoring

10ce831339154cd45ef2d35ce48e893c8a03f92c authored almost 12 years ago
LOGBACK-700: JMXConfigurator support in logback.groovy

Added jmxConfigurator method to ConfigurationDelegate which allows overriding the default context...

d6a0ef20edd9610e3b4daeba92dbfa698975f12f authored almost 12 years ago
Added ImportCustomizer.

The customizer auto-imports commonly used types, packages and Level constants (incl. their lower...

c2e6b649ba8a097b2d1ff79e131ca2c6553a89b1 authored almost 12 years ago
Minor improvements to CyclicBufferAppender, and tests

f18c063de6c0e5266638e510ff38bf188ac3040b authored about 12 years ago
LOGBACK-796 #comment added test to make sure that file name doesn't

match the file name pattern

76fd5bb637c6d4ac1f48ac989e7448318c2b2b78 authored about 12 years ago
LOGBACK-782 fixed

af6dd6d18e9d18413ef136c614c84802bf081077 authored about 12 years ago
Merge pull request #66 from bcap/master

Fix for LOGBACK-782: Syslog suffixPattern property cant start with a character in range [a-zA-Z0-9]

72a63c0c55c1d10b2c9b6b707c2c42a532b53b09 authored about 12 years ago
Fix for issue LOGBACK-782 with test. The fix consists of forcing the nopex variable to be defined with no arguments, so the parser wont get confused and try parsing the variable concatenated with the next string

5556bb87bd8b076be8f4cadb44677fd2ee27ae14 authored about 12 years ago
editorial changes to slf4j update info

8e9af35cf360399bbaa414c87ac3c25f98132eb6 authored about 12 years ago
add slf4j update info

7602048b846e253e8fa09b4c744cf2eedc7c34bb authored about 12 years ago
start work on next version

90d37c13461bf262dd0f1005090a2dd28d99f17b authored about 12 years ago
Fix auto-config bug, where only SD config was used

The ContextInitializer used a flag to check whether AndroidManifest.xml was
read successfully. T...

9d4f19e00027af2b32afa4e49fe675a952834f3b authored about 12 years ago
Merge pull request #34 from serializingme/fix-issues

Fixed an issue where %xThrowable is included in tagEncoder. This nulls the
`PostCompileProcessor...

54556340073a44cd7d9f48dc92e9826154696d91 authored about 12 years ago
Merge tag 'tags/v_1.0.8'

This merges in the most recent changes from logback that were tagged with "v_1.0.8".

164a31a4035f03db75b7aad99c03808fa3a5b657 authored about 12 years ago
updated css for add

81bf789e5f11cbd3d9d0af9297a504d3db6d2567 authored about 12 years ago
relase 1.0.9

0ca57909d9394d361ce6f8f005f43159326c313e authored about 12 years ago
job add

28d2a745d72a7eec7098d4eeed0972554fc3181d authored about 12 years ago
update date of release

89237688457055ca4d89c901af551633e80bd0d4 authored about 12 years ago
Fix doc bug for autoConfig()

The function comment for ContextInitializer.autoConfig() showed the wrong paths
on the SD card (...

d67020b0b2103655906f8a95e8bbbc398253c3d9 authored about 12 years ago
Fix VerifyError for String.isEmpty; and fix sys property getter

This fixes a VerifyError on initialization for Android clients using Java 5,
where String.isEmpt...

df405f3eb419441b2198e9a88ee6a2e4b4b38477 authored about 12 years ago
Move all dependency detail to parent POM

The versions and scope settings of dependencies were in child POMs when they
should have been ma...

ed7a4b44b5857fe70dc2e16edb8aa1ffe7c14e82 authored about 12 years ago
Fix SMTPAppender_GreenTest in Jenkins (6)

Tests are fixed now. This change removes the debug prints, renames variables,
and sets variable/...

804930df288f4f9e4cff21b468cfc9af24ad14da authored about 12 years ago
Fix SMTPAppender_GreenTest in Jenkins (5)

This creates a new GreenMail server for each test to isolate the
message list and remove the nee...

99acdb6a7f4587a436452a4572451fdf15bc29f1 authored about 12 years ago
Revert "Fix SMTPAppender_GreenTest in Jenkins (4)"

This reverts commit d78dfb58e62ff4d279d200e2b439ec49982d8739,
restoring Rx wait timeout to defau...

07857813693c91d0376faabd7dbb6e8289e2ebb1 authored about 12 years ago
Fix SMTPAppender_GreenTest in Jenkins (4)

This change increases the Rx-mail timeout from 5000ms to 30000ms.

d78dfb58e62ff4d279d200e2b439ec49982d8739 authored about 12 years ago
Fix SMTPAppenderTest_GreenTest in Jenkins (3)

This change adds some debug to troubleshoot the test failures in Jenkins.

515502f64b67b31209045f0fe3c2d99ec693f519 authored about 12 years ago
Add site descriptor

This change adds a site descriptor to format the pages generated from
the Maven site plugin.

aecd050cce87acb3b8f1156224e08fc87e206c98 authored about 12 years ago
Add timeout check in SocketAppenderTest

The test now verifies that the destination end does receive the log
message from the appender wi...

a8679e6cfb5317c8b5d41c3d48878c9f2c106c51 authored about 12 years ago
Fix SMTPAppender_GreenTest in Jenkins (2)

In Jenkins, this test is failing because the number of messages in the receive
queue is not the ...

81467f5c43b04e92e599f03f0a7cc94b14552ed4 authored about 12 years ago
Remove Jacoco

This isn't working properly (possibly bad configuration).
We'll just stick with Cobertura code-c...

b47ee34c2674a0e8ca3681b1652247ecee9cc3de authored about 12 years ago
Add 'analyze' profile to run suite of code analysis tools

This adds Cobertura and Checkstyle to the analysis output.
The ReconfigureOnChangeTest is disabl...

a94f5fde845c2b61842ad1382b3e4d70da5282e0 authored about 12 years ago
Fix test timeout for AppenderAttachableImplLockTest

The timeout for detachAppenderBoom() was 1000ms, which isn't long
enough on the micro Jenkins no...

95cd743f999ceef0e580d581ecc2051741a2b55e authored about 12 years ago
Fix SocketAppenderTest.receiveMessage

The timeout for the appender latch was possibly too short (100ms),
which cause the Jenkins tests...

fc38e472c7f22ab84e96681afc131831d58e78ac authored about 12 years ago
Fix possible race condition in SMTPAppender_GreenTest

testCustomEvaluator() was failing as it was seeing the expected
result from the previous test. T...

e8967d0cdb9126c20b406df8c4e738bce7738650 authored about 12 years ago
Add code-quality tools to Maven reporting

Added FindBugs (previously added abfbec3b but didn't actually work) and PMD to
the build process...

1a3514a9bfcfe6d5dc02357d2ecb95e8a47797c9 authored about 12 years ago
Fix whitespace and error msgs in Rolling/FileAppender

These appenders were using the fileName variable in their error messages but
the variable did no...

8d5decd6b02e82f5f0fd2b785db09c8a2a2cc0fe authored about 12 years ago