commons-asset

Adds a flexible asset service with a bunch of features to your spring-boot applications

MIT License

Stars
5
Committers
2

Bot releases are visible (Hide)

commons-asset -

Published by melistik over 4 years ago

  • optional LIQP (Low Quality Image Placeholder) to have a placeholder for images in base64 encoded in ultra low resolution
  • upgraded thumbnailator 0.4.11
commons-asset -

Published by melistik over 4 years ago

  • upgraded to commons-rest 2.0.1
  • improved GridFSFile handling changed from gridFsFile.getFilename() to gridFsFile (so allow multiple use the same filename)
commons-asset -

Published by melistik over 4 years ago

  • upgraded to commons-rest 2.0.0 with new ErrorResponse api
commons-asset -

Published by melistik over 4 years ago

  • upgrade spring-boot 2.2.4 + spring-cloud-dependencies Hoxton.SR1 + commons-rest 1.12.1 + okhttp 4.3.1
  • added https extra check to ServletAssetPreviewService (in some cases UriBuilder will ignore https - disabled this)
commons-asset -

Published by melistik almost 5 years ago

  • added keyValues option to AssetRead
    • is not part of the AssetReference
    • could be updated also after asset upload
commons-asset -

Published by melistik almost 5 years ago

  • changed structure for jpa AssetEntity in order to work with MySQL
    • index on reference_url with (2.000 chars) is too big (mariaDb no problem)
    • added an extra reference_hash that stores a sha256 of the url to work with mysql
    • for migration you should use ReferenceHashMigrationService
commons-asset -

Published by melistik almost 5 years ago

  • upgraded spring-boot 2.2.2 + commons-rest 1.11.2
  • upgraded to Spring Cloud Hoxton
commons-asset -

Published by melistik almost 5 years ago

  • upgraded spring-boot 2.2.1 + cloud-dependencies to Greenwich SR4
  • added missing context parameter to AssetResource
  • introduced PathResolver to allow different bucket path logics
commons-asset -

Published by melistik almost 5 years ago

  • fixed autoconfiguration to prefer s3-filestorage when present
  • changed AssetRepository to return entity after save
  • upgraded commons-rest 1.10.1
commons-asset -

Published by melistik almost 5 years ago

  • dropped thumber support by default (example to use it see readme)
  • introduced new BucketResolver for S3 for multiple bucket support
  • introduced AssetReferenceType interface to work with AssetPreviewService + BucketResolver
  • assetEntity now implements AssetReferenceType
  • upgraded to common-rest 1.10.0
commons-asset - 2.1.1

Published by melistik almost 5 years ago

  • improved autoconfiguration to use core without mongo/jpa repository/filestore
  • assetService is only working when repository + filestore is present
  • assetPreviewService could be used also without assetService (this was not possible in previous version)
commons-asset -

Published by melistik almost 5 years ago

  • upgraded to spring-boot 2.2.0 + commons-rest 1.9.1
  • replaced LocaleDateTime to Instant on all levels
commons-asset -

Published by melistik about 5 years ago

  • refactored modules
  • separated core to work with mongo and jpa
  • core now containing main services, converters and required one implementation (jpa/mongo)
  • module-rest stays the same and provides all controllers
commons-asset -

Published by melistik about 5 years ago

  • refactored modules
  • added essential module
commons-asset -

Published by melistik about 5 years ago

  • added analyse option in order to read/verify + analyse asset without storing
  • updated versions
commons-asset -

Published by melistik about 5 years ago

  • upgraded ohHttp + spring-boot
  • fixed issue with DefaultDownloadService
commons-asset -

Published by melistik about 5 years ago

  • extracted ColorDetection and Resize function in separate tooling module
  • upgraded okHttp
  • upgraded spring-boot version
  • added new AssetTypes (TIFF, PPT, PPTX)
commons-asset -

Published by melistik over 5 years ago

  • added downloadUrl to AssetRead
  • added downloadAsset to AssetResource
  • upgraded version of spring-boot 2.1.5, commons-rest 1.6.1, guava 28.0-jre
  • improved converter (only add previews when type is image)
  • minor fixes
commons-asset -

Published by melistik over 5 years ago

  • fixed module name
  • 1.6.0 still head server instead of rest...
commons-asset -

Published by melistik over 5 years ago

  • renamed module server to rest
Package Rankings
Top 33.77% on Repo1.maven.org
Badges
Extracted from project README
Maven Central
Related Projects