You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- update product version to 1.3.1
- update slf4j to 1.7.32
- update jetty to 9.4.44.v20210927
- update gcs-hadoop-connector to hadoop3-2.1.2
- update jackson-mapper-asl and jackson-core-asl to 1.9.14-atlassian-6 having security fixes
- update fastutil to 8.5.6
- update hive-exec to 1.21.2.7.0.3.2-3
- updated example code to handle kafka update
- add some required properties to kafka tests
- removed KafkaTestUtils and instead use the one in snappy-spark
- core module removes all explicit log4j dependencies and is instead designed to work with
either of log4j 1.x (upstream Spark) or log4j 2.x (snappy-spark)
- switch to log4j2.properties for cluster and dependent modules as well as template shipped
with product
- removed all other references to log4j 1.x
- explicitly exlude log4j 1.x and slf4j-log4j12 from final product which gets pulled in
indirectly by hadoop otherwise
- changed programmatic log4j setup in examples to log4j/log4j2.properties files
- removed flume module build
- add stricter exclude for log4j 1.x
- fix log4j test runtime dependencies for core
snappydata core module runs with upstream spark so it should use upstream log4j 1.x
dependencies, hence don't force exclude log4j 1.x for test configurations of snappy-core
0 commit comments