How to Install and Uninstall jackson-module-blackbird Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "jackson-module-blackbird" package

Please follow the guidelines below to install jackson-module-blackbird on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jackson-module-blackbird

2. Uninstall "jackson-module-blackbird" package

Please follow the steps below to uninstall jackson-module-blackbird on openSuSE Tumbleweed:

$ sudo zypper remove jackson-module-blackbird

3. Information about the jackson-module-blackbird package on openSuSE Tumbleweed

Information for package jackson-module-blackbird:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jackson-module-blackbird
Version : 2.16.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 74.3 KiB
Installed : No
Status : not installed
Source package : jackson-modules-base-2.16.1-1.1.src
Upstream URL : https://github.com/FasterXML/jackson-modules-base
Summary : Jackson module that uses LambdaMetafactory based code generation to replace reflection calls.
Description :
The LambdaMetafactory introduces a standard Java API for dynamically instantiating function objects.
The current OpenJDK implementation generates anonymous classes in a somewhat similar fashion to the
classic Afterburner. While the metafactory cannot generate comparably specialized implementations,
we can write needed adapters as simple Java code and use the metafactory to create distinct call
sites for every needed access path. This should allow each accessor to have a monomorphic call
profile and easily inline for maximum performance.

5. The same packages on other Linux Distributions