Re: Split package caused by DisableStrictChecks
"Thiago H. de Paula Figueiredo" <[email protected]>
| Newsgroups | gmane.comp.jakarta.tapestry.devel |
|---|---|
| Message-ID | <CAE_88GY0Jfyc2JXA2BTZE8740r6ttHDmpefsy2d-iwyeHCmZKg@mail.gmail.com> |
On Sat, May 21, 2022 at 9:12 AM Volker Lamp <[email protected]> wrote: > Hello Thiago and Ben, Hello! > I think you got that confused, Thiago. At this time, @DisableStrictChecks is in org.apache.tapestry5.annotations within tapestry5-annotations (not tapestry-core). All other annotation of package org.apache.tapestry5.annotations are in tapestry-core. Oh, sorry, I definitely got it the wrong way around. > From the discussion so far I understand the consensus is to have all annotations in tapestry5-annotations. That is, the 54 files (53 annotations + package-info.java) currently living in tapestry-core would stay in the org.apache.tapestry5.annotations package but would move to tapestry5-annotations. This should be smooth for users, as tapestry-core has a transitive dependency on tapestry5-annotations (through tapestry-ioc) already. For clarity, a direct dependency to tapestry5-annotations should be added to tapestry-core. > > I created https://issues.apache.org/jira/browse/TAP5-2724 to take care of this. Agreed and thanks for creating the ticket and raising this issue in first place. > > Thanks, > > Volker > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Thiago