Hi Jacques,
Regarding the plugin workflow, the PR that I posted can offer alternative ways
to develop and consume plugins / components.
This would make plugin development by pulling sources in ofbiz optional /
obsolete even (a choice).
If we move to have libraries that are published as jar files, then it would be
possible to develop plugins by depending on the specific OFBiz bits.
It would also be possible to publish plugins / components as regular java jars and consume them the same way.
So, in the future a custom OFBiz build could look something like this:
build.gradle
dependencies {
implementation 'org.apache.ofbiz:entity-engine:24.0'
implementation 'org.apache.ofbiz:service:24.0'
implementation 'org.apache.ofbiz:accounting:24.0'
implementation 'com.example:my-plugin:1.2.3'
}
On 23.12.2023 17:06, Jacques Le Roux <[email protected]> wrote:
It's ready for review before pushing and testing with GH and BB
TIA
Jacques
Le 01/12/2023 à 11:18, Jacques Le Roux a écrit :
> Hi,
>
> I have created https://issues.apache.org/jira/browse/OFBIZ-12868 for
> that... WIP...
>
> HTH
>
> Jacques
>
> Le 27/11/2023 à 13:41, Jacques Le Roux a écrit :
>> Hi,
>>
>> As you may have noticed*, the SvnCheckout Gradle plugin will not be
>> usable after January 8, 2024.
>>
>> So we need a replacement and it's clearly suggested by GitHub in the
>> link below
>>
>> Jacques
>>
>> * https://lists.apache.org/thread/08kwg2ovjt4qyfybhf1qzsvq42jsy2wz