[Git][java-team/jcodings][debian/sid] 38 commits: [maven-release-plugin] prepare for next development iteration

Hideki Yamane (@henrich) gitlab at salsa.debian.org
Fri Mar 25 13:35:54 GMT 2022



Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / jcodings


Commits:
e69a7ac4 by Charles Oliver Nutter at 2020-06-03T20:35:34-05:00
[maven-release-plugin] prepare for next development iteration

- - - - -
f7d9b20b by dependabot[bot] at 2020-10-13T05:58:51+00:00
Bump junit from 4.10 to 4.13.1

Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.10...r4.13.1)

Signed-off-by: dependabot[bot] <support at github.com>
- - - - -
31a56d2a by Charles Oliver Nutter at 2020-10-21T12:33:29-05:00
Merge pull request #38 from jruby/dependabot/maven/junit-junit-4.13.1

Bump junit from 4.10 to 4.13.1
- - - - -
f6f148ec by Marcin Mielzynski at 2021-06-17T22:05:58+02:00
guard against 0 too

- - - - -
4f0a1c90 by Charles Oliver Nutter at 2022-02-01T08:27:40-06:00
Disable Travis in prep for GHA move

- - - - -
46bb16ab by Charles Oliver Nutter at 2022-02-01T08:28:47-06:00
Enable GHA
- - - - -
6b6e97ac by Pavel Rosický at 2022-02-01T08:40:46-06:00
try actions

- - - - -
1a34f2c7 by Pavel Rosický at 2022-02-01T17:07:55+01:00
implement CESU-8

- - - - -
96680964 by Pavel Rosický at 2022-02-01T17:14:24+01:00
fix target java version

- - - - -
22407c94 by Pavel Rosický at 2022-02-01T17:14:36+01:00
try actions

- - - - -
a7411b98 by Pavel Rosický at 2022-02-01T17:15:37+01:00
java 8 target

- - - - -
2756ff32 by Pavel Rosický at 2022-02-01T17:20:01+01:00
update pom dependencies

- - - - -
580a7eef by Charles Oliver Nutter at 2022-02-01T10:56:23-06:00
Merge pull request #43 from ahorek/target_java

[build] fix target java version
- - - - -
0a3f5790 by Charles Oliver Nutter at 2022-02-01T10:56:58-06:00
Merge pull request #44 from ahorek/cesu8

implement CESU-8
- - - - -
39d65704 by Charles Oliver Nutter at 2022-02-01T10:57:22-06:00
Merge pull request #46 from ahorek/pom

update pom dependencies
- - - - -
49fa411b by Pavel Rosický at 2022-02-08T20:52:39+01:00
replace deprecated ErrorMessage with EncodingError

- - - - -
c2346afe by Pavel Rosický at 2022-02-08T20:55:12+01:00
show backtraces by default

- - - - -
0a6a702f by Pavel Rosický at 2022-02-08T21:04:54+01:00
generate specific transcoders headers from sources

- - - - -
138ff348 by Pavel Rosický at 2022-02-08T21:17:56+01:00
fix formatting

- - - - -
f7f919ef by Pavel Rosický at 2022-02-09T02:42:57+01:00
improve test for jp

- - - - -
f0836b37 by Pavel Rosický at 2022-02-10T02:21:14+01:00
update to unicode 13

- - - - -
f570bad0 by Charles Oliver Nutter at 2022-03-16T09:56:32-05:00
Merge pull request #49 from ahorek/transcoders

generate specific transcoders headers from sources
- - - - -
40b93b63 by Charles Oliver Nutter at 2022-03-16T09:56:50-05:00
Merge pull request #53 from ahorek/unicode13

Unicode 13.0.0
- - - - -
47cd67e0 by Charles Oliver Nutter at 2022-03-16T09:57:12-05:00
Merge pull request #47 from ahorek/deprecation

replace deprecated ErrorMessage with EncodingError
- - - - -
fabbfbd8 by Charles Oliver Nutter at 2022-03-16T09:58:07-05:00
Merge pull request #48 from ahorek/backtraces

show backtraces by default
- - - - -
ed7606c8 by Charles Oliver Nutter at 2022-03-16T09:58:30-05:00
Merge pull request #50 from ahorek/fix_formatting

fix formatting
- - - - -
8a8854b1 by Charles Oliver Nutter at 2022-03-16T09:58:51-05:00
Merge pull request #51 from ahorek/jp_test

improve test for jp
- - - - -
30417a03 by Charles Oliver Nutter at 2022-03-16T10:28:20-05:00
Replace unsigned masks with toUnsigned method calls

These masks are not descriptive and can easily get damaged when
refactoring code or making minor changes. The JDK methods were
added in Java 8 and perform the same operation, but with a
descriptive method name.

x & 0xFF => Byte.toUnsignedInt(x)
x & 0xFFFFFFFF => Integer.toUnsignedLong(x)

- - - - -
12c04fa9 by Charles Oliver Nutter at 2022-03-16T10:46:05-05:00
Work around module javadoc issue

See https://stackoverflow.com/questions/58836862/jdk-11-and-javadoc

- - - - -
0605c84e by Charles Oliver Nutter at 2022-03-16T10:46:56-05:00
Remove test mistakenly added

This test, based on #42, was mistakenly added while transitioning
to GitHub Actions. I will do a separate PR to restore it and fix
the broken logic it tests.

- - - - -
5e0bccc8 by Charles Oliver Nutter at 2022-03-16T11:04:47-05:00
Merge pull request #54 from headius/to_unsigned

Replace unsigned masks with toUnsigned method calls
- - - - -
7b04cb51 by Pavel Rosický at 2022-03-16T17:31:30+01:00
fix mac transcoder

- - - - -
df5d6750 by Thomas E Enebo at 2022-03-22T10:57:17-05:00
Merge pull request #57 from ahorek/fix_mac

fix mac transcoder
- - - - -
6101db89 by Charles Oliver Nutter at 2022-03-22T11:03:26-05:00
[maven-release-plugin] prepare release jcodings-1.0.56

- - - - -
bcb958db by Hideki Yamane at 2022-03-25T22:27:22+09:00
Merge branch 'obsolete-debian/sid' into debian/sid

- - - - -
a75223a2 by Hideki Yamane at 2022-03-25T22:29:07+09:00
New upstream release

- - - - -
842302ad by Hideki Yamane at 2022-03-25T22:29:30+09:00
Update standards version to 4.6.0, no changes needed.

Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

- - - - -
e07b763a by Hideki Yamane at 2022-03-25T22:29:58+09:00
upload to unstable

- - - - -


30 changed files:

- + .github/workflows/ci.yml
- + .github/workflows/maven.yml
- − .travis.yml
- debian/changelog
- debian/control
- pom.xml
- + resources/tables/CR_Age_13_0.bin
- resources/tables/CR_Alnum.bin
- resources/tables/CR_Alpha.bin
- resources/tables/CR_Arabic.bin
- resources/tables/CR_Armenian.bin
- resources/tables/CR_Assigned.bin
- resources/tables/CR_Bopomofo.bin
- resources/tables/CR_C.bin
- resources/tables/CR_Case_Ignorable.bin
- resources/tables/CR_Cased.bin
- resources/tables/CR_Chakma.bin
- resources/tables/CR_Changes_When_Casefolded.bin
- resources/tables/CR_Changes_When_Casemapped.bin
- resources/tables/CR_Changes_When_Lowercased.bin
- resources/tables/CR_Changes_When_Titlecased.bin
- resources/tables/CR_Changes_When_Uppercased.bin
- + resources/tables/CR_Chorasmian.bin
- resources/tables/CR_Cn.bin
- resources/tables/CR_Common.bin
- resources/tables/CR_Dash.bin
- resources/tables/CR_Diacritic.bin
- resources/tables/CR_Digit.bin
- + resources/tables/CR_Dives_Akuru.bin
- resources/tables/CR_Emoji.bin


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/java-team/jcodings/-/compare/d1884ade2185e7cc208b4093083fe60247eedccd...e07b763acfa3d3d33c6bdf4180a519058f75b0df

-- 
View it on GitLab: https://salsa.debian.org/java-team/jcodings/-/compare/d1884ade2185e7cc208b4093083fe60247eedccd...e07b763acfa3d3d33c6bdf4180a519058f75b0df
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/20220325/26bdafba/attachment.htm>


More information about the pkg-java-commits mailing list