Skip to content

Commit

Permalink
HV-2025 Add a note on OSGi support in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Sep 4, 2024
1 parent b43ce99 commit cd4be03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions documentation/src/main/asciidoc/ch11.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -384,3 +384,11 @@ dependency injection in constraint validators.
Hibernate Validator also provides support for the unwrapping of JavaFX properties. If JavaFX is present
on the classpath, ``ValueExtractor``s for JavaFX properties are automatically registered.
See <<section-valueextraction-javafx>> for examples and further discussion.


[[validator-osgi]]
=== OSGi

Starting with Hibernate Validator 9.0, the Hibernate team no longer tests nor maintains the OSGi integration.
For users who would want to experiment with Hibernate Validator in an OSGi environment,
we will keep the existing manifest entries in place as they were.

0 comments on commit cd4be03

Please sign in to comment.