sisimai / rb-sisimai

Mail Analyzing Interface for email bounce: A Ruby library to parse RFC5322 bounce mails and generating structured data as JSON from parsed results. Ruby version of Sisimai: an error mail analyzer.
https://libsisimai.org/
Other
83 stars 19 forks source link

WARNING Message on "make release" #247

Closed azumakuniyuki closed 7 months ago

azumakuniyuki commented 1 year ago
rake release
sisimai 4.25.15 built to pkg/sisimai-4.25.15.gem.
Tag v4.25.15 has already been created.
Pushed sisimai 4.25.15 to rubygems.org
if [ -d "/usr/local/jr" ]; then \
        PATH="/usr/local/jr/bin:$PATH" /usr/local/jr/bin/rake release; \
    fi
sisimai 4.25.15 built to pkg/sisimai-4.25.15-java.gem.
Tag v4.25.15 has already been created.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.ext.zlib.RubyZlib to field java.util.zip.CRC32.crc
WARNING: Please consider reporting this to the maintainers of org.jruby.ext.zlib.RubyZlib
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Pushing gem to https://rubygems.org...
Successfully registered gem: sisimai (4.25.15-java)
Pushed sisimai 4.25.15 to rubygems.org
make release  71.77s user 3.87s system 244% cpu 30.921 total
hiroyuki-sato commented 7 months ago

@azumakuniyuki This issue may be fixed JRuby 9.2.8.0 https://github.com/jruby/jruby/issues/4834

azumakuniyuki commented 7 months ago

@hiroyuki-sato Thank you for the good news!