Camel 4.0.5 Release in May

2024-04-18 Thread Claus Ibsen
Hi

After the 4.4.2 release, we could just as well do a patch release for 4.0.5.
We have upgraded to the latest spring boot and the branch is also ready for
cutting a release.



-- 
Claus Ibsen
-
@davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Re: Camel 4.4.2 release by end of April

2024-04-18 Thread Claus Ibsen
Hi

Okay so we have just upgraded to Spring Boot 3.2.5 on the 4.4.x branch.
So lets give the CI server the night to do a build and test, and tomorrow
(friday) we can give the GO for Gregor to build the release.

On Tue, Apr 16, 2024 at 2:52 PM Claus Ibsen  wrote:

>
>
> On Tue, Apr 16, 2024 at 12:29 PM Tom Cunningham 
> wrote:
>
>> I think spring-boot 3.2.5 is coming out on Thursday - is there enough time
>> to get an upgrade to that in before the release?
>>
>>
> Yes, will we update to the latest SB. We aim to have the branch ready
> Friday noon for Gregor to build the release aftwards / over the weekend.
>
>
>> On Tue, Apr 16, 2024 at 4:35 AM Gregor Zurowski > >
>> wrote:
>>
>> > I am back and available for cutting the release next weekend if we get
>> > everything in by then.
>> >
>> > Thanks,
>> > Gregor
>> >
>> > On Mon, Apr 15, 2024 at 6:50 AM Claus Ibsen 
>> wrote:
>> > >
>> > > Hi
>> > >
>> > > I think it would be good to get this branch ready this week, so Gregor
>> > can
>> > > cut the release when he has time.
>> > >
>> > >
>> > > On Fri, Mar 29, 2024 at 6:57 PM Claus Ibsen 
>> > wrote:
>> > >
>> > > > Hi
>> > > >
>> > > > I think it would be good to cut a new 4.4.2 LTS patch to be released
>> > > > towards the end of April.
>> > > > Gregor is out of town for 2 weeks, so that should be okay. When he
>> > returns
>> > > > we can bring him into the loop of finding time to cut this release.
>> > > >
>> > > >
>> > > > --
>> > > > Claus Ibsen
>> > > > -
>> > > > @davsclaus
>> > > > Camel in Action 2: https://www.manning.com/ibsen2
>> > > >
>> > >
>> > >
>> > > --
>> > > Claus Ibsen
>> > > -
>> > > @davsclaus
>> > > Camel in Action 2: https://www.manning.com/ibsen2
>> >
>> >
>>
>
>
> --
> Claus Ibsen
> -
> @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>


-- 
Claus Ibsen
-
@davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Support for servers in openapi

2024-04-18 Thread 61 Arin Tripathi
Hi Team,

I saw this issue CAMEL-20489 where we need to add support for servers url.
>From my initial analysis I am thinking of adding a servers variable of type
list in RestConfiguration and adding the same to restconfiguration.json.
But i am not sure what are the changes we will need to make in the
camel-rest-openapi component.

Can someone help me with this?

Thank You