https://github.com/atbashee/atbash-utils-cdi
Utility classes for Jakarta CDI used by Atbash and Octopus repositories.
https://github.com/atbashee/atbash-utils-cdi
Last synced: 2 months ago
JSON representation
Utility classes for Jakarta CDI used by Atbash and Octopus repositories.
- Host: GitHub
- URL: https://github.com/atbashee/atbash-utils-cdi
- Owner: atbashEE
- License: apache-2.0
- Created: 2022-10-06T18:57:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T19:40:52.000Z (over 2 years ago)
- Last Synced: 2025-01-18T12:26:07.990Z (4 months ago)
- Language: Java
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://maven-badges.herokuapp.com/maven-central/be.atbash.jakarta.utils/utils-cdi)
> **NOTE** : Extracted utils-cdi from https://github.com/atbashEE/atbash-utils after release of v1.2.0 of utils-se.
> **NOTE** : The Jakarta version became the _main_ branch and _master_ branch with javax support became `javax` branch.
# atbash-utils
Utility classes for Jakarta CDI.* Java SE 11 based!
* Automatic module name defined for Java 9+
* Runs on Java 11 and 17 Classpath.## utils CDI
Requires Jakarta CDI 3.0
* Programmatic retrieval of CDI instances.
* Producer for SLF4J logger.
* Manual retrieval of generic types CDI beans generated by Producer methods.
* Fake Bean manager for testing (no need for full CDI container)