Filipe Roque

Results 37 issues of Filipe Roque

The current Billy architecture is heavily based on hierarchy and this fails on upgrade to Jakarta and Hibernate 6: - https://github.com/premium-minds/billy/pull/486#issuecomment-1843412877 Ideally, Billy is implementation agnostic and uses only the...

- It is not used - does not make sense

removal

- It is being used - Duplicates `PTCreditNoteEntryEntity.::setReference`

removal

After merging https://github.com/premium-minds/billy/pull/147: - Update jakarta.persistence:jakarta.persistence-api:2.2.3 to 3.0.0 - https://github.com/premium-minds/billy/pull/211 - https://github.com/premium-minds/billy/pull/276 - https://github.com/premium-minds/billy/pull/547 - ~~Update jakarta.validation:jakarta.validation-api:2.0.2 to 3.0.1~~ - https://github.com/premium-minds/billy/pull/238 - https://github.com/premium-minds/billy/pull/227 - ~~Update jakarta.el:jakarta.el-api:3.0.3 to 4.0.0~~ - https://github.com/premium-minds/billy/pull/214...

jakarta-ee-9

`billy-france` was developed for a customer but it was never actually used by Premium Minds due to other factors. Keeping this module around introduces some overhead for major refactors, and...

removal
france

https://github.com/premium-minds/billy/blob/dadcd4711b0bf9b100cc0b3dc7ba5652e2f4ea95/billy-andorra/src/main/java/com/premiumminds/billy/andorra/persistence/entities/jpa/JPAADCreditReceiptEntryEntity.java#L48

bug
andorra

# to reproduce * get billy-demo-app source code ``` $ git clone [email protected]:premium-minds/billy-demo-app.git $ cd billy-demo-app ``` * apply this diff ``` $ git diff diff --git a/src/main/java/dummyApp/app/DemoApp.java b/src/main/java/dummyApp/app/DemoApp.java index...

bug

```shell $ mvn --version Apache Maven 4.0.0-alpha-1-SNAPSHOT (1e95011a3088caeb6b0ad7a62becef542ab453a7) Maven home: /opt/maven/apache-maven-4.0.0-alpha-1 Java version: 18.0.2-ea, vendor: Private Build, runtime: /usr/lib/jvm/java-18-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.15.0-47-generic",...

# Persistence isolation Prototype of the needed changes to isolate Persistence specific entities from the business logic. ## Proposed structure ``` billy └──billy-core │ Address │ AddressEntity └──billy-core-jpa │ module...

enhancement
ebean

[WARNING] You are using forceRegenerate=true in your configuration. This configuration setting is deprecated and not recommended as it causes problems with incremental builds in IDEs. Please refer to the following...