Skip to main content

Questions tagged [upgrade]

Filter by
Sorted by
Tagged with
7 votes
4 answers
888 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
391 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
7 votes
5 answers
4k views

Why do projects opt to stay on an older framework version of the .NET Framework? For example, staying on .NET Framework version 3.5 which was released in 2007 instead of upgrading to the latest 4.5.1 ...
Sam Leach's user avatar
  • 441
1 vote
1 answer
143 views

I have recently come across a requirement related to our release/SDLC process that seems a little out of the ordinary to me so I am writing this to inquire whether this practice is common and, if not, ...
amphibient's user avatar
  • 1,591
6 votes
2 answers
1k views

What is the best way to keep third-party source code up to date? For instance in my app, I'm using third-party source code from an open GitHub repository. What I've done is that I have downloaded the ...
Peter Warbo's user avatar
0 votes
3 answers
2k views

I'm writing a web app and am wondering about future upgrades and how upgrading the webapp will affect the user experience. In particular, I was wondering how a company like Google approaches this ...
meecect's user avatar
  • 131
4 votes
3 answers
561 views

Our application uses database (mostly Oracle), and database is at the core. Each customer has its own database, with its own copy of application. Now with each new release of our product, we also need ...
Manoj R's user avatar
  • 4,056
16 votes
10 answers
2k views

At what point should I begin upgrading our developer's machines to a later Windows release? From experience, Microsoft typically has an epic fail about every other O.S. (I am really not trying to ...
Jonathan Henson's user avatar
11 votes
3 answers
3k views

I have been working on the JVM for years and I have very rarely experienced a JVM crash ... that is until approx 6 months ago. Since that I have experienced approximately 5 JVM crashes resulting ...
Dakotah North's user avatar
9 votes
4 answers
378 views

It may be a personal quirk of mine, but I like keeping code in living projects up to date - including the libraries/frameworks that they use. Part of it is that I believe a web app is more secure if ...
Amy Anuszewski's user avatar
9 votes
3 answers
3k views

I manage an open source PHP/MySQL web application used by a few K-12 schools and some colleges. I'm also the project's only developer. While it used to be little more than a source download of an ...
Michael's user avatar
  • 1,327
5 votes
3 answers
521 views

I am looking at how to justify changes to those who control budgets. For example if we have Enterprise Library 4 on some systems and the latest version is 5, is it worth upgrading? How do you justify ...
Shiraz Bhaiji's user avatar
230 votes
9 answers
79k views

Python 3 was released in December 2008. A lot of time has passed since then but still today many developers hesitate to use Python 3. Even popular frameworks like Django are not compatible with Python ...
Ham Vocke's user avatar
  • 2,467