Ceki Gulcu
cdc7773e8e
FIX SLF4J-354, prepare release 1.7.16
2016-02-11 21:27:51 +01:00
Ceki Gulcu
d0bd364137
set version as 1.7.16-SNAPSHOT
2016-02-09 18:22:07 +01:00
Ceki Gulcu
31c509e9a6
release 1.7.15
2016-02-09 17:31:40 +01:00
Ceki Gulcu
2f5d369d67
faster tests
2016-02-09 16:50:08 +01:00
Ceki Gulcu
2d4074c65a
testing SLF4J-353 support
2016-02-09 16:34:46 +01:00
Ceki Gulcu
12697364d0
next version is 1.7.15
2016-01-24 22:01:39 +01:00
Ceki Gulcu
12a35307b6
prepare release 1.7.14
2016-01-24 21:21:14 +01:00
Ceki Gulcu
b4f20e193b
prepare for next version snapshot
2015-11-11 23:12:25 +01:00
Ceki Gulcu
fc84778ffe
releasing 1.7.3
2015-11-10 22:02:33 +01:00
Ceki Gulcu
572dabfa7c
less in MANIFEST.MF
2015-10-16 20:05:15 +02:00
Ceki Gulcu
91aa1de92b
define and use value where it is needed
2015-10-16 13:40:56 +02:00
Ceki Gulcu
b3de4f127b
removed animal-sniffer from execution during the test phase
2015-10-16 13:35:17 +02:00
Matt Bishop
d8139b0ecf
Merge pull request #117 from hazendaz/master
...
Move MANIFEST build to Parent
2015-05-12 06:32:10 -07:00
Jeremy Landis
9c8a2b7cd0
Move MANIFEST build to Parent
...
Add two empty manifest files for integration and slf4j-site
Remove all pieces of manifest building on jar that can be in parent
2015-05-01 22:04:25 -04:00
jmthibault79
a6027b3ce8
Update comments from old Bugzilla to new JIRA
2015-04-30 13:19:46 -04:00
Jeremy Landis
5b52c710e9
Add animal sniffer plugin
...
Due to some signatures in slf4j-api has some ignores because signatures
cannot be determined and will error otherwise. This is isolated to
interfaces and code that shouldn't otherwise be present in usage per
various javadocs around these.
2015-04-28 22:04:15 -04:00
Jeremy Landis
d6e34cd57c
Update compiler plugin
...
Use latest maven compiler version
2015-04-10 20:58:14 -04:00
Jeremy Landis
66f85cff91
Use project.basedir where appropriate in poms.
2015-04-10 20:52:22 -04:00
Jeremy Landis
38d675838c
Set Additional Resources as UTF-8
...
Set build resource encoding and reporting output encoding to UTF-8.
2015-04-10 20:52:19 -04:00
Ceki Gulcu
489862dc48
explicitly set the compiler souce/target
2015-04-10 18:16:04 +02:00
Jeremy Landis
2cae64b236
Set Java 5 in parent and remove elsewhere
...
parent can fully control this. Also no need to add separate
configuration as this uses native maven settings to control java
versions.
2015-04-05 16:33:07 -04:00
Jeremy Landis
9be0269b7a
Format Poms - no changes in build
2015-04-02 22:18:37 -04:00
Jeremy Landis
06c0e16807
Add xml version / encoding utf-8 to poms and format project tag
2015-03-31 22:21:24 -04:00
Ceki Gulcu
7122d7eba2
set work version to 1.7.13-SNAPSHOT
2015-03-26 22:01:21 +01:00
Ceki Gulcu
0c189f9882
preparing release 1.7.12
2015-03-26 21:59:27 +01:00
Ceki Gulcu
e03c29e8ea
testing coverall
2015-03-26 18:10:33 +01:00
Ceki Gulcu
410dc2d1e7
next version is 1.7.12
2015-03-26 16:15:20 +01:00
Ceki Gulcu
850c565e3a
set version number for javadoc plugin
2015-03-26 15:26:02 +01:00
Ceki Gulcu
d8dc5b19c0
preparing release 1.7.11
2015-03-26 14:57:19 +01:00
Ceki Gulcu
0ab0f6da64
Change Bundle-RequiredExecutionEnvironment declaration in MANIFEST.MF files
...
Set the maven-compiler-plugin to target/source JDK 1.5 using a variable.
2015-03-26 12:24:52 +01:00
Ceki Gulcu
1137e5b464
next version is 1.7.11
2015-01-06 21:48:52 +01:00
Ceki Gulcu
d4c2cf5bd3
prepare release
2015-01-06 21:12:02 +01:00
Ceki Gulcu
7c146126e3
next version is 1.7.10
2015-01-06 20:42:56 +01:00
Ceki Gulcu
cdcdebbae3
version 1.7.9 reverts the of JSR 305 annotations
...
See https://issues.scala-lang.org/browse/SI-5420
2014-12-16 22:56:05 +01:00
Ceki Gulcu
54cd111d52
setting pom version numbers to 1.7.9-SNAPSHOT
2014-12-14 19:02:46 +01:00
Ceki Gulcu
8a1702ba0f
polish the docs on slf4j.detectLoggerNameMismatch
2014-12-14 17:51:48 +01:00
Ceki Gulcu
c52317aaef
next version is 1.7.8-SNAPSHOT
2014-12-08 23:25:49 +01:00
Ceki Gulcu
ebcbbeb684
correct scm link
2014-11-21 20:54:00 +01:00
Jeremy Landis
16b8c13277
Correct Maven XSD Location
...
Currently used XSD location is legacy and results in a redirect. Switch
to the redirected location.
2014-09-27 16:48:43 -04:00
Jeremy Landis
3b9f0ec0c8
Proposal: Enforce formatting
...
Added updated codeStyle.xml using the one from logback as the most
recent and added missing items from newer versions of eclipse.
Added java formatter with activation turned off for the time being.
This is a proposal that the java code get properly enforced to be
formatted. By removing the commented activation this will occur on each
build. After the first format, it will not format again except in cases
where a build is occurring and formatting was not followed. This is
rather clean after the first cut. This plugin covers only the java code
at this time. XML will still need done the old fashioned way.
2014-09-26 23:33:52 -04: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
Ceki Gulcu
446d17451b
doc updates
2013-05-27 16:07:43 +02:00
Ceki Gulcu
06c4ddc080
upgrade to cal10 0.8.1, improved images
2013-04-18 20:31:33 +02: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
a940e12710
add link to on left menu
2013-03-27 12:18:30 +01:00
nordligulv
d2f78f6c39
:wq
...
:wq
Merge branch 'master' of git://github.com/qos-ch/slf-j
2013-03-26 01:36:40 +04:00
Ceki Gulcu
884d46eeff
about to release 1.7.5
2013-03-25 21:29:23 +01:00
nordligulv
4f8fbf0d6b
implement android logging for slf4j
2013-03-25 05:14:30 +04: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
mbishop
3e121c2cac
Merge remote-tracking branch 'upstream/master'
2012-09-20 17:27:55 -07:00
Ceki Gulcu
3b040e36ff
improved javadocs
2012-09-17 23:36:12 +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
996ccc7ca5
added log file support
2012-09-14 20:25:30 +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
86eaa9cf19
adding vargs support to Logger interface
2012-09-06 15:40:33 +02:00
mbishop
c2f277a535
Bugzilla #269 .
2012-08-09 11:24:32 -07: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
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
d8b43cb95f
moving to oss.sonatype repo, indentation changes
2012-05-08 18:58:27 +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
f5865d3241
fix bugs 203 and 224, adaptations for maven 3
2011-10-31 23:17:02 +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
ced19dedec
- Fix #138
...
- FAQ entry on the FATAL level now is based on the superiority of markers
2011-08-15 18:57:38 +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
Heiko Seeberger
adab6086ed
Initial contribution from SLF4S: Release 1.0.1 without stupid implicit conversion. OSGi stuff still missing!
2010-09-14 21:43:34 +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
86776fffdd
- update to the latest versions of log4j and cal10n
2010-07-05 19:55:43 +02:00
Ceki Gulcu
1db99e3cbe
- we use log4j version 1.2.14
2010-06-30 16:01:09 +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
b1d03d5ce8
- added a the javadoc profile so that javadoc jar are deployed
...
when 'mvn deploy -P javadocjar' is invoked
2010-05-08 12:46:15 +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
4e9748b469
- removed the deprecated jcl104-over-slf4j module
...
- minor corrections
2010-04-21 22:49:37 +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
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
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
e5bbca3f28
Applied Hugues Malphettes's patch #65 as given in [1]
...
[1] http://bugzilla.slf4j.org/show_bug.cgi?id=152
2009-11-24 00:21:59 +01:00
Ceki Gulcu
83b7bf3369
upped version to 1.5.10-SNAPSHOT
2009-11-23 17:36:15 +01:00
Ceki Gulcu
f67363eb62
Applied Hugues Malphettes patch #66 [1] as attached to bug 75 [2]
...
[1] http://bugzilla.slf4j.org/attachment.cgi?id=66
[2] http://bugzilla.slf4j.org/show_bug.cgi?id=75
2009-11-23 17:29:50 +01:00
Ceki Gulcu
43350ca4ed
Applied patches supplied by Pete Muir on 2009-10-29 in bug 156.
2009-11-05 14:49:11 +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
3178c3cdb4
- jxr plugin now correctly links to the javadocs
...
- added faq entry about using ILoggerFactory instead of LoggerFactory
2009-10-01 14:26:17 +02: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
e69cd9fa61
- Documenting LocLogger and co.
2009-09-04 19:50:15 +02:00
Ceki Gulcu
50f843f750
- started work on localization support (ongoing work)
2009-09-01 19:48:11 +02:00
Ceki Gulcu
1e3aadf8d8
- Clarified the title in license.html.
...
Previously the title said "SLF4J License" and some people thought
that there was an SLF4J license instead of the actual MIT license
- modified pom.xml to include licensing info
Solves http://bugzilla.slf4j.org/show_bug.cgi?id=143
2009-08-24 23:46:55 +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
060c648b4a
Added dependencyManagement entry for slf4j-jdk14
2009-04-17 16:43:29 +00:00
Ceki Gulcu
bd57de70db
With the exception revision 1277 triggering two emails, it all looks good
2009-02-10 18:08:31 +00:00
Ceki Gulcu
cda10d0294
testing sync process with wrong URL
2009-02-10 18:05:22 +00:00
Ceki Gulcu
f5ee6ca4e6
testing with the sync process put in the backgraound
2009-02-10 17:59:59 +00:00
Ceki Gulcu
2852a77275
testing again
2009-02-10 17:57:55 +00:00
Ceki Gulcu
6c5e8938f0
testing svn-mirror
2009-02-10 17:56:50 +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
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
f68b5c57d2
Minor javadoc improvements
2008-10-16 15:25:18 +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
Ceki Gulcu
abd9c0b0cd
- slf4j-ext now has the same version number as the rest of SLF4J modules.
...
- Fixed bug 102. (slf4j-ext.jar was missing from the distribution file)
2008-09-23 14:15:33 +00:00
Ceki Gulcu
0ed822f323
- starting work on the next version namely 1.5.4
2008-09-12 16:28:41 +00:00
Ceki Gulcu
a075b129f9
- preparing release 1.5.3
2008-09-12 15:31:37 +00:00
Ceki Gulcu
053a98b2a0
- decoupling slf4j version numbers from slf4j-ext version
...
- moved the NOPLoger class from slf4j-nop module to slf4j-api. An NOPLogger came in handy in slf4j-ext
- ongoing work on XLogger.java
- other minor improvements in the docs
2008-08-02 19:24:58 +00:00
Ceki Gulcu
fa9a1813da
- minor refactoring of the SLF4J profiler API
...
- documentation (of SLF4J profilers)
This is still ongoing work
2008-07-23 20:34:11 +00:00
Ceki Gulcu
eb84d13d23
Related to bug 68. See also [1]
...
- As suggested by Ralph Goers on comment #5 , migrating code from the
logback project, in particular the ch.qos.logback.classic.stopwatch
package to SLF4J. Since 99.9% of the code is logging system
independent, it makes sense to migrate this code to SLF4J, more
precisely into the newly created slf4j-ext module.
The profiler code has been extremely useful in measuring the
performance of a real-world project.
Documentation to follow.
[1] http://bugzilla.slf4j.org/show_bug.cgi?id=86
2008-07-21 14:28:29 +00:00
Ceki Gulcu
ac25a3521c
- starting work on SLF4J 1.5.3
2008-06-09 12:42:14 +00:00
Ceki Gulcu
0fd329eecb
- preparing release 1.5.2
...
- improvements to documentation
2008-06-08 14:25:02 +00:00
Ceki Gulcu
2fb77b108d
- minor clean up in relation to renaming of jcl104-over-slf4j as jcl-over-slf4j
...
- javadoc cleanup
2008-06-05 21:37:40 +00:00
Ceki Gulcu
d2b16c45a7
preparing release 1.5.1
2008-06-05 21:09:02 +00:00
Ceki Gulcu
87b724283a
- the jcl104-over-slf4j module renamed as jcl-over-slf4j
...
- added relocation support
2008-06-03 21:18:51 +00:00
Ceki Gulcu
78f138e1b1
- started work on jul-to-slf4j bridge as requested in bug 38
2008-05-28 20:28:49 +00:00
Ceki Gulcu
d75c396661
- update to logj dependency to 1.2.14
...
- renamed getCopyOfPropertyMap to getCopyOfContextMap in MDCAdapter and co.
2008-05-27 18:39:57 +00:00
Ceki Gulcu
efd978c2f8
- exclude org.slf4j.migrator* package from the javadocs
2008-04-29 17:38:38 +00:00
Ceki Gulcu
58867e696b
starting work on 1.5.1
2008-02-26 20:41:44 +00:00
Ceki Gulcu
db4ce9eb7b
preparing release 1.5.0
2008-02-26 20:31:25 +00:00
Ceki Gulcu
5e411709ec
- renaming slf4j-converter module to slf4j-migrator
2008-02-21 19:06:30 +00:00
Ceki Gulcu
e0dc4a5ad8
- setting current version number to 1.5.0-SNAPSHOT
...
- updated news.html
2008-01-31 13:15:26 +00:00
Ceki Gulcu
806590481a
- preparing for 1.5-M0
...
- fixed bug 65 by removing lines that contain <version>${parent.version}</version> in pom.xml files
These lines are superfluous and reportedly confuse some maven repos.
2008-01-29 20:59:24 +00:00
Ceki Gulcu
24b4e42d86
starting work on 1.4.4-SNAPSHOT
2007-08-21 11:08:07 +00:00
Ceki Gulcu
738eab65cd
attempt to fix the lack of propagation of project variables in the MANIFEST.MF file
2007-08-20 21:27:47 +00:00
Ceki Gulcu
06866be44f
- changes necessary for release 1.4.3
2007-08-20 20:13:25 +00:00
Ceki Gulcu
b1a3a3ffa3
- preparing 1.4.3
...
-
2007-08-20 19:22:46 +00:00
Ceki Gulcu
a1149dafca
- removed slf4j-archetype
...
- MANIFEST.MF files use ${project.version} as a variable in order to
keep project version changes and the OSGI manifest in sync
2007-08-20 18:10:22 +00:00
Jean-Noel Charpin
e31c4aa06e
removing slf4j dependency
2007-08-03 09:08:16 +00:00
Ceki Gulcu
2937090629
preparing 1.4.2
2007-07-12 20:18:50 +00:00
Ceki Gulcu
14797605e2
- adding log4j-over-slf4j
2007-07-09 20:24:02 +00:00
Ceki Gulcu
aadd74233e
reconciliation with logback, starting work on 1.4.2
2007-07-07 14:10:18 +00:00
Ceki Gulcu
e845654c1a
snapshot of SLF4J 1.4.1
2007-07-04 19:52:45 +00:00
Ceki Gulcu
ed4b78f720
started work on 1.4.1
2007-07-02 19:35:02 +00:00
Ceki Gulcu
2a40c064a2
- changing version number to 1.4.0 preparation for a release
...
- modified carious pom.xml file to inherit the version number for the slf4j-api project from
slf4j-parent module
- fixed slf4j-archetype module (it can now create a functional albeit simple SLF4J binding)
- updated the FAQ and news in preparation for the 1.4.0 release
2007-05-18 20:57:38 +00:00
Ceki Gulcu
bf35dbfb94
- next version will be 1.4.0 as we will be adding the TRACE level
2007-04-15 21:05:42 +00:00
Ceki Gulcu
678a33cbe3
- Tagging 1.3.1
...
- minor bug fix in slf4j-site/src/site/pages/download.html
2007-04-15 20:17:20 +00:00
Ceki Gulcu
a5c1e478d9
Next version is 1.3.1
2007-02-25 16:57:35 +00:00
Ceki Gulcu
83c405e053
We can start working on 1.3.1-SNAPSHOT
2007-02-25 16:55:12 +00:00
Ceki Gulcu
a5d87ac321
removed unused directives
2007-02-25 16:24:24 +00:00
Ceki Gulcu
e0af3807ba
- Renamed the "project_version_for_osgi" property as pv4osgi
...
- Preparing release 1.3.0
2007-02-25 16:18:57 +00:00
Ceki Gulcu
289b6f48a6
The slf4j-skin is no longer needed.
2007-02-24 13:35:58 +00:00
Ceki Gulcu
84f0f6b797
- Attempted to restore the state of the various MANIFEST.MF files
...
where John E. Conlon left them previously.
The project builds properly. I have yet to test/exercise the various
OSGi modules.
- Instead of manually editing the <Bundle-Version> element manually
for each module, it is injected using the ${project_version_for_osgi}
property as set in the parent pom.xml file.
2007-02-22 19:15:56 +00:00
Ceki Gulcu
0740cb1b18
My personal attempt to get SLF4J to build using the osgi profile, i.e. running the command
...
mvn package -Posgi
I still get:
[INFO] Building SLF4J OSGi Integration Test
[INFO] task-segment: [package]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot org.springframework.osgi:backport-util-concurrent:3.0-SNAPSHOT: checking for updates from springframework.org
Downloading: http://static.springframework.org/maven2-snapshots//org/springframework/osgi/backport-util-concurrent/3.0-SNAPSHOT/backport-util-concurrent-3.0-2007
0216.105210-78.pom
1K downloaded
[snip]
[WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2 )
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.springframework.osgi:jcl104-over-slf4j.osgi🫙 1.1.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.springframework.osgi -DartifactId=jcl104-over-slf4j.osgi \
-Dversion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.slf4j:slf4j-osgi-integration-test:jar:1.3.0-SNAPSHOT
2) org.springframework.osgi:jcl104-over-slf4j.osgi🫙 1.1.0
2) org.slf4j:slf4j-log4j-full:jar:1.1.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.slf4j -DartifactId=slf4j-log4j-full \
-Dversion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.slf4j:slf4j-osgi-integration-test:jar:1.3.0-SNAPSHOT
2) org.slf4j:slf4j-log4j-full:jar:1.1.0
----------
2 required artifacts are missing.
for artifact:
org.slf4j:slf4j-osgi-integration-test:jar:1.3.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2 ),
m2apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository ),
springframework.org (http://static.springframework.org/maven2-snapshots/ )
2007-02-18 17:50:26 +00:00
John E. Conlon
426da1d776
Added profile for building and testing OSGi projects.
2007-02-16 21:03:05 +00:00
John E. Conlon
fe3885ef03
Added version to plugin.
2007-02-06 21:01:59 +00:00
Sebastien Pennec
06f1fc7fd1
Added access to the apache snapshot repo
2007-02-06 18:48:40 +00:00
John E. Conlon
3696d72d3b
Replaced maven-jar-plugin with the org.apache.felix.maven-bundle-plugin for the
...
creation of OSGi compatible jars.
Changed multiproject version to 1.3.0-SNAPSHOT to adhere to maven and OSGi
conventions.
Packages from the sl4fj-api project are now copied at build time by the
org.apache.felix.maven-bundle-plugin to all SLF4J Binding projects.
2007-02-06 16:13:54 +00:00
Ceki Gulcu
877ae0401c
target JDK 1.3 as requested in bug report 37. http://bugzilla.slf4j.org/show_bug.cgi?id=37
2007-01-29 21:16:43 +00:00
Sebastien Pennec
e71d876ac6
Updating versions to 1.3-SNAPSHOT
2007-01-24 20:38:23 +00:00
Sebastien Pennec
d628e4690f
This release will not be a candidate.
2007-01-24 20:07:20 +00:00
Sebastien Pennec
bb2efaedab
Updated pom and site files to version 1.2-RC0
2007-01-24 19:58:17 +00:00
Ceki Gulcu
ff575fcfab
- moving to release 1.2-SNAPSHOT
...
- adding OSGI metadata
2006-12-28 21:20:29 +00:00
Ceki Gulcu
b9239de8f5
deleting log4j-over-slf4j
2006-12-14 21:06:39 +00:00
Ceki Gulcu
7185b0f9df
- Since SLF4J is published on ibiblio, slf4j-parent pom is no longer a SNAPSHOT
...
- preparing release 1.1.0-RC1
- minor doc changes
2006-11-16 22:54:30 +00:00
Ceki Gulcu
c0002ed61c
updated scm data
2006-11-08 22:13:36 +00:00
Ceki Gulcu
73f7786907
fixed problem with missing jar files in assemblies, fixed problem with parent pom file
2006-11-06 07:38:57 +00:00
Ceki Gulcu
06e40836d6
- javadoc improvements
...
- minor fixes in preparation for the 1.1.0-RC0 release
- the resulting assembly should be named after $aversion not ${parent.version}
- o.a.log4j.Log4jLoggerFactory is now accessible to the same package (instead of public)
2006-11-04 21:03:33 +00:00
Ceki Gulcu
55a650f08c
- Fixed synchronisation related bug number 27.
...
See also http://bugzilla.slf4j.org/show_bug.cgi?id=27
- added eclipse codeStyle.xml
- The various SLF4J inherit their version number through a poperty,
namely "aversion", defined in the parent pom. This little trick seems
to work well and saves alot of time.
2006-11-04 18:35:32 +00:00
Sebastien Pennec
2975f3713f
- added necessary information in the poms to create bundles
...
- minor fixes
2006-09-13 12:31:38 +00:00
Ceki Gulcu
a0a881b682
preparing release 1.1.0-beta0
2006-09-11 22:08:20 +00:00
Ceki Gulcu
83412491a8
adding slf4j-archetype project for faster binding creation.
2006-09-05 20:48:47 +00:00
Ceki Gulcu
a52f9da68f
minor updates
2006-09-04 20:07:32 +00:00
Ceki Gulcu
b8b909a7fe
ongoing work in preparation of Mavenized SLF4J release
2006-08-31 21:33:18 +00:00
Ceki Gulcu
f9ef6f021f
SLF4J target JDK 1.4, updated parent pom.xml accordingly
2006-08-29 19:46:39 +00:00
Ceki Gulcu
a1342cab44
ongoing work on SLF4J site
2006-08-16 20:35:36 +00:00
Ceki Gulcu
d8ca475c1f
Added slf4j-log4j12 module
2006-08-15 20:21:49 +00:00
Ceki Gulcu
1b4da2c13e
aligning with Maven folder conventionsmavenizing SLF4J
2006-08-15 19:59:20 +00:00
Ceki Gulcu
ddce36368f
Mavenizing of SLF4J, on going work
2006-08-14 20:34:26 +00:00