https://github.com/ghusta/hibernate-orm-hhh-15163
Issue reproduction for HHH-15163
https://github.com/ghusta/hibernate-orm-hhh-15163
Last synced: 3 months ago
JSON representation
Issue reproduction for HHH-15163
- Host: GitHub
- URL: https://github.com/ghusta/hibernate-orm-hhh-15163
- Owner: ghusta
- Created: 2022-04-04T13:48:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T14:21:24.000Z (about 3 years ago)
- Last Synced: 2025-01-06T22:36:01.650Z (5 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Issue Reproduction for HHH-15163
:author: Guillaume HUSTA
:toc:== Overview
Issue reproduction for https://hibernate.atlassian.net/browse/HHH-15163[HHH-15163].
=== Resolution
We have to add this to make it build successfully :
[source,xml]
----jakarta.xml.bind
jakarta.xml.bind-api
3.0.1
compile----