Download Latest Version Finatra 22.12.0 source code.zip (5.3 MB)
Email in envelope

Get an email when there's a new version of Finatra

Home / finatra-22.2.0
Name Modified Size InfoDownloads / Week
Parent folder
Finatra 22.2.0 source code.tar.gz 2022-02-25 4.7 MB
Finatra 22.2.0 source code.zip 2022-02-25 5.7 MB
README.md 2022-02-25 1.4 kB
Totals: 3 Items   10.3 MB 0

22.2.0

  • inject-modules: Deprecate c.t.inject.modules.LoggerModule. Update c.t.inject.app.App to mix in the util/util-slf4j-jul-bridge Slf4jBridge trait. The LoggerModule does not provide a solution inline with the best practices for bridging JUL to the SLF4J-API and users are encouraged to instead mix in the c.t.util.logging.Slf4jBridge into the main class of their application if necessary. The updates to c.t.inject.app.App will now properly bridge JUL to the SLF4J-API early in the constructor of the application catching any log messages emitted to JUL before where the bridging would have been attempted when using the LoggerModule.

    Note that Slf4jBridge trait is already mixed into the c.t.server.TwitterServer trait and thus no further action is necessary forbridging JUL to the SLF4J-API in extensions of c.t.server.TwitterServer. 83360745

  • inject-slf4j: Deprecate c.t.inject.logging.Logging trait and methods. Users are encouraged to use the c.t.util.logging.Logging trait directly. There are no replacements for c.t.inject.logging.Logging#debugFutureResult and c.t.inject.logging.Logging#time. 084257a9

Source: README.md, updated 2022-02-25