Blitline Spring configuration and service helpers

Java client libraries for Blitline

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.blitline
Идентификатор

Идентификатор

blitline-image-client-spring
Последняя версия

Последняя версия

0.17.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Blitline Spring configuration and service helpers
Java client libraries for Blitline

Скачать blitline-image-client-spring

Как подключить последнюю версию

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
com.blitline : blitline-image-client jar 0.17.1
com.fasterxml.jackson.core : jackson-databind jar 2.3.1
org.springframework.hateoas : spring-hateoas jar 0.9.0.RELEASE
org.springframework : spring-webmvc jar
org.springframework : spring-core jar
org.mockito : mockito-all jar 1.10.8
org.hibernate : hibernate-validator jar 5.0.3.Final

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.springframework : spring-test jar
javax.servlet : javax.servlet-api jar 3.1.0

Модули Проекта

Данный проект не имеет модулей.

#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.

Версии библиотеки

Версия
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