lerna.???
にネームスペースが変更されました。
コンパイルエラーになる import
を変更してください。
ほとんどの場合、import
を削除し、IDEの自動検出で解決できます。
設定ファイル (*.conf
) の該当項目名を変更してください。
old | new |
---|---|
jp.co.tis.lerna.payment.gateway.global.proxy.host | lerna.http.proxy.tenants.${tenant.id}.host |
jp.co.tis.lerna.payment.gateway.global.proxy.port | lerna.http.proxy.tenants.${tenant.id}.port |
jp.co.tis.lerna.payment.gateway.global.proxy.authentication.username | lerna.http.proxy.tenants.${tenant.id}.authentication.username |
jp.co.tis.lerna.payment.gateway.global.proxy.authentication.password | lerna.http.proxy.tenants.${tenant.id}.authentication.password |
次のFQCNを新しいものに変更してください。
old | new |
---|---|
jp.co.tis.lerna.payment.utility.log.converter.OneLineEventConverter |
lerna.log.logback.converter.OneLineEventConverter |
jp.co.tis.lerna.payment.utility.log.converter.OneLineExtendedStackTraceConverter |
lerna.log.logback.converter.OneLineExtendedStackTraceConverter |
また、依存ライブラリに logback-classic
を追加してください。
"ch.qos.logback" % "logback-classic" % "1.2.3"
設定ファイル (*.conf
) の該当項目名を変更してください。
old | new |
---|---|
jp.co.tis.lerna.payment.utility.encryption.base64-key |
lerna.util.encryption.base64-key |
jp.co.tis.lerna.payment.utility.encryption.base64-iv |
lerna.util.encryption.base64-iv |
設定ファイル (*.conf
) の該当項目名を変更してください。
old | new |
---|---|
jp.co.tis.lerna.payment.application.util.processing-timeout.fail-safe-margin |
lerna.util.akka.processing-timeout.fail-safe-margin |
設定ファイル (*.conf
) の該当項目名を変更してください。
old | new |
---|---|
jp.co.tis.lerna.payment.application.util.at-least-once-delivery.redeliver-interval |
lerna.util.akka.at-least-once-delivery.redeliver-interval |
jp.co.tis.lerna.payment.application.util.at-least-once-delivery.retry-timeout |
lerna.util.akka.at-least-once-delivery.retry-timeout |
設定ファイル (*.conf
) の該当項目名を変更してください。
※設定項目が大量にあるためすべてを記載しておりません。
old | new |
---|---|
jp.co.tis.lerna.payment.application.sequence-factory.* |
lerna.util.sequence.* |