Skip to main content

Questions tagged [upgrade]

7 votes
4 answers
886 views

I'm reaching out with the following situation: I'm the author of an application that saves a file format to disk. There are real users using the application in their workflows. Frequently, I want to ...
Nate Rush's user avatar
  • 181
-3 votes
2 answers
3k views

Ive been reading software architecture in practice and I have encountered the term hitless in-service software upgrade on chapter 5 page 92. What does a hitless upgrade means in the context of faults, ...
john dddd's user avatar
-5 votes
1 answer
144 views

About 4 years ago, where I was working, software was still being developed with Java 7 + Swing. It took me a couple years, but we could finally migrate to Java 8 + JavaFX, two years after that. Now ...
SonneRevsson's user avatar
1 vote
0 answers
45 views

I have around 50 microservices which communicate with each other using Apache MQ implementation. I want to know if I can avoid big bang approach when I need to upgrade the MQ version. Current option ...
TonyStark's user avatar
2 votes
2 answers
1k views

Had an interesting discussion with our architect. It was related to replacing a plain DLL reference with a NuGet package. His worry was "If it is possible for single NuGet package to add multiple DLL ...
Euphoric's user avatar
  • 38.2k
-3 votes
3 answers
1k views

I'm working in some environment where an older version of g++ is used to compile some production code: g++ 4.3.x . This might sound outrageous to you, but in various organizational settings ...
einpoklum's user avatar
  • 2,808
2 votes
1 answer
71 views

I built a base/skeleton user-based web app. It just has sign up, log in, log out, forgot password, verify email address, etc. Now I can easily build user-based apps by developing on top of the base ...
Ryan's user avatar
  • 1,645
4 votes
2 answers
389 views

Consider two strategies for implementing an upgrade of something with multiple versions (e.g. upgrading an installation of some software). From any version, upgrade directly to the latest version. ...
Clay Bridges's user avatar
1 vote
1 answer
187 views

I have a bunch of PHP 5.6 code that I would like to get up to 7.2. My biggest concern was the change that causes an error when you call a function without enough parameters. Previously, this was a ...
Andrew's user avatar
  • 175
2 votes
1 answer
530 views

So for example if I have a producer that sends a message {id: 1} to a consumer that expects that json object. And there's a ton of messages sitting in the queue waiting to be processed. I'm also ...
Luke Xu's user avatar
  • 123
-3 votes
1 answer
181 views

I am a full stack developer in a very small company. It has a custom built ERP software using PHP 4 (no framework). Currently, it works fine from the business point of view except for some bugs here ...
tsh2017's user avatar
  • 11
84 votes
6 answers
25k views

Why do many software developers violate the open/closed principle by modifying many things like renaming functions which will break the application after upgrading? This question jumps to my head ...
Anyname Donotcare's user avatar
0 votes
1 answer
148 views

I inherited a php project of 3rd party code with a good deal of company-specific customization lumped on top of it. Now I've got to upgrade it and the person who owned the project is the one I've ...
Peter Turner's user avatar
  • 6,985
2 votes
2 answers
158 views

I am working at a medium sized internet company, and I was handed the task of implementing the framework for our sites rebranding. It's quite an old (and ugly) site, and we want to update its look ...
Tomer Amir's user avatar
1 vote
2 answers
2k views

I am a beginner in computer programming with C/C++. I have previous experience in programming for the web. There is some confusion that I am having with the software development process in desktop ...
Jacob Perkins's user avatar

15 30 50 per page