[Git][java-team/jruby][master] 27 commits: New upstream version 9.2.14.0

Louis-Philippe Véronneau gitlab at salsa.debian.org
Thu Dec 31 23:01:50 GMT 2020



Louis-Philippe Véronneau pushed to branch master at Debian Java Maintainers / jruby


Commits:
42ac9b95 by Thomas Goirand at 2020-12-28T22:17:30+01:00
New upstream version 9.2.14.0
- - - - -
5f46afcd by Thomas Goirand at 2020-12-28T22:17:30+01:00
Update upstream source from tag 'upstream/9.2.14.0'

Update to upstream version '9.2.14.0'
with Debian dir 9258cd56f0a84f1e186aa86e7c4b3c68e3eaec01
- - - - -
892080ff by Thomas Goirand at 2020-12-28T22:31:08+01:00
New upstream release 9.2.14.0

- - - - -
2fbbe0d9 by Thomas Goirand at 2020-12-28T22:32:21+01:00
Rebased 0001-Disable-polyglot-maven-extension.patch.

- - - - -
1911548b by Thomas Goirand at 2020-12-28T22:33:29+01:00
  * Refreshed:
    - 0002-Disable-unpackaged-plugins-in-lib-module.patch.
    - 0005-Disable-jnr-ffi-native-usage.patch.

- - - - -
66e4f4c7 by Thomas Goirand at 2020-12-28T22:43:48+01:00
Rebased: 0007-Add-usr-lib-ruby-vendor-ruby-to-load-path.patch.

- - - - -
5234f27d by Thomas Goirand at 2020-12-28T22:46:22+01:00
Disabled: 0010-Exclude-mri-tests-failing-in-debian.patch.

- - - - -
ac69a65b by Thomas Goirand at 2020-12-28T22:49:31+01:00
Rebased: 0011-Disable-failed-tests-in-sbuild.patch.

- - - - -
cd593e81 by Thomas Goirand at 2020-12-28T22:52:28+01:00
Rebased: 0012-Disable-jruby-flaky-tests.patch.

- - - - -
572cd3bd by Thomas Goirand at 2020-12-28T22:54:57+01:00
Rebased: 0013-Disable-regression-flaky-tests.patch.

- - - - -
d163e051 by Thomas Goirand at 2020-12-28T22:55:35+01:00
Refreshed: 0014-FELIX-5430.patch.

- - - - -
9858edec by Thomas Goirand at 2020-12-28T22:57:35+01:00
Rebased: 0015-javax-annotation-Generated.patch.

- - - - -
53ba45d6 by Thomas Goirand at 2020-12-28T22:58:11+01:00
Refreshed: 0016-Disable-SkinnyMethodAdapter-test.patch.

- - - - -
59384414 by Thomas Goirand at 2020-12-28T23:02:34+01:00
Removed applied upstream: 0018-fix-rubygem-vulnerabilities.patch.

- - - - -
2841e673 by Thomas Goirand at 2020-12-28T23:05:53+01:00
Fixed new version in 0004-Add-missing-maven-artifacts-pom-files.patch.

- - - - -
8d410e60 by Thomas Goirand at 2020-12-28T23:10:55+01:00
Ran wrap-and-sort -bastk.

- - - - -
fd9a3208 by Louis-Philippe Véronneau at 2020-12-30T18:47:46-05:00
Update dependencies and replace javax.annotation-api by jakarta.annotation.api.

- - - - -
ef971854 by Louis-Philippe Véronneau at 2020-12-31T17:44:34-05:00
Updated 0004-Add-missing-maven-artifacts-pom-files.patch with the next pom.xml files.

- - - - -
83a8b88a by Louis-Philippe Véronneau at 2020-12-31T17:48:31-05:00
Added 0018 to disable maven truezip plugin.

- - - - -
cc694991 by Louis-Philippe Véronneau at 2020-12-31T17:48:36-05:00
Added 0019 to disable maven checksum plugin.

- - - - -
f7ea90ca by Louis-Philippe Véronneau at 2020-12-31T17:48:36-05:00
Refactored 0001 into 0020 to truly disable polyglot maven.

- - - - -
66f20375 by Louis-Philippe Véronneau at 2020-12-31T17:48:54-05:00
Fix missing entries in patch 0019

- - - - -
7ac162c8 by Louis-Philippe Véronneau at 2020-12-31T17:49:21-05:00
Merge 0002 in 0020 and refresh 0006

- - - - -
6c89451b by Louis-Philippe Véronneau at 2020-12-31T17:49:21-05:00
d/control: remove build conflict with open-infrastructure-locales-c.utf-8, as it has been removed from unstable.

- - - - -
05d3d3d3 by Louis-Philippe Véronneau at 2020-12-31T17:55:58-05:00
d/rules: fix where ruby2.7 libs are copied from for the testsuite. (Closes: #976477)

- - - - -
ed104ee3 by Louis-Philippe Véronneau at 2020-12-31T17:58:26-05:00
d/rules: remote get-orig-source.

- - - - -
8da4573e by Louis-Philippe Véronneau at 2020-12-31T18:00:27-05:00
fix version and mark package as UNRELEASED

- - - - -


30 changed files:

- + .github/ISSUE_TEMPLATE/bug_report.md
- + .github/workflows/build_release_artifacts.yml
- .gitignore
- .mvn/extensions.xml
- .mvn/wrapper/maven-wrapper.properties
- + .travis-maven-settings.xml
- .travis.yml
- BUILDING.md
- COPYING
- + Gemfile
- − ISSUE_TEMPLATE.md
- README.md
- VERSION
- − appveyor.yml
- + azure-pipelines.yml
- + bench/core/array/grep_bench.rb
- + bench/core/array/unique_bench.rb
- + bench/core/kernel/bench_raise.rb
- + bench/core/string/bench_gsub.rb
- + bench/core/string/bench_sub.rb
- + bench/pom.rb
- + bench/pom.xml
- + bench/src/main/java/org/jruby/benchmark/ArrayCopyBenchmark.java
- + bench/src/main/java/org/jruby/benchmark/EncodingBenchmark.java
- + bench/src/main/java/org/jruby/benchmark/EventHookBenchmark.java
- + bench/src/main/java/org/jruby/benchmark/FixnumCreationBenchmark.java
- + bench/src/main/java/org/jruby/benchmark/JavaInterfaceBenchmark.java
- + bench/src/main/java/org/jruby/benchmark/NilCheckBenchmark.java
- + bench/src/main/java/org/jruby/benchmark/StringLoopBenchmark.java
- + bin/.dev_mode.java_opts


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/java-team/jruby/-/compare/f6e653039bc515d0892efda63eb0fa3d59c735eb...8da4573ed1283acad4ef137b8e90be3e9252e9cb

-- 
View it on GitLab: https://salsa.debian.org/java-team/jruby/-/compare/f6e653039bc515d0892efda63eb0fa3d59c735eb...8da4573ed1283acad4ef137b8e90be3e9252e9cb
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20201231/5eb704cb/attachment.html>


More information about the pkg-java-commits mailing list