Skip to content

Commit

Permalink
Updates the library to use the apache httpclient5-fluent library for …
Browse files Browse the repository at this point in the history
…http requests.

Main advantage is support for accepting gzipped data, which can be configured in the retrieval tomcat of the
archiver appliance.

Also update the protobuf library to the latest one and auto regenerates the java code on build.
  • Loading branch information
jacomago committed May 22, 2023
1 parent c27324a commit 1d86777
Show file tree
Hide file tree
Showing 54 changed files with 1,797 additions and 28,570 deletions.
9 changes: 0 additions & 9 deletions .classpath

This file was deleted.

9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf

# These are Windows script files and should use crlf
*.bat text eol=crlf

11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
bin/
.idea/**
*iml

# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build
lib/build
.idea
23 changes: 0 additions & 23 deletions .project

This file was deleted.

95 changes: 0 additions & 95 deletions build.xml

This file was deleted.

6 changes: 6 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file was generated by the Gradle 'init' task.
# https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties

org.gradle.parallel=true
org.gradle.caching=true

Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 1d86777

Please sign in to comment.