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

Hideki Yamane gitlab at salsa.debian.org
Sat Sep 22 06:56:28 BST 2018


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


Commits:
fcf7edac by Charles Oliver Nutter at 2018-09-14T18:49:45Z
[maven-release-plugin] prepare for next development iteration

- - - - -
9de14d3e by Charles Oliver Nutter at 2018-09-14T19:11:08Z
Remove Maven polyglot extension.

- - - - -
fffdfe0f by Marcin Mielzynski at 2018-09-17T16:52:01Z
update surefire plugin

- - - - -
bdf027df by Marcin Mielzynski at 2018-09-17T18:08:57Z
finalize some classes

- - - - -
adb0d335 by Marcin Mielzynski at 2018-09-17T18:12:23Z
bump to 2.5.1 for table generation

- - - - -
7f70c64f by Marcin Mielzynski at 2018-09-18T10:30:05Z
move EMPTY_FOLD_CODES to CaseFoldCodeItem

- - - - -
9bca923f by Marcin Mielzynski at 2018-09-19T19:08:02Z
[maven-release-plugin] prepare release jcodings-1.0.35

- - - - -
e4d04fad by Marcin Mielzynski at 2018-09-19T19:08:17Z
[maven-release-plugin] prepare for next development iteration

- - - - -
7de4842a by Charles Oliver Nutter at 2018-09-19T19:48:13Z
Open-ended activation for JDK 9 on up.

- - - - -
4a2a72d2 by Marcin Mielzynski at 2018-09-19T23:13:32Z
remove empty foldcodes

- - - - -
34f4f4ce by Marcin Mielzynski at 2018-09-20T15:01:42Z
[maven-release-plugin] prepare release jcodings-1.0.36

- - - - -
fcebd8d8 by Marcin Mielzynski at 2018-09-20T15:01:50Z
[maven-release-plugin] prepare for next development iteration

- - - - -
d8f4e053 by Marcin Mielzynski at 2018-09-20T15:37:43Z
[maven-release-plugin] prepare release jcodings-1.0.37

- - - - -
6066231c by Marcin Mielzynski at 2018-09-20T15:37:52Z
[maven-release-plugin] prepare for next development iteration

- - - - -
a4682023 by Marcin Mielzynski at 2018-09-20T15:45:31Z
[maven-release-plugin] prepare release jcodings-1.0.38

- - - - -
c90c36f6 by Marcin Mielzynski at 2018-09-20T15:52:40Z
make new snapshot

- - - - -
85877440 by Marcin Mielzynski at 2018-09-20T15:53:26Z
[maven-release-plugin] prepare release jcodings-1.0.39

- - - - -
7463a2d7 by Marcin Mielzynski at 2018-09-20T15:53:34Z
[maven-release-plugin] prepare for next development iteration

- - - - -
7fde2999 by Marcin Mielzynski at 2018-09-20T16:18:02Z
[maven-release-plugin] prepare release jcodings-1.0.40

- - - - -
2c766b64 by Hideki Yamane at 2018-09-22T05:46:17Z
Merge tag 'jcodings-1.0.40' into debian/sid

[maven-release-plugin]  copy for tag jcodings-1.0.40

- - - - -
7b36991b by Hideki Yamane at 2018-09-22T05:46:52Z
new upstream release

- - - - -
57225a5d by Hideki Yamane at 2018-09-22T05:51:16Z
refresh patches

- - - - -
ecf42cc0 by Hideki Yamane at 2018-09-22T05:51:33Z
upload to unstable

- - - - -


12 changed files:

- − .mvn/extensions.xml
- debian/changelog
- debian/patches/remove_unnecessary_dependency.patch
- pom.xml
- scripts/generate.rb
- src/org/jcodings/AbstractEncoding.java
- src/org/jcodings/CaseFoldCodeItem.java
- src/org/jcodings/CaseFoldMapEncoding.java
- src/org/jcodings/CodeRange.java
- src/org/jcodings/EncodingDB.java
- src/org/jcodings/specific/ISO8859_1Encoding.java
- src/org/jcodings/unicode/UnicodeEncoding.java


Changes:

=====================================
.mvn/extensions.xml deleted
=====================================
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<extensions>
-  <extension>
-    <groupId>io.takari.polyglot</groupId>
-    <artifactId>polyglot-yaml</artifactId>
-    <version>0.3.0</version>
-  </extension>
-</extensions>


=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+jcodings (1.0.40-1) unstable; urgency=medium
+
+  * New upstream release
+  * debian/patches
+    - refresh patch
+
+ -- Hideki Yamane <henrich at debian.org>  Sat, 22 Sep 2018 14:51:30 +0900
+
 jcodings (1.0.34-1) unstable; urgency=medium
 
   * New upstream release 


=====================================
debian/patches/remove_unnecessary_dependency.patch
=====================================
@@ -6,7 +6,7 @@ Last-Update: 2018-09-17
 --- a/pom.xml
 +++ b/pom.xml
 @@ -6,11 +6,6 @@
-   <version>1.0.34</version>
+   <version>1.0.40</version>
    <name>JCodings</name>
    <description>Byte based encoding support library for java</description>
 -  <parent>


=====================================
pom.xml
=====================================
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jruby.jcodings</groupId>
   <artifactId>jcodings</artifactId>
-  <version>1.0.34</version>
+  <version>1.0.40</version>
   <name>JCodings</name>
   <description>Byte based encoding support library for java</description>
   <parent>
@@ -101,7 +101,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.20.1</version>
+        <version>2.22.0</version>
         <configuration>
           <argLine>-Dfile.encoding=UTF-8</argLine>
         </configuration>
@@ -112,7 +112,7 @@
     <profile>
       <id>release-on-9</id>
       <activation>
-        <jdk>9</jdk>
+        <jdk>[9,)</jdk>
       </activation>
       <build>
         <plugins>


=====================================
scripts/generate.rb
=====================================
@@ -1,6 +1,6 @@
 # coding: utf-8
 
-REPO_PATH = ARGV.first || '/usr/src/ruby-2.5.0' # path to ruby repo
+REPO_PATH = ARGV.first || '/usr/src/ruby-2.5.1' # path to ruby repo
 SECTION_NAME = "rdata"
 UNICODE_VERSION = "10.0.0"
 SRC_DIR = "../src/org/jcodings"


=====================================
src/org/jcodings/AbstractEncoding.java
=====================================
@@ -85,7 +85,6 @@ abstract class AbstractEncoding extends Encoding {
         asciiApplyAllCaseFold(flag, fun, arg);
     }
 
-    protected static final CaseFoldCodeItem[] EMPTY_FOLD_CODES = new CaseFoldCodeItem[]{};
     protected final CaseFoldCodeItem[]asciiCaseFoldCodesByString(int flag, byte[]bytes, int p, int end) {
         int b = bytes[p] & 0xff;
 
@@ -94,7 +93,7 @@ abstract class AbstractEncoding extends Encoding {
         } else if (0x61 <= b && b <= 0x7a) {
             return new CaseFoldCodeItem[]{CaseFoldCodeItem.create(1, b - 0x20)};
         } else {
-            return EMPTY_FOLD_CODES;
+            return CaseFoldCodeItem.EMPTY_FOLD_CODES;
         }
     }
 


=====================================
src/org/jcodings/CaseFoldCodeItem.java
=====================================
@@ -20,6 +20,8 @@
 package org.jcodings;
 
 public final class CaseFoldCodeItem {
+    public static final CaseFoldCodeItem[] EMPTY_FOLD_CODES = new CaseFoldCodeItem[]{};
+
     public final int byteLen;
     public final int code[];
 


=====================================
src/org/jcodings/CaseFoldMapEncoding.java
=====================================
@@ -106,7 +106,7 @@ public abstract class CaseFoldMapEncoding extends SingleByteEncoding {
                 }
             }
         }
-        return EMPTY_FOLD_CODES;
+        return CaseFoldCodeItem.EMPTY_FOLD_CODES;
     }
 
     @Override


=====================================
src/org/jcodings/CodeRange.java
=====================================
@@ -19,7 +19,7 @@
  */
 package org.jcodings;
 
-public class CodeRange {
+public final class CodeRange {
     public static boolean isInCodeRange(int[]p, int code) {
         return isInCodeRange(p, 0, code);
     }


=====================================
src/org/jcodings/EncodingDB.java
=====================================
@@ -23,7 +23,7 @@ import org.jcodings.exception.ErrorMessages;
 import org.jcodings.exception.InternalException;
 import org.jcodings.util.CaseInsensitiveBytesHash;
 
-public class EncodingDB {
+public final class EncodingDB {
     public static final class Entry {
         private static int count;
 


=====================================
src/org/jcodings/specific/ISO8859_1Encoding.java
=====================================
@@ -85,7 +85,7 @@ public final class ISO8859_1Encoding extends ISOEncoding {
                 return new CaseFoldCodeItem[]{CaseFoldCodeItem.create(1, b - 0x20)};
             }
         }
-        return EMPTY_FOLD_CODES;
+        return CaseFoldCodeItem.EMPTY_FOLD_CODES;
     }
 
     @Override


=====================================
src/org/jcodings/unicode/UnicodeEncoding.java
=====================================
@@ -407,7 +407,7 @@ public abstract class UnicodeEncoding extends MultiByteEncoding {
             }
         }
 
-        if (items == null || n == 0) return EMPTY_FOLD_CODES;
+        if (items == null || n == 0) return CaseFoldCodeItem.EMPTY_FOLD_CODES;
         if (n < items.length) {
             CaseFoldCodeItem [] tmp = new CaseFoldCodeItem[n];
             System.arraycopy(items, 0, tmp, 0, n);



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

-- 
View it on GitLab: https://salsa.debian.org/java-team/jcodings/compare/df1b5cd483e42f2f16d0717bba9050016a34a095...ecf42cc078495a66a4bb291d22bf8cf072fe9861
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/20180922/e72d9a11/attachment.html>


More information about the pkg-java-commits mailing list