+1







Ceki Gulcu <c...@qos.ch> 
Sent by: user-boun...@slf4j.org
03/26/2009 01:16 PM
Please respond to
User list for the slf4j project <user@slf4j.org>


To
User list for the slf4j project <user@slf4j.org>
cc
slf4j developers list <d...@slf4j.org>
Subject
[slf4j-user] [POLL] Requiring JDK 1.5 for SLF4J






Hello all,

SLF4J users have been asking for varags support for a long time. See
http://bugzilla.slf4j.org/show_bug.cgi?id=31 for more details. The
plan is to add varags support in SLF4J version 1.6 to be released later
this year, possibly in October 2009.

The idea is extremely simple. We would replace methods such as:

   // in current API
   public void debug(String msgFormat, Object[] argArray);

with:

   // proposed API for SLF4J 1.6.0
   public void debug(String msgFormat, Object... arg);

Interestingly enough, the proposed change is perfectly compatible with
existing code. In particular, code compiled against SLF4J 1.5.6 or
earlier will run fine against SLF4J 1.6.0 and vice versa, that is
client code compiled with SLF4J 1.6.0 will run fine with SLF4J 1.5.6
and earlier.

The only problem is that the varargs notation requires JDK 1.5. Thus,
we are faced with the question of requiring JDK 1.5 instead of JDK
1.3 in SLF4J.

Do you accept SLF4J dropping JDK 1.3 compatibility and require JDK 1.5
instead?  If you respond, please do so on the u...@slf4j mailing list.

This poll is open for 3 months starting from today, March the 26th of
2009.

Many thanks in advance for your feedback.

-- 
Ceki Gülcü
Logback: The reliable, generic, fast and flexible logging framework for 
Java.
http://logback.qos.ch
_______________________________________________
user mailing list
user@slf4j.org
http://www.slf4j.org/mailman/listinfo/user



*************************** IMPORTANT
NOTE***************************** The opinions expressed in this
message and/or any attachments are those of the author and not
necessarily those of Brown Brothers Harriman & Co., its
subsidiaries and affiliates ("BBH"). There is no guarantee that
this message is either private or confidential, and it may have
been altered by unauthorized sources without your or our knowledge.
Nothing in the message is capable or intended to create any legally
binding obligations on either party and it is not intended to
provide legal advice. BBH accepts no responsibility for loss or
damage from its use, including damage from virus.
************************************************************************
_______________________________________________
user mailing list
user@slf4j.org
http://www.slf4j.org/mailman/listinfo/user

Reply via email to