Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove defunct FileNotification APIs #79

Merged
merged 3 commits into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## version 6.3.0-SNAPSHOT
*Released*: TBD
* Update Commons Logging, Gradle, Gradle Plugins, HttpClient, HttpCore, and JSONObject versions
* Remove defunct FileNotification API and uses

## version 6.2.0
*Released*: 29 July 2024
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ dependencies {
api "org.json:json:${jsonObjectVersion}"
api "org.apache.httpcomponents.client5:httpclient5:${httpclient5Version}"
api "org.apache.httpcomponents.core5:httpcore5:${httpcore5Version}"
implementation "net.sf.opencsv:opencsv:${opencsvVersion}"
implementation "commons-logging:commons-logging:${commonsLoggingVersion}"
implementation "commons-codec:commons-codec:${commonsCodecVersion}"
}
Expand Down
7 changes: 2 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ gradlePluginsVersion=6.1.0
commonsCodecVersion=1.17.1
commonsLoggingVersion=1.3.4

httpclient5Version=5.4.1
httpcore5Version=5.3.2
httpclient5Version=5.4.2
httpcore5Version=5.3.3

jsonObjectVersion=20250107

junitVersion=4.13.2

# Obsolete? Switch to com.opencsv:opencsv 5.9? Or maybe just get rid of MS2SearchClient (only user)?
opencsvVersion=2.3

#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),
# and run the 'deployFatJar' task to create the jar with all dependencies and deploy it to the specified target. e.g., c:/somewhere/lib
#javaClientDir=
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
109 changes: 0 additions & 109 deletions src/org/labkey/remoteapi/ms2/StartSearchCommand.java

This file was deleted.

27 changes: 0 additions & 27 deletions src/org/labkey/remoteapi/ms2/StartSearchResponse.java

This file was deleted.

38 changes: 0 additions & 38 deletions src/org/labkey/remoteapi/pipeline/FileNotificationCommand.java

This file was deleted.

30 changes: 0 additions & 30 deletions src/org/labkey/remoteapi/pipeline/FileNotificationResponse.java

This file was deleted.

Loading