Skip to content

Releases: rocketbase-io/commons-rest

1.7.0

03 Sep 05:45
Compare
Choose a tag to compare
  • added obfuscated feature to improve api for jpa sequence ids to disable data grabbing
  • added module commons-rest-hashids as implementation for obfuscated interface
  • restructured sample project (added h2 example)

1.6.2

30 Aug 11:42
Compare
Choose a tag to compare
  • upgrade spring-boot 2.1.7
  • moved converter to api in order to implement interface outside the commons-server dependency (for example model module)

1.6.1

29 May 07:12
Compare
Choose a tag to compare

added errorpage module for nicer whitelabel error pages ;)

1.6.0

16 May 05:30
Compare
Choose a tag to compare
  • removed custom pageableRequest
  • upgraded to spring-boot 2.1.5
  • improved LocaleResolver

1.5.0

14 May 08:45
Compare
Choose a tag to compare
  • changed api of Translation
    • working now with languageTag
    • containing not only language also region + variation
  • improved nulls
  • opened some methods in abstract resources

1.4.2

22 Apr 19:20
Compare
Choose a tag to compare
  • spring-boot 2.1.4
  • replaced PageableRequest by spring's Pageable
  • added Translation shortcuts
  • added Nulls Util for nullchecks with fallbacks

1.4.1

21 Feb 21:10
Compare
Choose a tag to compare

fixed @ConditionalOnMissingBean

1.4.0

06 Feb 08:49
Compare
Choose a tag to compare
  • upgraded to spring-boot 2.1.2
  • switched to spring-boot-auto-configuration so that @componentscan(basePackages = {"io.rocketbase"}) is not required anymore

1.3.1

06 Nov 08:23
Compare
Choose a tag to compare
  • upgraded to spring-boot 2.1.0
  • added createUriComponentsBuilder to BaseRestResource

1.3.0

05 Jul 06:20
Compare
Choose a tag to compare
  • removed objectMapper from resources and changed to ParameterizedTypeReference
  • getById returns Optional instead of null object