0

Spring バージョンを 1.4.3 リリースから 1.5.3 にアップグレードし、開発環境で以下の問題が発生し始めました。私のローカルでは問題なく動作します。ローカルの .m2 ディレクトリをクリアしたところ、1.5.3 では問題なく動作しましたが、私の QA 環境では以下のエラーのために失敗しています。

    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>1.5.3.RELEASE</version>

私は 1.4.3.RELEASE を使用していましたが、正常に動作していました。

      logger_name:   org.springframework.boot.bind.PropertiesConfigurationFactory   
             message:    Field error in object 'spring.jackson' on field 'null': rejected value [inclusion]; 
    codes [typeMismatch.spring.jackson.null,typeMismatch.null,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: 
codes [spring.jackson.null,null]; arguments []; default message [null]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'com.fasterxml.jackson.databind.SerializationFeature' for property 'null'; 
    nested exception is org.springframework.core.convert.ConversionFailedException: 
Failed to convert from type [java.lang.String] to type [com.fasterxml.jackson.databind.SerializationFeature] for value 'inclusion'; nested exception is java.lang.IllegalArgumentException: 
No enum constant com.fasterxml.jackson.databind.SerializationFeature.inclusion] 

何が間違っている可能性がありますか?

4

0 に答える 0