jruby-openssl deprecation warning cleanup
-----------------------------------------
Key: JRUBY-4574
URL: http://jira.codehaus.org/browse/JRUBY-4574
Project: JRuby
Issue Type: Task
Components: OpenSSL
Affects Versions: JRuby-OpenSSL 0.6
Reporter: Hiroshi Nakamura
Assignee: Hiroshi Nakamura
Sorry for getting warnings dump in Japanese.
{noformat}
javac @pkg/compile_options @pkg/compile_classpath @pkg/compile_sourcefiles
src/java/org/jruby/ext/openssl/PKCS7.java:113: 警告:[deprecation]
org.jruby.util.ByteList の bytes
は推奨されません。
return BIO.memBuf(bl.bytes, bl.begin, bl.realSize);
^
src/java/org/jruby/ext/openssl/PKCS7.java:113: 警告:[deprecation]
org.jruby.util.ByteList の begin
は推奨されません。
return BIO.memBuf(bl.bytes, bl.begin, bl.realSize);
^
src/java/org/jruby/ext/openssl/PKCS7.java:113: 警告:[deprecation]
org.jruby.util.ByteList の realSize
は推奨されません。
return BIO.memBuf(bl.bytes, bl.begin, bl.realSize);
^
src/java/org/jruby/ext/openssl/Digest.java:147: 警告:[deprecation]
org.jruby.util.ByteList の bytes
は推奨されません。
algo.update(bytes.bytes, bytes.begin, bytes.realSize);
^
src/java/org/jruby/ext/openssl/Digest.java:147: 警告:[deprecation]
org.jruby.util.ByteList の begin
は推奨されません。
algo.update(bytes.bytes, bytes.begin, bytes.realSize);
^
src/java/org/jruby/ext/openssl/Digest.java:147: 警告:[deprecation]
org.jruby.util.ByteList の realSize
は推奨されません。
algo.update(bytes.bytes, bytes.begin, bytes.realSize);
^
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email