Skip to content

Commit e7fbc32

Browse files
committed
ReadJDBC and WriteJDBC reverted to no longer use dynamic load and reflection
1 parent 2ded521 commit e7fbc32

25 files changed

+186
-425
lines changed

build.gradle

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ allprojects {
2626
apply plugin: 'java'
2727
apply plugin: 'eclipse'
2828
apply plugin: 'application'
29-
//apply plugin: 'maven'
3029
apply plugin: 'maven-publish'
3130
apply plugin: 'signing'
3231
apply plugin: 'java-library'
3332

3433
}
3534

36-
version = '4.1.9'
35+
version = '4.1.11'
3736

3837
group = 'com.jpaulmorrison'
3938

@@ -62,9 +61,8 @@ repositories {
6261

6362

6463
dependencies {
65-
implementation ('com.google.code.gson:gson:2.8.6')
66-
//implementation ('mysql:mysql-connector-java:8.0.21')
67-
64+
compileOnly 'com.google.code.gson:gson:2.8.6'
65+
compileOnly 'mysql:mysql-connector-java:8.0.22'
6866
}
6967

7068
java {
@@ -86,11 +84,11 @@ jar {
8684
archiveBaseName = project.name
8785
from sourceSets.main.output
8886

89-
dependsOn configurations.compileClasspath
87+
//dependsOn configurations.compileClasspath
9088

91-
from {
92-
configurations.compileClasspath.findAll { it.name.endsWith('jar') }.collect { zipTree(it) }
93-
}
89+
// from {
90+
// configurations.compileClasspath.findAll { it.name.endsWith('jar') }.collect { zipTree(it) }
91+
// }
9492

9593

9694
}
@@ -137,7 +135,7 @@ description = "Create default maven directory structure"
137135

138136
groupId = 'com.jpaulmorrison'
139137
artifactId = 'javafbp'
140-
version = '4.1.9'
138+
version = '4.1.11'
141139

142140
from components.java
143141

280 KB
Binary file not shown.
237 KB
Binary file not shown.
280 KB
Binary file not shown.
237 KB
Binary file not shown.
669 KB
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
Version: BCPG v1.64
3+
4+
iQEcBAABCgAGBQJfnZIHAAoJEIoqalWqx6keqBYH/1CSGgN+Ljy4xJe5U+77rpFw
5+
9XaQHDP5StT2QG6DCoZ3lsN3n8RspcTlqlyqYWqVDNpm7R9goRIhd12zeFy97KTV
6+
zO4BbnPovauw+WLTL3BVUC8XDEIlXdkZpy4JK5i66BqNIqznYmCrtQybd/b1sfwU
7+
FZrCHqsMEIqYnjDEpv4gauNd/FQExrpHVSSxv0bv7p5rF/MI3/xniFJ2TlvR1DRi
8+
P7eMvjOqo3JNAfT9YFozXK1ezbHH/hZssCtAPugUt2LZxbTecd/y4YYQkdv49K4E
9+
cYLe0FxwwNNe5Gfzmnd3fRVOTskOfBRA1wN4TagaGEXlsUKws93THcBcrdEaMs4=
10+
=EtcJ
11+
-----END PGP SIGNATURE-----
250 KB
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
Version: BCPG v1.64
3+
4+
iQEcBAABCgAGBQJfnZIHAAoJEIoqalWqx6keNAwIAI2LHUc5eByKZAfsdNxMWTIF
5+
BHhAybLOyGETk53ZEEdSW6JxzUvSAHedicM2a9XF1s0uk3ZKXSwMPvHqIXq40Y/Q
6+
Wntyyc3drI8iZ9DsCncUnEXajAG/Kzz2/lfQczaFKPHuwcRZcL3E8Xm3ki4UjhtW
7+
jo7VnYhNVQCEHhG7/kDkTQK1JHfX/G8uZR73CL0Em3OcBTMuRZSQ5eMGPqJhyHVN
8+
hR2BN867Qba3bzZt3CIzCYbcCwEA+UxlcQRBUnHjPLAQJvnlDqt19y6B44swZAXQ
9+
SFbdianZ5GdNdfr8xN6NH+u6XWJQEMJMNFIHhBz/rRzvSoRWoxbi9OAPLiILyYg=
10+
=KSFU
11+
-----END PGP SIGNATURE-----

build/libs/javafbp-4.1.10.jar

264 KB
Binary file not shown.

0 commit comments

Comments
 (0)