Instrument spring boot applications running with jdk 11
Applicare 9.0.1 supports monitoring spring applications running with jdk 11.
To avoid java.lang.IncompatibleClassChangeError exception at run time we need to add the following package list in global-exclusions.txt file located in Applicare home directory. If the file(global-exclusions.txt) is not exist, then create it.
org.springframework.boot.autoconfigure
org.springframework.boot.jdbc.DataSourceBuilder
org.springframework.boot.context.config
org.springframework.boot.context.properties
org.springframework.boot.logging
org.springframework.boot.origin
org.springframework.boot.Banner
org.springframework.context.annotation
org.springframework.core.annotation
org.springframework.core.type
org.springframework.beans.factory.annotation
com.zaxxer.hikari.pool.PoolEntry
com.zaxxer.hikari.pool.HikariPool
com.zaxxer.hikari.pool.PoolBase
com.zaxxer.hikari.pool.ProxyConnection
Please sign in to leave a comment.
Comments
0 comments