Commit Graph

1358 Commits

Author SHA1 Message Date
Matt Bishop 3e749c3d6f Set framework version requirement 2015-12-08 15:29:27 -08:00
Matt Bishop 6c461383d5 Add Bundle-Category entry.
Remove unnecessary Export-Package entry.
2015-12-05 21:13:41 -08:00
Ceki Gulcu a4c645d188 revert REQUESTED_API_VERSION to 1.6.99 2015-12-03 13:18:09 -08:00
Matt Bishop ae2029fae5 Replaced maven-bundle-plugin with jar manifest template. Picks up build-helper-maven-plugin config correctly. 2015-12-01 15:09:29 -08:00
Ceki Gulcu c5ae991668 update REQUESTED_API_VERSION to 1.7.x, as 1.6.x and 1.7.x are binary compatible this change should have no effect 2015-11-13 19:15:19 +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 46a49f4303 SLF4J-324: lazy initializaiton of ClassContextSecurityManager in o.s.helpers.Util 2015-11-10 20:35:17 +01:00
Ceki Gulcu 37229d8d62 fix SLF4J-324 2015-11-10 19:54:10 +01:00
Ceki Gulcu c41df923f2 fixing SLF4J-337 2015-11-06 17:43:14 +01:00
Ceki Gulcu 715615cd36 correct line numbering 2015-11-06 15:19:09 +01:00
Ceki Gulcu acfc07008b migrate test to Junit 4 conventions 2015-11-06 14:38:39 +01:00
Ceki Gulcu 18e6156c09 minor edits, code formatting 2015-11-06 13:10:07 +01:00
Ceki Gulcu fd5d546503 Merge pull request #99 from lukecwik/master
Fixed BasicMDCAdapter leaks MDC information to non-child threads
2015-11-06 13:01:11 +01:00
Ceki Gulcu 52fcbbe855 minor update to news.html 2015-10-16 21:03:02 +02: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
Ceki Gulcu 4feb697f44 added comment on why not to pass arguments to JUL 2015-10-16 13:31:12 +02:00
Ceki Gulcu 5ec3e30cbf Revert "Pass arguments to JUL as record parameters"
This reverts commit 2a21579335.

Reasons explained in comments to pull request 97
2015-10-16 11:55:35 +02:00
Ceki Gulcu 014780fde9 Revert "Unit test update for JUL record parameters"
This reverts commit 5e3eebc08d.

Reasons explained in comments to pull request 97.
2015-10-16 11:41:01 +02:00
Ceki Gulcu f29c85d0ad updated to news.html 2015-10-16 11:40:33 +02:00
Ceki Gulcu 3bdcd7f732 reverting commit 7371d14010 dated 2015-04-11 due to issues with the maven-eclipse-plugin 2015-10-15 17:40:08 +02:00
Luke Cwik 3278345952 Merge remote-tracking branch 'upstream/master'
Fix merge conflict in BasicMDCAdapter.java
2015-07-06 09:22:37 -07:00
Matt Bishop 2b23d26bb0 Merge pull request #110 from panchenko/SLF4J-218
SLF4J-218 removed org.apache.log4j.spi.Layout should be without "spi"
2015-07-02 15:02:08 -07:00
Matt Bishop 3b369ef6cf Merge pull request #119 from SvenBunge/removeLegacyJava
Use Java5 features and remove legacy code
2015-06-03 10:18:02 -07:00
Sven Bunge a0454e3535 Remove JDK1.4 legacy check and use more Java5 features (for-each, String#contains, typed collections doesn't need casts) 2015-06-02 22:51:27 +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
Matt Bishop 4dcada51bd Merge pull request #105 from jmthibault79/jmthibault79-patch-1
Update comments to point to JIRA equivalents of old Bugzilla bugs
2015-05-11 17:24:26 -07:00
Jeremy Landis 0d01426fb6 Add resources directory to site pages 2015-05-01 22:04:27 -04: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
Luke Cwik 26e7a4f0bf Merge remote-tracking branch 'upstream/master'
Resolved formatting changes for BasicMDCAdapater.java
2015-04-30 13:32:33 -07:00
jmthibault79 a6027b3ce8 Update comments from old Bugzilla to new JIRA 2015-04-30 13:19:46 -04:00
Matt Bishop 8caa2ed104 Merge pull request #116 from hazendaz/master
Minor Sonar Corrections. 3 cheers for Sonar!
2015-04-30 10:06:25 -07:00
Jeremy Landis 9a267a648d Avoid using underscore for method names 2015-04-29 22:15:28 -04:00
Jeremy Landis eb4e1b8f48 Per sonar, move array indicator to the type rather than property name. 2015-04-29 22:15:25 -04:00
Matt Bishop 10c170c927 Merge pull request #107 from hazendaz/master
Added Animal Sniffer to police interface changes.
2015-04-29 10:07:01 -07: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
Matt Bishop 8cd6d3e37a Merge pull request #97 from bnorm/master
Pass arguments to JUL as record parameters
2015-04-27 19:22:12 -07:00
Brian Norman 5e3eebc08d Unit test update for JUL record parameters 2015-04-25 15:27:58 -05:00
Brian Norman 2a21579335 Pass arguments to JUL as record parameters 2015-04-25 15:18:11 -05:00
Matt Bishop 94a6b8cc1c Merge pull request #113 from mciezadlo/patch-1
Added Category.assertLog(boolean, String)
2015-04-24 14:01:42 -07:00
mciezadlo f4d6777117 Update Category.java
Added missing method from log4j Category class, which is quite useful and can be easily implemented.
(Found it when using library which called this method so I received NoSuchMethodError)
2015-04-22 13:53:36 +02:00
Alex Panchenko 85d506b302 SLF4J-218 removed org.apache.log4j.spi.Layout should be without "spi" 2015-04-16 00:35:32 +06:00
Jeremy Landis d6e34cd57c Update compiler plugin
Use latest maven compiler version
2015-04-10 20:58:14 -04:00
Jeremy Landis 7371d14010 simplify site build directory location
using ${project.basedir} changes the location of target from
'slf4j-site/target/site' to start right in 'slf4j-site' so it only needs
to go back once.  This finalizes usage of project.basedir throughout.
2015-04-10 20:52:28 -04:00
Jeremy Landis dade4c08df Correct modelVersion location 2015-04-10 20:52:25 -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 68b6f8b95f update news.html with info on SLF4J-309 2015-04-10 18:34:37 +02:00