rhllor 2.0.0 → 2.0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 132a0392fb5a7fdbcbf340bca55d3c7ea0bf43d7
4
- data.tar.gz: 26555970076f098c3020684ec63da6a55b90e213
3
+ metadata.gz: 7166acdd54f50bbb158d4b23fef16fdd4d29f664
4
+ data.tar.gz: 8c78dffa090b5c574262afbcc377b55c9ce33c25
5
5
  SHA512:
6
- metadata.gz: a02ddad089cfd00da3d9515d7940a998ae776ec522ac8ceaaf180dc3198e22f57b11682442ae105c2fde1c9f272a5ce818a490c8308a551dd0b8e97baa46acac
7
- data.tar.gz: 4c0ebcb442e3bb315997d441d6963b7e548296ab885b2869e0b0ec8e6da1a4b233ba98c3fa7f5558fd0d995db04ad68d54300fda5ab0ededbc8f0c39b9dc1696
6
+ metadata.gz: 09cba8e19a8237097de3605a396faf07887e959db1ad662ffc1150c893a0ee5636efdeb69ef97ce3c7099c2aabef82b26df6a52a5bb7d7f070427bbc1af1ff23
7
+ data.tar.gz: 8ebb35eb5f453e7d426013c5b3412476fc79e3560d846c54e4b3c5a76062b82e2320e88c62f43ea0455032a1013587bc6ae1dbfade98c258ef5a4c83bd8851d5
@@ -1,3 +1,3 @@
1
1
  module Rhllor
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.0.1'
3
3
  end
@@ -1,4 +1,4 @@
1
- image: "hub.ricebook.net/base/alpine:java-2017.01.23"
1
+ image: "hub.ricebook.net/base/alpine:java-2017.03.13"
2
2
  variables:
3
3
  CITADEL_AUTH_TOKEN: "D73YeuAMzZSkoDY4FAEGRAmMKMY0Rpfv06FQEbygtEkB6TrXceeWrWcqKWAMNekL"
4
4
  CITADEL_URL: "http://citadel.ricebook.net"
@@ -30,17 +30,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
30
30
  */
31
31
  {%- if jersey %}
32
32
  @EnableJerseyConfiguration(
33
- scanPackage = "com.ricebook.rhllor.{{ name }}.resource",
34
- componentClasses = {
35
- MultiPartFeature.class,
36
- RequestContextFilter.class,
37
- DynamicFilterFactory.class,
38
- EnumParamConverterProvider.class,
39
- RhllorExceptionMapper.class,
40
- RhllorValidationExceptionMapper.class,
41
- FastJsonFeature.class,
42
- RhllorValidationConfigurationContextResolver.class,
43
- })
33
+ scanPackage = "com.ricebook.rhllor.{{ name }}.resource"
34
+ )
44
35
  {%- endif %}
45
36
  {%- if elastic_job %}
46
37
  @EnableElasticJobConfiguration(scanPackage = "com.ricebook.rhllor.{{ name }}.task")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhllor
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - xieenlong
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-06 00:00:00.000000000 Z
11
+ date: 2017-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler