ljramones / trips

A stellar cartography system
Apache License 2.0
15 stars 2 forks source link

Upgrade app to use Spring boot 2.6.3 #369

Closed ljramones closed 2 years ago

ljramones commented 2 years ago

as it says

ljramones commented 2 years ago

done

cegannon1 commented 2 years ago

Larry, I have a question that derives from my profound ignorance of programming.

When you refer to the inclusion of an app as in this post, Is is the entire app resident inside the program or does it have to be be invoked at some Source url?

I ask because if it is the latter, then there are some if there are some issues we need to consider.. One being that if the app goes down or the URL dramatically changes, or if a new version of the app is introduced that does not prove to be compatible) , does that render a part of trips non functional?

This is part of a more general concern of just how much of TRIPS we want to have dependent upon

a. an Internet connection. And B. other programs and apps.

Thoughts?

Thx,

Chuck

Sent from my Verizon, Samsung Galaxy smartphone Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: L Mitchell @.> Sent: Monday, January 24, 2022 11:15:08 AM To: ljramones/trips @.> Cc: Subscribed @.***> Subject: [ljramones/trips] Upgrade app to use Spring boot 2.6.3 (Issue #369)

as it says

— Reply to this email directly, view it on GitHubhttps://github.com/ljramones/trips/issues/369, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQPXLNXFVWHMMAC7LEEWY2DUXV3IZANCNFSM5MVZ5RWA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ljramones commented 2 years ago

Spring boot is the main underlying library framework that I use. We are currently at 2.6.2 and I am upgrading to 2.6.3. I upgrade because of bug fixes, performance and possible new features I want to use. We use a lot of third-party libraries in the system that provides the capabilities that we want. No URLs are used. These are builtin into the application.