You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Michael Brohl <mi...@ecomify.de> on 2023/04/26 13:09:49 UTC

Re: [jira] [Commented] (OFBIZ-12808) Eclipse build problems and proper dependency setup

Hi everyone,

any objections against merging those pr's for framework/plugins in 
trunk/release22.01?

I think it would be good to test the changes on the demo servers as well 
to detect possible runtime problems caused by the changed dependencies.

If there are no objections, I would like to merge the changes tomorrow.

Thanks,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 21.04.23 um 14:54 schrieb Michael Brohl (Jira):
>      [ https://issues.apache.org/jira/browse/OFBIZ-12808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714986#comment-17714986 ]
>
> Michael Brohl commented on OFBIZ-12808:
> ---------------------------------------
>
> Fixes for framework / plugins for trunk and release22.01 are now in the pull requests.
>
> To test, the corresponding pr's for framework and plugins have to be checked out respectively.
>
>> Eclipse build problems and proper dependency setup
>> --------------------------------------------------
>>
>>                  Key: OFBIZ-12808
>>                  URL: https://issues.apache.org/jira/browse/OFBIZ-12808
>>              Project: OFBiz
>>           Issue Type: Bug
>>           Components: ALL APPLICATIONS, ALL COMPONENTS, ALL PLUGINS
>>     Affects Versions: 22.01.01, Upcoming Branch
>>             Reporter: Michael Brohl
>>             Assignee: Michael Brohl
>>             Priority: Major
>>              Fix For: 22.01.01, Upcoming Branch
>>
>>
>> Due to improper dependency configurations and the JPMS (Java Plattform Module System) which was introduced to Java since version 9, the Eclipse build and running/debugging is not working with JDK 17 (trunk and release22.01).
>> The reason is that there are dependencies to libraries which are also shipped with the JDK which causes a conflict leading to ignore those packages/classes in the build.
>> We have a working solution for this.
>
>
> --
> This message was sent by Atlassian Jira
> (v8.20.10#820010)

Re: [jira] [Commented] (OFBIZ-12808) Eclipse build problems and proper dependency setup

Posted by Michael Brohl <mi...@ecomify.de>.
Thanks Daniel!

Best regards,

Michael

Am 27.04.23 um 09:14 schrieb Daniel Watford:
> Hi Michael,
>
> Demo-trunk and demo-next have now been refreshed with builds containing
> OFBIZ-12808.
>
> On Thu, 27 Apr 2023 at 07:40, Daniel Watford <da...@foomoo.co.uk> wrote:
>
>> Hi Michael,
>>
>> The demo instances do get updated overnight - around 02:35 from memory.
>>
>> Just in case there was a race condition between the commits on
>> ofbiz-plugins vs ofbiz-framework, I've triggered a rebuild of the release
>> branch and trunk container images.
>>
>> Once the re-build is complete I'll run the script to update the demo
>> instances with the new container images.
>>
>> On Thu, 27 Apr 2023 at 07:28, Michael Brohl <mi...@ecomify.de>
>> wrote:
>>
>>> Thanks all,
>>>
>>> the fixes are implemented and merged for framework/plugins in the trunk
>>> and release22.01 branches now.
>>>
>>> When will those changes be deployed to the demo instances? Over night?
>>>
>>> It would be helpful if someone can test framework and plugins on the
>>> trunk and release22.01 demo instances to detect any runtime problems
>>> caused by the dependency changes.
>>>
>>> For plugins, changes were being made in the BIRT and LDAP components.
>>>
>>> Best regards,
>>>
>>> Michael Brohl
>>>
>>> ecomify GmbH - www.ecomify.de
>>>
>>>
>>> Am 26.04.23 um 17:24 schrieb Gil Portenseigne:
>>>> +1
>>>>
>>>> Gil
>>>>
>>>> Le 26/04/2023 à 16:36, Jacques Le Roux a écrit :
>>>>> +1
>>>>>
>>>>> Jacques
>>>>>
>>>>> Le 26/04/2023 à 16:01, Jacopo Cappellato a écrit :
>>>>>> +1
>>>>>>
>>>>>> Jacopo
>>>>>>
>>>>>> On Wed, Apr 26, 2023 at 3:11 PM Michael Brohl
>>>>>> <mi...@ecomify.de> wrote:
>>>>>>> Hi everyone,
>>>>>>>
>>>>>>> any objections against merging those pr's for framework/plugins in
>>>>>>> trunk/release22.01?
>>>>>>>
>>>>>>> I think it would be good to test the changes on the demo servers as
>>>>>>> well
>>>>>>> to detect possible runtime problems caused by the changed
>>>>>>> dependencies.
>>>>>>>
>>>>>>> If there are no objections, I would like to merge the changes
>>>>>>> tomorrow.
>>>>>>>
>>>>>>> Thanks,
>>>>>>>
>>>>>>> Michael Brohl
>>>>>>>
>>>>>>> ecomify GmbH - www.ecomify.de
>>>>>>>
>>>>>>>
>>>>>>> Am 21.04.23 um 14:54 schrieb Michael Brohl (Jira):
>>>>>>>>        [
>>>>>>>>
>>> https://issues.apache.org/jira/browse/OFBIZ-12808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714986#comment-17714986
>>>>>>>> ]
>>>>>>>>
>>>>>>>> Michael Brohl commented on OFBIZ-12808:
>>>>>>>> ---------------------------------------
>>>>>>>>
>>>>>>>> Fixes for framework / plugins for trunk and release22.01 are now
>>>>>>>> in the pull requests.
>>>>>>>>
>>>>>>>> To test, the corresponding pr's for framework and plugins have to
>>>>>>>> be checked out respectively.
>>>>>>>>
>>>>>>>>> Eclipse build problems and proper dependency setup
>>>>>>>>> --------------------------------------------------
>>>>>>>>>
>>>>>>>>>                    Key: OFBIZ-12808
>>>>>>>>>                    URL:
>>>>>>>>> https://issues.apache.org/jira/browse/OFBIZ-12808
>>>>>>>>>                Project: OFBiz
>>>>>>>>>             Issue Type: Bug
>>>>>>>>>             Components: ALL APPLICATIONS, ALL COMPONENTS, ALL
>>> PLUGINS
>>>>>>>>>       Affects Versions: 22.01.01, Upcoming Branch
>>>>>>>>>               Reporter: Michael Brohl
>>>>>>>>>               Assignee: Michael Brohl
>>>>>>>>>               Priority: Major
>>>>>>>>>                Fix For: 22.01.01, Upcoming Branch
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Due to improper dependency configurations and the JPMS (Java
>>>>>>>>> Plattform Module System) which was introduced to Java since
>>>>>>>>> version 9, the Eclipse build and running/debugging is not working
>>>>>>>>> with JDK 17 (trunk and release22.01).
>>>>>>>>> The reason is that there are dependencies to libraries which are
>>>>>>>>> also shipped with the JDK which causes a conflict leading to
>>>>>>>>> ignore those packages/classes in the build.
>>>>>>>>> We have a working solution for this.
>>>>>>>> --
>>>>>>>> This message was sent by Atlassian Jira
>>>>>>>> (v8.20.10#820010)
>>
>> --
>> Daniel Watford
>>
>

Re: [jira] [Commented] (OFBIZ-12808) Eclipse build problems and proper dependency setup

Posted by Daniel Watford <da...@foomoo.co.uk>.
Hi Michael,

Demo-trunk and demo-next have now been refreshed with builds containing
OFBIZ-12808.

On Thu, 27 Apr 2023 at 07:40, Daniel Watford <da...@foomoo.co.uk> wrote:

> Hi Michael,
>
> The demo instances do get updated overnight - around 02:35 from memory.
>
> Just in case there was a race condition between the commits on
> ofbiz-plugins vs ofbiz-framework, I've triggered a rebuild of the release
> branch and trunk container images.
>
> Once the re-build is complete I'll run the script to update the demo
> instances with the new container images.
>
> On Thu, 27 Apr 2023 at 07:28, Michael Brohl <mi...@ecomify.de>
> wrote:
>
>> Thanks all,
>>
>> the fixes are implemented and merged for framework/plugins in the trunk
>> and release22.01 branches now.
>>
>> When will those changes be deployed to the demo instances? Over night?
>>
>> It would be helpful if someone can test framework and plugins on the
>> trunk and release22.01 demo instances to detect any runtime problems
>> caused by the dependency changes.
>>
>> For plugins, changes were being made in the BIRT and LDAP components.
>>
>> Best regards,
>>
>> Michael Brohl
>>
>> ecomify GmbH - www.ecomify.de
>>
>>
>> Am 26.04.23 um 17:24 schrieb Gil Portenseigne:
>> > +1
>> >
>> > Gil
>> >
>> > Le 26/04/2023 à 16:36, Jacques Le Roux a écrit :
>> >> +1
>> >>
>> >> Jacques
>> >>
>> >> Le 26/04/2023 à 16:01, Jacopo Cappellato a écrit :
>> >>> +1
>> >>>
>> >>> Jacopo
>> >>>
>> >>> On Wed, Apr 26, 2023 at 3:11 PM Michael Brohl
>> >>> <mi...@ecomify.de> wrote:
>> >>>> Hi everyone,
>> >>>>
>> >>>> any objections against merging those pr's for framework/plugins in
>> >>>> trunk/release22.01?
>> >>>>
>> >>>> I think it would be good to test the changes on the demo servers as
>> >>>> well
>> >>>> to detect possible runtime problems caused by the changed
>> >>>> dependencies.
>> >>>>
>> >>>> If there are no objections, I would like to merge the changes
>> >>>> tomorrow.
>> >>>>
>> >>>> Thanks,
>> >>>>
>> >>>> Michael Brohl
>> >>>>
>> >>>> ecomify GmbH - www.ecomify.de
>> >>>>
>> >>>>
>> >>>> Am 21.04.23 um 14:54 schrieb Michael Brohl (Jira):
>> >>>>>       [
>> >>>>>
>> https://issues.apache.org/jira/browse/OFBIZ-12808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714986#comment-17714986
>> >>>>> ]
>> >>>>>
>> >>>>> Michael Brohl commented on OFBIZ-12808:
>> >>>>> ---------------------------------------
>> >>>>>
>> >>>>> Fixes for framework / plugins for trunk and release22.01 are now
>> >>>>> in the pull requests.
>> >>>>>
>> >>>>> To test, the corresponding pr's for framework and plugins have to
>> >>>>> be checked out respectively.
>> >>>>>
>> >>>>>> Eclipse build problems and proper dependency setup
>> >>>>>> --------------------------------------------------
>> >>>>>>
>> >>>>>>                   Key: OFBIZ-12808
>> >>>>>>                   URL:
>> >>>>>> https://issues.apache.org/jira/browse/OFBIZ-12808
>> >>>>>>               Project: OFBiz
>> >>>>>>            Issue Type: Bug
>> >>>>>>            Components: ALL APPLICATIONS, ALL COMPONENTS, ALL
>> PLUGINS
>> >>>>>>      Affects Versions: 22.01.01, Upcoming Branch
>> >>>>>>              Reporter: Michael Brohl
>> >>>>>>              Assignee: Michael Brohl
>> >>>>>>              Priority: Major
>> >>>>>>               Fix For: 22.01.01, Upcoming Branch
>> >>>>>>
>> >>>>>>
>> >>>>>> Due to improper dependency configurations and the JPMS (Java
>> >>>>>> Plattform Module System) which was introduced to Java since
>> >>>>>> version 9, the Eclipse build and running/debugging is not working
>> >>>>>> with JDK 17 (trunk and release22.01).
>> >>>>>> The reason is that there are dependencies to libraries which are
>> >>>>>> also shipped with the JDK which causes a conflict leading to
>> >>>>>> ignore those packages/classes in the build.
>> >>>>>> We have a working solution for this.
>> >>>>>
>> >>>>> --
>> >>>>> This message was sent by Atlassian Jira
>> >>>>> (v8.20.10#820010)
>>
>
>
> --
> Daniel Watford
>


-- 
Daniel Watford

Re: [jira] [Commented] (OFBIZ-12808) Eclipse build problems and proper dependency setup

Posted by Daniel Watford <da...@foomoo.co.uk>.
Hi Michael,

The demo instances do get updated overnight - around 02:35 from memory.

Just in case there was a race condition between the commits on
ofbiz-plugins vs ofbiz-framework, I've triggered a rebuild of the release
branch and trunk container images.

Once the re-build is complete I'll run the script to update the demo
instances with the new container images.

On Thu, 27 Apr 2023 at 07:28, Michael Brohl <mi...@ecomify.de>
wrote:

> Thanks all,
>
> the fixes are implemented and merged for framework/plugins in the trunk
> and release22.01 branches now.
>
> When will those changes be deployed to the demo instances? Over night?
>
> It would be helpful if someone can test framework and plugins on the
> trunk and release22.01 demo instances to detect any runtime problems
> caused by the dependency changes.
>
> For plugins, changes were being made in the BIRT and LDAP components.
>
> Best regards,
>
> Michael Brohl
>
> ecomify GmbH - www.ecomify.de
>
>
> Am 26.04.23 um 17:24 schrieb Gil Portenseigne:
> > +1
> >
> > Gil
> >
> > Le 26/04/2023 à 16:36, Jacques Le Roux a écrit :
> >> +1
> >>
> >> Jacques
> >>
> >> Le 26/04/2023 à 16:01, Jacopo Cappellato a écrit :
> >>> +1
> >>>
> >>> Jacopo
> >>>
> >>> On Wed, Apr 26, 2023 at 3:11 PM Michael Brohl
> >>> <mi...@ecomify.de> wrote:
> >>>> Hi everyone,
> >>>>
> >>>> any objections against merging those pr's for framework/plugins in
> >>>> trunk/release22.01?
> >>>>
> >>>> I think it would be good to test the changes on the demo servers as
> >>>> well
> >>>> to detect possible runtime problems caused by the changed
> >>>> dependencies.
> >>>>
> >>>> If there are no objections, I would like to merge the changes
> >>>> tomorrow.
> >>>>
> >>>> Thanks,
> >>>>
> >>>> Michael Brohl
> >>>>
> >>>> ecomify GmbH - www.ecomify.de
> >>>>
> >>>>
> >>>> Am 21.04.23 um 14:54 schrieb Michael Brohl (Jira):
> >>>>>       [
> >>>>>
> https://issues.apache.org/jira/browse/OFBIZ-12808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714986#comment-17714986
> >>>>> ]
> >>>>>
> >>>>> Michael Brohl commented on OFBIZ-12808:
> >>>>> ---------------------------------------
> >>>>>
> >>>>> Fixes for framework / plugins for trunk and release22.01 are now
> >>>>> in the pull requests.
> >>>>>
> >>>>> To test, the corresponding pr's for framework and plugins have to
> >>>>> be checked out respectively.
> >>>>>
> >>>>>> Eclipse build problems and proper dependency setup
> >>>>>> --------------------------------------------------
> >>>>>>
> >>>>>>                   Key: OFBIZ-12808
> >>>>>>                   URL:
> >>>>>> https://issues.apache.org/jira/browse/OFBIZ-12808
> >>>>>>               Project: OFBiz
> >>>>>>            Issue Type: Bug
> >>>>>>            Components: ALL APPLICATIONS, ALL COMPONENTS, ALL PLUGINS
> >>>>>>      Affects Versions: 22.01.01, Upcoming Branch
> >>>>>>              Reporter: Michael Brohl
> >>>>>>              Assignee: Michael Brohl
> >>>>>>              Priority: Major
> >>>>>>               Fix For: 22.01.01, Upcoming Branch
> >>>>>>
> >>>>>>
> >>>>>> Due to improper dependency configurations and the JPMS (Java
> >>>>>> Plattform Module System) which was introduced to Java since
> >>>>>> version 9, the Eclipse build and running/debugging is not working
> >>>>>> with JDK 17 (trunk and release22.01).
> >>>>>> The reason is that there are dependencies to libraries which are
> >>>>>> also shipped with the JDK which causes a conflict leading to
> >>>>>> ignore those packages/classes in the build.
> >>>>>> We have a working solution for this.
> >>>>>
> >>>>> --
> >>>>> This message was sent by Atlassian Jira
> >>>>> (v8.20.10#820010)
>


-- 
Daniel Watford

Re: [jira] [Commented] (OFBIZ-12808) Eclipse build problems and proper dependency setup

Posted by Michael Brohl <mi...@ecomify.de>.
Thanks all,

the fixes are implemented and merged for framework/plugins in the trunk 
and release22.01 branches now.

When will those changes be deployed to the demo instances? Over night?

It would be helpful if someone can test framework and plugins on the 
trunk and release22.01 demo instances to detect any runtime problems 
caused by the dependency changes.

For plugins, changes were being made in the BIRT and LDAP components.

Best regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 26.04.23 um 17:24 schrieb Gil Portenseigne:
> +1
>
> Gil
>
> Le 26/04/2023 à 16:36, Jacques Le Roux a écrit :
>> +1
>>
>> Jacques
>>
>> Le 26/04/2023 à 16:01, Jacopo Cappellato a écrit :
>>> +1
>>>
>>> Jacopo
>>>
>>> On Wed, Apr 26, 2023 at 3:11 PM Michael Brohl 
>>> <mi...@ecomify.de> wrote:
>>>> Hi everyone,
>>>>
>>>> any objections against merging those pr's for framework/plugins in
>>>> trunk/release22.01?
>>>>
>>>> I think it would be good to test the changes on the demo servers as 
>>>> well
>>>> to detect possible runtime problems caused by the changed 
>>>> dependencies.
>>>>
>>>> If there are no objections, I would like to merge the changes 
>>>> tomorrow.
>>>>
>>>> Thanks,
>>>>
>>>> Michael Brohl
>>>>
>>>> ecomify GmbH - www.ecomify.de
>>>>
>>>>
>>>> Am 21.04.23 um 14:54 schrieb Michael Brohl (Jira):
>>>>>       [ 
>>>>> https://issues.apache.org/jira/browse/OFBIZ-12808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714986#comment-17714986 
>>>>> ]
>>>>>
>>>>> Michael Brohl commented on OFBIZ-12808:
>>>>> ---------------------------------------
>>>>>
>>>>> Fixes for framework / plugins for trunk and release22.01 are now 
>>>>> in the pull requests.
>>>>>
>>>>> To test, the corresponding pr's for framework and plugins have to 
>>>>> be checked out respectively.
>>>>>
>>>>>> Eclipse build problems and proper dependency setup
>>>>>> --------------------------------------------------
>>>>>>
>>>>>>                   Key: OFBIZ-12808
>>>>>>                   URL: 
>>>>>> https://issues.apache.org/jira/browse/OFBIZ-12808
>>>>>>               Project: OFBiz
>>>>>>            Issue Type: Bug
>>>>>>            Components: ALL APPLICATIONS, ALL COMPONENTS, ALL PLUGINS
>>>>>>      Affects Versions: 22.01.01, Upcoming Branch
>>>>>>              Reporter: Michael Brohl
>>>>>>              Assignee: Michael Brohl
>>>>>>              Priority: Major
>>>>>>               Fix For: 22.01.01, Upcoming Branch
>>>>>>
>>>>>>
>>>>>> Due to improper dependency configurations and the JPMS (Java 
>>>>>> Plattform Module System) which was introduced to Java since 
>>>>>> version 9, the Eclipse build and running/debugging is not working 
>>>>>> with JDK 17 (trunk and release22.01).
>>>>>> The reason is that there are dependencies to libraries which are 
>>>>>> also shipped with the JDK which causes a conflict leading to 
>>>>>> ignore those packages/classes in the build.
>>>>>> We have a working solution for this.
>>>>>
>>>>> -- 
>>>>> This message was sent by Atlassian Jira
>>>>> (v8.20.10#820010)

Re: [jira] [Commented] (OFBIZ-12808) Eclipse build problems and proper dependency setup

Posted by Gil Portenseigne <gi...@nereide.fr>.
+1

Gil

Le 26/04/2023 à 16:36, Jacques Le Roux a écrit :
> +1
>
> Jacques
>
> Le 26/04/2023 à 16:01, Jacopo Cappellato a écrit :
>> +1
>>
>> Jacopo
>>
>> On Wed, Apr 26, 2023 at 3:11 PM Michael Brohl 
>> <mi...@ecomify.de> wrote:
>>> Hi everyone,
>>>
>>> any objections against merging those pr's for framework/plugins in
>>> trunk/release22.01?
>>>
>>> I think it would be good to test the changes on the demo servers as 
>>> well
>>> to detect possible runtime problems caused by the changed dependencies.
>>>
>>> If there are no objections, I would like to merge the changes tomorrow.
>>>
>>> Thanks,
>>>
>>> Michael Brohl
>>>
>>> ecomify GmbH - www.ecomify.de
>>>
>>>
>>> Am 21.04.23 um 14:54 schrieb Michael Brohl (Jira):
>>>>       [ 
>>>> https://issues.apache.org/jira/browse/OFBIZ-12808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714986#comment-17714986 
>>>> ]
>>>>
>>>> Michael Brohl commented on OFBIZ-12808:
>>>> ---------------------------------------
>>>>
>>>> Fixes for framework / plugins for trunk and release22.01 are now in 
>>>> the pull requests.
>>>>
>>>> To test, the corresponding pr's for framework and plugins have to 
>>>> be checked out respectively.
>>>>
>>>>> Eclipse build problems and proper dependency setup
>>>>> --------------------------------------------------
>>>>>
>>>>>                   Key: OFBIZ-12808
>>>>>                   URL: 
>>>>> https://issues.apache.org/jira/browse/OFBIZ-12808
>>>>>               Project: OFBiz
>>>>>            Issue Type: Bug
>>>>>            Components: ALL APPLICATIONS, ALL COMPONENTS, ALL PLUGINS
>>>>>      Affects Versions: 22.01.01, Upcoming Branch
>>>>>              Reporter: Michael Brohl
>>>>>              Assignee: Michael Brohl
>>>>>              Priority: Major
>>>>>               Fix For: 22.01.01, Upcoming Branch
>>>>>
>>>>>
>>>>> Due to improper dependency configurations and the JPMS (Java 
>>>>> Plattform Module System) which was introduced to Java since 
>>>>> version 9, the Eclipse build and running/debugging is not working 
>>>>> with JDK 17 (trunk and release22.01).
>>>>> The reason is that there are dependencies to libraries which are 
>>>>> also shipped with the JDK which causes a conflict leading to 
>>>>> ignore those packages/classes in the build.
>>>>> We have a working solution for this.
>>>>
>>>> -- 
>>>> This message was sent by Atlassian Jira
>>>> (v8.20.10#820010)

Re: [jira] [Commented] (OFBIZ-12808) Eclipse build problems and proper dependency setup

Posted by Jacques Le Roux <ja...@les7arts.com>.
+1

Jacques

Le 26/04/2023 à 16:01, Jacopo Cappellato a écrit :
> +1
>
> Jacopo
>
> On Wed, Apr 26, 2023 at 3:11 PM Michael Brohl <mi...@ecomify.de> wrote:
>> Hi everyone,
>>
>> any objections against merging those pr's for framework/plugins in
>> trunk/release22.01?
>>
>> I think it would be good to test the changes on the demo servers as well
>> to detect possible runtime problems caused by the changed dependencies.
>>
>> If there are no objections, I would like to merge the changes tomorrow.
>>
>> Thanks,
>>
>> Michael Brohl
>>
>> ecomify GmbH - www.ecomify.de
>>
>>
>> Am 21.04.23 um 14:54 schrieb Michael Brohl (Jira):
>>>       [ https://issues.apache.org/jira/browse/OFBIZ-12808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714986#comment-17714986 ]
>>>
>>> Michael Brohl commented on OFBIZ-12808:
>>> ---------------------------------------
>>>
>>> Fixes for framework / plugins for trunk and release22.01 are now in the pull requests.
>>>
>>> To test, the corresponding pr's for framework and plugins have to be checked out respectively.
>>>
>>>> Eclipse build problems and proper dependency setup
>>>> --------------------------------------------------
>>>>
>>>>                   Key: OFBIZ-12808
>>>>                   URL: https://issues.apache.org/jira/browse/OFBIZ-12808
>>>>               Project: OFBiz
>>>>            Issue Type: Bug
>>>>            Components: ALL APPLICATIONS, ALL COMPONENTS, ALL PLUGINS
>>>>      Affects Versions: 22.01.01, Upcoming Branch
>>>>              Reporter: Michael Brohl
>>>>              Assignee: Michael Brohl
>>>>              Priority: Major
>>>>               Fix For: 22.01.01, Upcoming Branch
>>>>
>>>>
>>>> Due to improper dependency configurations and the JPMS (Java Plattform Module System) which was introduced to Java since version 9, the Eclipse build and running/debugging is not working with JDK 17 (trunk and release22.01).
>>>> The reason is that there are dependencies to libraries which are also shipped with the JDK which causes a conflict leading to ignore those packages/classes in the build.
>>>> We have a working solution for this.
>>>
>>> --
>>> This message was sent by Atlassian Jira
>>> (v8.20.10#820010)

Re: [jira] [Commented] (OFBIZ-12808) Eclipse build problems and proper dependency setup

Posted by Jacopo Cappellato <ja...@gmail.com>.
+1

Jacopo

On Wed, Apr 26, 2023 at 3:11 PM Michael Brohl <mi...@ecomify.de> wrote:
>
> Hi everyone,
>
> any objections against merging those pr's for framework/plugins in
> trunk/release22.01?
>
> I think it would be good to test the changes on the demo servers as well
> to detect possible runtime problems caused by the changed dependencies.
>
> If there are no objections, I would like to merge the changes tomorrow.
>
> Thanks,
>
> Michael Brohl
>
> ecomify GmbH - www.ecomify.de
>
>
> Am 21.04.23 um 14:54 schrieb Michael Brohl (Jira):
> >      [ https://issues.apache.org/jira/browse/OFBIZ-12808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714986#comment-17714986 ]
> >
> > Michael Brohl commented on OFBIZ-12808:
> > ---------------------------------------
> >
> > Fixes for framework / plugins for trunk and release22.01 are now in the pull requests.
> >
> > To test, the corresponding pr's for framework and plugins have to be checked out respectively.
> >
> >> Eclipse build problems and proper dependency setup
> >> --------------------------------------------------
> >>
> >>                  Key: OFBIZ-12808
> >>                  URL: https://issues.apache.org/jira/browse/OFBIZ-12808
> >>              Project: OFBiz
> >>           Issue Type: Bug
> >>           Components: ALL APPLICATIONS, ALL COMPONENTS, ALL PLUGINS
> >>     Affects Versions: 22.01.01, Upcoming Branch
> >>             Reporter: Michael Brohl
> >>             Assignee: Michael Brohl
> >>             Priority: Major
> >>              Fix For: 22.01.01, Upcoming Branch
> >>
> >>
> >> Due to improper dependency configurations and the JPMS (Java Plattform Module System) which was introduced to Java since version 9, the Eclipse build and running/debugging is not working with JDK 17 (trunk and release22.01).
> >> The reason is that there are dependencies to libraries which are also shipped with the JDK which causes a conflict leading to ignore those packages/classes in the build.
> >> We have a working solution for this.
> >
> >
> > --
> > This message was sent by Atlassian Jira
> > (v8.20.10#820010)