You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, Billy is implementation agnostic and uses only the JPA API. But in reality, we only test with Hibernate. We could try to workaround this by messing any configuration options, but the problem will surely surface again if any other country is supported in the future.
The performance is also not great for high volumes.
This and other factors has lead to Billy being phased out internally. Thus, this project is expected to be archived in a near future.
The text was updated successfully, but these errors were encountered:
The current Billy architecture is heavily based on hierarchy and this fails on upgrade to Jakarta and Hibernate 6:
Ideally, Billy is implementation agnostic and uses only the JPA API. But in reality, we only test with Hibernate. We could try to workaround this by messing any configuration options, but the problem will surely surface again if any other country is supported in the future.
The performance is also not great for high volumes.
This and other factors has lead to Billy being phased out internally. Thus, this project is expected to be archived in a near future.
The text was updated successfully, but these errors were encountered: