Alex Newman
a3e5fd068c
Specifying the groupID is redundant. It must be the same as the parent.
2014-08-27 11:38:23 -07:00
Ceki Gulcu
46cf4f7fed
prepare release 1.7.7
2014-04-04 13:08:46 +02:00
Ceki Gulcu
3478cda72c
preparing next release
2014-02-05 23:46:17 +01:00
Ceki Gulcu
1784b3485c
releasing 1.7.6
2014-02-05 23:43:26 +01:00
Craig P. Motlin
4b710c8238
Fix typos.
2013-12-14 19:01:57 -05:00
Ceki Gulcu
95c49469c1
mark 1.7.6-SNAPSHT, added missing modules to assembly source file
2013-03-27 16:13:45 +01:00
Ceki Gulcu
884d46eeff
about to release 1.7.5
2013-03-25 21:29:23 +01:00
Ceki Gulcu
a031ea22e9
release 1.7.4
2013-03-18 16:03:32 +01:00
Ceki Gulcu
bced901e2c
start 1.7.4-SNAPSHOT
2013-03-18 10:23:32 +01:00
Ceki Gulcu
1c3e4c628a
release 1.7.3
2013-03-15 11:28:23 +01:00
Ceki Gulcu
8d30219371
tag release 1.7.3-SNAPSHOT
2013-03-13 11:37:12 +01:00
Ceki Gulcu
c06e41788d
about to relese 1.7.2
2012-10-11 20:59:38 +02:00
Ceki Gulcu
7747f1ec4f
starting 1.7.2 cycle
2012-09-14 23:15:58 +02:00
Ceki Gulcu
86e0c2990d
preparing release 1.7.1
2012-09-14 23:00:20 +02:00
Ceki Gulcu
1449b3b780
starting work on 1.7.1
2012-09-07 00:29:27 +02:00
Ceki Gulcu
999956dd00
preparing release 1.7.0
2012-09-06 23:51:29 +02:00
Ceki Gulcu
255def2278
avoid version mismatch warning (when run with slf4j-api-1.6.jar) by setting REQUESTED_VERSION to 1.6.99 instead of 1.7
2012-09-06 23:46:19 +02:00
Ceki Gulcu
86eaa9cf19
adding vargs support to Logger interface
2012-09-06 15:40:33 +02:00
Ceki Gulcu
6f3d29fdae
starting work on 1.6.7
2012-06-12 14:42:50 +02:00
Ceki Gulcu
e5eb0b068d
preparing release 1.6.6
2012-06-11 16:16:40 +02:00
Ceki Gulcu
3e24a5c715
fix bug 234
2012-06-11 16:14:39 +02:00
Ceki Gulcu
7f888049bc
start work on 1.6.6. Fix bug #234
2012-06-04 22:24:31 +02:00
Ceki Gulcu
79e1b89706
preparing release 1.6.5
2012-06-03 23:29:09 +02:00
Ceki Gulcu
f880d89e0a
start work on 1.6.5.-SNAPSHOT
2012-05-08 15:13:49 +02:00
Ceki Gulcu
38915dafe0
release 1.6.4, fix issues with site plugin
2011-10-31 23:51:10 +01:00
Ceki Gulcu
7b65efcef3
next version will be 1.6.4
2011-10-17 23:32:18 +02:00
Ceki Gulcu
752e2cf0dc
upgrade to Maven 3.0.3
2011-10-17 23:30:48 +02:00
Ceki Gulcu
20ef874366
preparing release 1.6.3
2011-10-17 21:50:16 +02:00
Ceki Gulcu
7ba0605dc9
update license headers to current year
2011-10-16 10:28:44 +02:00
Ceki Gulcu
20377b5362
- changing version to 1.6.2
...
- adapted bindings illustration from the version provided by Erik van Oosten
- manual.html now references this illustration
2011-08-15 22:40:30 +02:00
Ceki Gulcu
277f8d74ce
- started working on slf4j 1.6.2-SNAPSHOT
...
- Small additions to .gitignore file
2010-09-14 22:18:24 +02:00
Ceki Gulcu
990f24180a
- preparing release 1.6.1
...
- Updated log4j dependency to version 1.2.16 and CAL10N dependency to
version 0.7.4.
2010-07-05 22:26:53 +02:00
Ceki Gulcu
71fc429d10
- starting work on 1.6.1
...
- Fixed OSGi metatdata in log4j-over-slf4j. See http://bugzilla.slf4j.org/show_bug.cgi?id=187
2010-06-30 15:56:51 +02:00
Ceki Gulcu
bdf993562a
- changed version number to 1.6.0 in sub-modules
...
- minor editing in news.html
2010-05-08 12:39:36 +02:00
Ceki Gulcu
918d144c67
- preparing release 1.6.0
...
- the plan is for all versions in the 1.6.x series to be mutually
compatible
2010-05-08 12:32:00 +02:00
Ceki Gulcu
9ac7d3a3ab
- instead of 'rc' using 'alpha' prefix for releases to emphasize the experimental nature of the code
...
- added a paragraph on defaulting to nop in the absence of a binding
- minor code refactoring in LoggerFactory (url constants to codes.html)
- added link to AVLS from the site menu
2010-04-27 16:19:42 +02:00
Ceki Gulcu
f590669b65
- added test cases
...
- updated the docs
- preparing release 1.6.0-RC0
2010-04-21 22:41:43 +02:00
Ceki Gulcu
d1d27b8d87
As of SLF4J version 1.6.0, in the absence of an SLF4J binding,
...
slf4j-api will default to a no-operation implementation discarding all
log requests. Thus, instead of throwing an exception, SLF4J will emit
a single warning message about the absence of a binding and proceed to
discard all log requests without further protest.
2010-04-06 13:57:15 +02:00
Ceki Gulcu
581b20f8aa
- fixed bug 154
...
- It is expected that all SLF4J releases in the 1.6.x and 2.0.x series
will be mutually compatible. Note that the 2.0.x series is expected to
require JDK 1.5 or later.
2010-04-05 00:11:16 +02:00
Ceki Gulcu
cbdf935de3
- starting work on 1.6.0
2010-04-04 19:11:09 +02:00
Ceki Gulcu
dae55b8229
- preparing release 1.5.11
...
- added code to detect the simultaneous presence of both
log4j-over-slf4j.jar and slf4j-log4j12.jar. See also
http://slf4j.org/codes.html#log4jDelegationLoop
- added code to detect the simultaneous presence of both
jcl-over-slf4j.jar and slf4j-jcl.jar. See also
http://slf4j.org/codes.html#jclDelegationLoop
- Fixed http://bugzilla.slf4j.org/show_bug.cgi?id=168
2010-02-25 12:42:32 +01:00
Ceki Gulcu
88c4c45676
setting autocrlf = true on windows - no logical changes
2009-12-03 19:16:42 +01:00
Ceki Gulcu
32c1ac054b
- setting version number to 1.5.10
...
- changed references from pixie to pixie.qos.ch
2009-12-03 00:22:57 +01:00
Ceki Gulcu
19fc29d089
- added unit tests verifying that the slf4j artifacts can actually be
...
used by other osgi bundles within a real osgi framework. The tests
depend on Felix.
2009-11-28 19:35:28 +01:00
Ceki Gulcu
83b7bf3369
upped version to 1.5.10-SNAPSHOT
2009-11-23 17:36:15 +01:00
Ceki Gulcu
e967f5135e
- Added missing "Export-Package" declaration for cal10n in the OSGi
...
manifest file for sfl4j-ext, fixing bug 156.
- changed version number to 1.5.9.RC1. This fixes bug 157.
2009-10-28 18:49:56 +01:00
Ceki Gulcu
68af3bbdbb
- started work on version 1.5.10
...
- fixed bug 151 http://bugzilla.slf4j.org/show_bug.cgi?id=151
2009-09-23 12:02:23 +02:00
Ceki Gulcu
30b9ee08d3
- Preparing release 1.5.9-RC0
2009-09-04 19:52:34 +02:00
Ceki Gulcu
d68b139a07
- start work on 1.5.9
2009-07-20 08:09:23 +00:00
Ceki Gulcu
6501841823
- fixed test scope issue in log4j-over-slf4j
...
- setting version number to 1.5.8
- updating news
2009-06-11 11:54:15 +00:00
Ceki Gulcu
ced361bc7c
next SLF4J version will be 2.0.0
2009-06-10 20:17:12 +00:00
Ceki Gulcu
f142a731a8
changing version to 1.5.7 in the pom.xml files
2009-06-10 18:23:17 +00:00
Ceki Gulcu
f84dd4641e
typo fix
2009-06-10 18:18:30 +00:00
Ceki Gulcu
cefca8f144
Added a test for testing MultiBinding behaviour. See also bug http://bugzilla.slf4j.org/show_bug.cgi?id=132
2009-06-09 20:23:38 +00:00
Ceki Gulcu
beedc98cca
bumping version to 1.5.7-SNAPSHOT
2009-01-23 16:27:45 +00:00
Ceki Gulcu
1cd35900c4
- preparing release 1.5.6
...
- marked javassist dependency in slf4j-ext optional (tests pass)
2008-11-20 14:08:07 +00:00
Ceki Gulcu
f002e3b965
1.5.6-SNAPSHOT comes after 1.5.5
...
In LoggerFactory.java we anticipate that 1.5.6 be 100% compatible with 1.5.5
2008-10-17 19:43:03 +00:00
Ceki Gulcu
098e855f42
- preparing release 1.5.5
2008-10-17 15:44:31 +00:00
Ceki Gulcu
eb14bf4392
- better wording in the docs
...
- improved integration tests: Added integration tests consistent with the elective version check policy
2008-10-17 15:42:18 +00:00
Ceki Gulcu
2050a4db44
Given the huge size of the SLF4J user base, we need a more lenient version
...
check mechanism. For example, we can't expect external implementations such as
Mina, jetty, jboss to follow SLF4J's release schedule. We just can't.
This commit changes the version check policy to become elective. The FAQ includes an entry explaining
the logic.
2008-10-17 14:31:02 +00:00
Ceki Gulcu
ba10ccd6fe
- preparing release 1.5.4
2008-10-16 15:49:34 +00:00
Ceki Gulcu
55d9863a04
bug 107
...
SLF4JHandler was renamed as SLF4JBridgeHandler
2008-10-16 10:08:11 +00:00
Ceki Gulcu
f4e21dc7e0
- added a new version checking test
...
- updates to the docs
2008-10-03 17:56:46 +00:00
Ceki Gulcu
61f63d36fc
- minor clean up
2008-10-03 17:09:11 +00:00
Ceki Gulcu
ecfb1b5512
- testing VERSION checks
...
- added a new module called "integration" for testing interactions between
various SLF4J versions. This module uses Ant and relies on Ant's flexibility
in providing different classpaths to various tasks (this is much harder to do
with Maven). The Ant build file is still invoked by Maven. Thus, integration tests
are run at build time.
2008-10-03 15:44:19 +00:00