Skip to content

Commit 6372b9e

Browse files
Remove defunct FileNotification APIs (#79)
1 parent 868b0d1 commit 6372b9e

10 files changed

+4
-646
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## version 6.3.0-SNAPSHOT
44
*Released*: TBD
55
* Update Commons Logging, Gradle, Gradle Plugins, HttpClient, HttpCore, and JSONObject versions
6+
* Remove defunct FileNotification API and uses
67

78
## version 6.2.0
89
*Released*: 29 July 2024

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ dependencies {
7777
api "org.json:json:${jsonObjectVersion}"
7878
api "org.apache.httpcomponents.client5:httpclient5:${httpclient5Version}"
7979
api "org.apache.httpcomponents.core5:httpcore5:${httpcore5Version}"
80-
implementation "net.sf.opencsv:opencsv:${opencsvVersion}"
8180
implementation "commons-logging:commons-logging:${commonsLoggingVersion}"
8281
implementation "commons-codec:commons-codec:${commonsCodecVersion}"
8382
}

gradle.properties

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,13 @@ gradlePluginsVersion=6.1.0
1212
commonsCodecVersion=1.17.1
1313
commonsLoggingVersion=1.3.4
1414

15-
httpclient5Version=5.4.1
16-
httpcore5Version=5.3.2
15+
httpclient5Version=5.4.2
16+
httpcore5Version=5.3.3
1717

1818
jsonObjectVersion=20250107
1919

2020
junitVersion=4.13.2
2121

22-
# Obsolete? Switch to com.opencsv:opencsv 5.9? Or maybe just get rid of MS2SearchClient (only user)?
23-
opencsvVersion=2.3
24-
2522
#If iterating on the java client api and deploying it to a non-LabKey directory, uncomment and set this property (or set at command line),
2623
# and run the 'deployFatJar' task to create the jar with all dependencies and deploy it to the specified target. e.g., c:/somewhere/lib
2724
#javaClientDir=

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

src/org/labkey/remoteapi/ms2/StartSearchCommand.java

Lines changed: 0 additions & 109 deletions
This file was deleted.

src/org/labkey/remoteapi/ms2/StartSearchResponse.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/org/labkey/remoteapi/pipeline/FileNotificationCommand.java

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/org/labkey/remoteapi/pipeline/FileNotificationResponse.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)