Skip to content

Instantly share code, notes, and snippets.

View SilleBille's full-sized avatar

Dinesh Prasanth M K SilleBille

View GitHub Profile
@SilleBille
SilleBille / 0001-Remove-unsupported-EventDataConverter.patch
Created January 31, 2020 18:24
Patch to remove EventDataConverter completely from log4j
From b017736fa1b58377b8bf1b89599b274a9cfb9956 Mon Sep 17 00:00:00 2001
From: Dinesh Prasanth M K <dmoluguw@redhat.com>
Date: Fri, 31 Jan 2020 13:00:05 -0500
Subject: [PATCH] Remove unsupported EventDataConverter
This deletes the EventDataConverter entirely from log4j-slf4j-impl
entirely because EventData is not supported in 1.8.
Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
---
package com.brewery.training.playground
class Test {
fun dummyMethod() {
println("dummy method")
}
}
fun main() {
val testArrays = arrayOf(Test(), "Hello", 10, 5, Test())