Blitline Java client

Java client libraries for Blitline

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.blitline
ArtifactId

ArtifactId

blitline-java-parent
Last Version

Last Version

0.17.1
Release Date

Release Date

Type

Type

pom
Description

Description

Blitline Java client
Java client libraries for Blitline
Project URL

Project URL

https://github.com/chrylis/blitline-java-client
Source Code Management

Source Code Management

https://github.com/chrylis/blitline-java-client

Download blitline-java-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.blitline/blitline-java-parent/ -->
<dependency>
    <groupId>com.blitline</groupId>
    <artifactId>blitline-java-parent</artifactId>
    <version>0.17.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.blitline/blitline-java-parent/
implementation 'com.blitline:blitline-java-parent:0.17.1'
// https://jarcasting.com/artifacts/com.blitline/blitline-java-parent/
implementation ("com.blitline:blitline-java-parent:0.17.1")
'com.blitline:blitline-java-parent:pom:0.17.1'
<dependency org="com.blitline" name="blitline-java-parent" rev="0.17.1">
  <artifact name="blitline-java-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.blitline', module='blitline-java-parent', version='0.17.1')
)
libraryDependencies += "com.blitline" % "blitline-java-parent" % "0.17.1"
[com.blitline/blitline-java-parent "0.17.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • blitline-image-client
  • blitline-image-client-spring
  • blitline-image-client-example

#Blitline Java client

This is a parent project for Java clients for the Blitline processing services. The project currently has support for the Blitline image API.

##Updates

###0.17.0

EXIF date-and-time information is presented in a format that is usually yyyy:MM:dd HH:mm:ss but can vary, including ISO8601-style formats. This library formerly tried to parse the conventional date format out of postback information, but this was unreliable.

Blitline now uses the Ruby Chronic library to guess the date format server-side and returns a reliable ISO8601-formatted date string. This is now available as OriginalMetadata#getIsoDateCreated(). The older getDateCreated() is deprecated and forwards to the new method.

###0.16.0

This release moves the default Spring endpoint to /webhook/blitline/image to make it easier to manage security policy for a collection of such endpoints.

###0.15.0

This release adds support for setting HTTP headers for S3 objects, including a built-in method for setting the Cache-Control header to "cache forever".

The Spring component now requires Spring 4.1.3 or higher, as it registers an HTTP message converter for incoming postbacks using a new hook on WebMvcConfigurerAdapter.

Versions

Version
0.17.1
0.17.0
0.16.0
0.15.0
0.14.3
0.14.2
0.14.1
0.14.0
0.13.3
0.13.1
0.13.0
0.12.0
0.11.0
0.10.1
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0