I would like to merge my TAP5-2728 branch with the EventContext
enhancements, but it's not there...

GitHub has it and Travis CI build it (but failed due to other tests).

https://github.com/apache/tapestry-5/tree/TAP5-2728
https://app.travis-ci.com/github/apache/tapestry-5/builds/251361528

But it seems not be on GitBox, though

https://gitbox.apache.org/repos/asf?p=tapestry-5.git

Any suggestions for the best way to solve this?
So far, I've worked with GitHub, but now I've switched my repo's remote
origin to GitBox.
Should I just push the branch to GitBox and hope for the best that
mirroring works and nothing clashes with the pre-existing branch?
Delete the GitHub branch first?

Cheers!
Ben

On Tue, Jun 7, 2022 at 5:22 AM Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:

> On Tue, May 31, 2022 at 10:18 PM Thiago H. de Paula Figueiredo
> <thiag...@gmail.com> wrote:
> >
> > On Tue, May 31, 2022 at 5:57 PM Volker Lamp <vl...@apache.org> wrote:
> > > TAP5-2714 Checkbox component with Bootstrap 4
> >
> > Something similar and pretty simple was done in GridPager: @Inject
> > org.apache.tapestry5.services.compatibility.Compatibility and call
> > compatibility.enabled(Trait.BOOTSTRAP_4) to check whether it's running
> > with Bootstrap 4 or not, then output the class attribute accordingly.
>
> I went ahead and implemented my suggestion above. Have we cleared out
> our to-do list?
>
> Cheers!
>
> --
> Thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: dev-h...@tapestry.apache.org
>
>

Reply via email to