Skip to content

Patch for 1.0.0-zeta version

Pre-release
Pre-release
Compare
Choose a tag to compare
@pavly-gerges pavly-gerges released this 06 Aug 20:46
· 7 commits to 1.0.0-stable-branch since this release

What's Changed:

Zeta-patch on PR #30:

  • Removes the hassle of using the ZipCompressionType Anti-patterns (non-thread safe - bindable between exclusive objects).
  • Optimized the file locator routines in a functional table with clear patterns enabling locating other files (images or assets) using the classpath routines.
  • FileLocator#initialize(...): merged the validation strategy into the exceptions handling block.

In order to utilize in your project, add the API to your dependencies and make sure mavenCentral() is defined:

repositories {
    mavenCentral()
}
dependencies {
    implementation "io.github.electrostat-lab:snaploader:1.0.0-zeta-1"
}