Versioning and deploying dependent systems
I need some best practices or experiences of developer teams who had to treat the same issues I have at the moment =)
Storing object-graphs with class-evolution in Java with transformation (long time archiving)
Abstract A common problem is to store objects (with graph), and to load them back. This is easy as long the stored object representation matches the executing code. But as time goes by, requirements change and stored objects do not match any longer the code. The stored objects should not loose their data, and the […]
GIT and different versions of a project: what are the best practices?
I’m very new in using GIT as a versioning system and despite a lot of searches, I can’t seem to really understand how to handle my scenario.
GIT and different versions of a project: what are the best practices?
I’m very new in using GIT as a versioning system and despite a lot of searches, I can’t seem to really understand how to handle my scenario.
WCF Versioning, Naming and Endpoint URL
I have a WCF Service and a Main Lib1.
WCF Versioning, Naming and Endpoint URL
I have a WCF Service and a Main Lib1.
WCF Versioning, Naming and Endpoint URL
I have a WCF Service and a Main Lib1.
WCF Versioning, Naming and Endpoint URL
I have a WCF Service and a Main Lib1.
Semantic versioning when fixing an important bug
I currently manage a library which has a lot of public usage, and I had a question about semantic versioning. I want to refactor one fairly important part of the library which is implemented incorrectly – and has always been implemented incorrectly. But doing this would mean changes to the public API, which is a major decision.
Semantic versioning when fixing an important bug
I currently manage a library which has a lot of public usage, and I had a question about semantic versioning. I want to refactor one fairly important part of the library which is implemented incorrectly – and has always been implemented incorrectly. But doing this would mean changes to the public API, which is a major decision.