8000 Build updates by cstamas · Pull Request #8822 · jruby/jruby · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Build updates #8822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<extension>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-ruby</artifactId>
<version>0.5.0</version>
<version>0.8.1</version>
</extension>
</extensions>
Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.8/apache-maven-3.8.8-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
6 changes: 3 additions & 3 deletions core/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
} )
end

plugin 'org.codehaus.mojo:buildnumber-maven-plugin:1.2' do
plugin 'org.codehaus.mojo:buildnumber-maven-plugin:3.2.1' do
execute_goals( 'create',
:id => 'jruby-revision',
:phase => 'generate-sources',
Expand Down Expand Up @@ -244,7 +244,7 @@
plugin( :surefire,
'forkCount' => '1',
'reuseForks' => 'false',
'systemProperties' => {
'systemPropertyVariables' => {
'jruby.home' => '${basedir}/..'
},
'argLine' => '-Xmx${jruby.test.memory} -Dfile.encoding=UTF-8 -Djava.awt.headless=true',
Expand Down Expand Up @@ -407,7 +407,7 @@
file( :exists => '../build.properties' )
end

plugin 'org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2' do
plugin 'org.codehaus.mojo:properties-maven-plugin:1.2.1' do
execute_goals( 'read-project-properties',
:id => 'properties',
:phase => 'initialize',
Expand Down
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ DO NOT MODIFY - GENERATED CODE
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.2</version>
<version>3.2.1</version>
<executions>
<execution>
<id>jruby-revision</id>
Expand Down Expand Up @@ -558,9 +558,9 @@ DO NOT MODIFY - GENERATED CODE
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<systemProperties>
<systemPropertyVariables>
<jruby.home>${basedir}/..</jruby.home>
</systemProperties>
</systemPropertyVariables>
<argLine>-Xmx${jruby.test.memory} -Dfile.encoding=UTF-8 -Djava.awt.headless=true</argLine>
<environmentVariables>
<JDK_JAVA_OPTIONS>--add-modules java.scripting --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED</JDK_JAVA_OPTIONS>
Expand Down Expand Up @@ -824,7 +824,7 @@ DO NOT MODIFY - GENERATED CODE
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
<version>1.2.1</version>
<executions>
<execution>
<id>properties</id>
Expand Down
32 changes: 16 additions & 16 deletions lib/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ def log(message=nil)
default_gems = [
# treat RGs update special:
# - we do not want bin/update_rubygems or bin/gem overrides
['rubygems-update', '3.6.3', { bin: false, require_paths: ['lib'] }],
['rubygems-update', '3.6.8', { bin: false, require_paths: ['lib'] }],
['benchmark', '0.4.0'],
['bundler', '2.6.3'],
['cgi', '0.4.1'],
['bundler', '2.6.8'],
['cgi', '0.4.2'],
# Currently using a stub gem for JRuby until we can incorporate our code.
# https://github.com/ruby/date/issues/48
['date', '3.4.1'],
Expand All @@ -35,8 +35,8 @@ def log(message=nil)
# ['etc', '1.4.5'],
# https://github.com/ruby/fcntl/issues/9
# ['fcntl', '1.2.0'],
['ffi', '1.17.0'],
['fiddle', '1.1.6'],
['ffi', '1.17.2'],
['fiddle', '1.1.8'],
['fileutils', '1.7.3'],
['find', '0.2.0'],
['forwardable', '1.3.3'],
Expand All @@ -46,7 +46,7 @@ def log(message=nil)
['io-wait', '0.3.1'],
['ipaddr', '1.2.7'],
['irb', '1.14.3'],
['jar-dependencies', '0.5.4'],
['jar-dependencies', '0.5.5'],
['jruby-readline', '1.3.7'],
['jruby-openssl', '0.15.3'],
['json', '2.9.1'],
Expand All @@ -66,10 +66,10 @@ def log(message=nil)
# Not ready to ship in the box yet (native dependencies)
# ['prism', '1.2.0'],
['pstore', '0.1.4'],
['psych', '5.2.3'],
['psych', '5.2.4'],
['rake-ant', '1.0.6'],
['rdoc', '6.10.0'],
['reline', '0.6.0'],
['reline', '0.6.1'],
# https://github.com/ruby/resolv/issues/19
# ['resolv', '0.6.0'],
['ruby2_keywords', '0.0.5'],
Expand All @@ -78,8 +78,8 @@ def log(message=nil)
# ['set', '1.1.1'],
['shellwords', '0.2.2'],
['singleton', '0.3.0'],
['stringio', '3.1.5'],
['strscan', '3.1.2'],
['stringio', '3.1.7'],
['strscan', '3.1.4'],
['subspawn', '0.1.1'], # has 3 transitive deps:
['subspawn-posix', '0.1.1'],
['ffi-binary-libfixposix', '0.5.1.1'],
Expand All @@ -106,19 +106,19 @@ def log(message=nil)
['base64', '0.2.0'],
# Extension still lives in JRuby. See https://github.com/ruby/bigdecimal/issues/268
['bigdecimal', '3.1.9'],
['csv', '3.3.2'],
['csv', '3.3.4'],
# Newer versions require deep control over CRuby internals, needs work to support JRuby.
# ['debug', '1.10.0'],
['debug', '0.2.1'],
['drb', '2.2.1'],
['getoptlong', '0.2.1'],
['matrix', '0.4.2'],
['minitest', '5.25.4'],
['minitest', '5.25.5'],
['mutex_m', '0.3.0'],
['net-ftp', '0.3.8'],
['net-imap', '0.5.4'],
['net-imap', '0.5.8'],
['net-pop', '0.1.2'],
['net-smtp', '0.5.0'],
['net-smtp', '0.5.1'],
['nkf', '0.2.0'],
['observer', '0.1.2'],
['power_assert', '2.0.5'],
Expand All @@ -137,12 +137,12 @@ def log(message=nil)
# Depends on prism gem with native ext
# ['repl_type_completer', '0.1.1'],
['resolv-replace', '0.1.1'],
['rexml', '3.4.0'],
['rexml', '3.4.1'],
['rinda', '0.2.0'],
['rss', '0.3.1'],
# https://github.com/ruby/syslog/issues/1
# ['syslog', '0.2.0'],
['test-unit', '3.6.7'],
['test-unit', '3.6.8'],
# Depends on many CRuby internals
# ['typeprof', '0.30.1'],
]
Expand Down
Loading
0