Re: [cas-user] Re: cas initializr latest build using wrong springboot version?

2022-08-29 Thread Misagh
Is this still happening? On Mon, Aug 29, 2022 at 10:17 PM Nathan Lewan wrote: > > Sorry for not replying, yes this is what I was seeing as well. Manually > defining it has resolved this for me. Thanks Jonathan for doing the extra > legwork that I did not do. > > On Thu, Aug 18, 2022 at 8:52 AM

Re: [cas-user] Re: cas initializr latest build using wrong springboot version?

2022-08-29 Thread Nathan Lewan
Sorry for not replying, yes this is what I was seeing as well. Manually defining it has resolved this for me. Thanks Jonathan for doing the extra legwork that I did not do. On Thu, Aug 18, 2022 at 8:52 AM Misagh wrote: > > Is this intended behaviour? It appears that one has to specify the >

Re: [cas-user] Re: cas initializr latest build using wrong springboot version?

2022-08-18 Thread Misagh
> Is this intended behaviour? It appears that one has to specify the > bootVersion in order to get the correct version. No, this is a problem for sure. One should never have to specify the boot version. Looks like it might be defaulting to the latest boot version, as opposed to using what is

Re: [cas-user] Re: cas initializr latest build using wrong springboot version?

2022-08-16 Thread Misagh
All overlays look good, and have the appropriate versions. You'll need to produce a reproducer (not just a description, but an actual executable reproducer). On Tue, Aug 16, 2022 at 8:25 PM Nathan Lewan wrote: > > I've just hard-coded the springboot version into my call to the initializr, > and

Re: [cas-user] Re: cas initializr latest build using wrong springboot version?

2022-08-16 Thread Nathan Lewan
I've just hard-coded the springboot version into my call to the initializr, and it's happy now. Let me know if you need another set of eyeballs to test something, if you end up needing to make a change. Thanks for all your hard work. On Tue, Aug 16, 2022, 10:15 AM Misagh wrote: > That is not

Re: [cas-user] Re: cas initializr latest build using wrong springboot version?

2022-08-16 Thread Misagh
That is not your bad, if it is as you report it. I am sure I messed something up. Will look into it a bit later. Thanks for sharing. On Tue, Aug 16, 2022 at 6:06 PM Nathan Lewan wrote: > > sorry, that was not welll written > > "I noticed that the gradle.properties file for both cas and

[cas-user] Re: cas initializr latest build using wrong springboot version?

2022-08-16 Thread Nathan Lewan
sorry, that was not welll written "I noticed that the gradle.properties file for both cas and cas-management has changed to 2.7.2, from 2.6.3 by default. If I flip back to 2.6.3 things behave better. I still have issues, but i'm assuming that's my bad at the moment." should be I noticed that