Commit 1955c40 1 parent 6d53115 commit 1955c40 Copy full SHA for 1955c40
File tree 1 file changed +1
-4
lines changed
src/main/java/net/logstash/logback/composite
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 50
50
* and then ends the JSON object ('}').
51
51
*
52
52
* <p>Jackson {@link JsonGenerator} are initially created with a "disconnected" output stream so they can be
53
- * reused multiple times with different target output stream. They are kept in an internal pool whose
54
- * size is technically unbounded. It will however never hold more entries than the number of concurrent
55
- * threads accessing it. Entries are kept in the pool using soft references so they can be garbage
56
- * collected by the JVM when running low in memory.
53
+ * reused multiple times with different target output stream.
57
54
*
58
55
* <p>{@link JsonGenerator} instances are *not* reused after they threw an exception. This is to prevent
59
56
* reusing an instance whose internal state may be unpredictable.
You can’t perform that action at this time.
0 commit comments