Skip to content

Commit 880a132

Browse files
authored
update libs to 4.3.0 (#85)
* update libs to 4.3.0 * swig4.2 * drop build cache * drop build cache 2 * drop build cache 3 * remove md5 check temp
1 parent 63eb16d commit 880a132

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+175
-65
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Cache maven packages
3434
uses: actions/cache@v2
3535
env:
36-
cache-name: cache-mvn
36+
cache-name: cache-mvn2
3737
with:
3838
path: ~/.m2
3939
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}

src/main/java/com/microsoft/ml/lightgbm/CSRDirect.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.1.1
3+
* Version 4.2.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.
@@ -33,7 +33,7 @@ protected static long swigRelease(CSRDirect obj) {
3333
return ptr;
3434
}
3535

36-
@SuppressWarnings("deprecation")
36+
@SuppressWarnings({"deprecation", "removal"})
3737
protected void finalize() {
3838
delete();
3939
}

src/main/java/com/microsoft/ml/lightgbm/SWIGTYPE_p_ArrowArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.1.1
3+
* Version 4.2.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.

src/main/java/com/microsoft/ml/lightgbm/SWIGTYPE_p_ArrowSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.1.1
3+
* Version 4.2.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.

src/main/java/com/microsoft/ml/lightgbm/SWIGTYPE_p_double.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.1.1
3+
* Version 4.2.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.

src/main/java/com/microsoft/ml/lightgbm/SWIGTYPE_p_f_p_q_const__char__void.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.1.1
3+
* Version 4.2.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.

src/main/java/com/microsoft/ml/lightgbm/SWIGTYPE_p_float.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.1.1
3+
* Version 4.2.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.

src/main/java/com/microsoft/ml/lightgbm/SWIGTYPE_p_int.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.1.1
3+
* Version 4.2.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.

src/main/java/com/microsoft/ml/lightgbm/SWIGTYPE_p_long.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.1.1
3+
* Version 4.2.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.

src/main/java/com/microsoft/ml/lightgbm/SWIGTYPE_p_long_long.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.1.1
3+
* Version 4.2.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.

0 commit comments

Comments
 (0)