Questions tagged [upgrade]
The upgrade tag has no summary.
26 questions
7
votes
4
answers
886
views
First time having users - how to deal with backwards compatibility?
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 ...
-3
votes
2
answers
3k
views
What is a hitless upgrade?
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, ...
-5
votes
1
answer
144
views
Java version: When to migrate? [closed]
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 ...
1
vote
0
answers
45
views
How to Upgrade MQ with incremental approach with 50 micro services
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 ...
2
votes
2
answers
1k
views
Risk of NuGet package adding new reference DLL
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 ...
-3
votes
3
answers
1k
views
Convince a manager to use newer compiler version [closed]
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 ...
2
votes
1
answer
71
views
How to allow for seamless upgrades from base/forked application?
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 ...
4
votes
2
answers
389
views
Name for "chained" version upgrades? [closed]
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.
...
1
vote
1
answer
187
views
How can I make sure my PHP code is compatible with a newer version
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 ...
2
votes
1
answer
530
views
MQ Architecture: How to handle old messages in the queue and releasing a consumer/producer upgrade
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 ...
-3
votes
1
answer
181
views
Should I rebuild to use latest tech?
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 ...
84
votes
6
answers
25k
views
Why do many software developers violate the open/closed principle?
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 ...
0
votes
1
answer
148
views
Upgrading inherited 3rd party code with changes [closed]
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 ...
2
votes
2
answers
158
views
Should I use an open source client framework or create my own?
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 ...
1
vote
2
answers
2k
views
how to upgrade software [closed]
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 ...