A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Background In the project I’m currently trying to upgrade from R1 to R2 we have some integration test that test “low level” http stuff. For instance that mobile browsers get the correct mime type and that our rest api respondes with correct status...
Some background After an upgrade from CMS 6 R1 to R2 a few unit tests started to fail. After some detective work it seems the common theme of the failing tests were that they involved LinkItemCollection. One test for instance had the following set...
Background After upgrading a site from CMS 6 R1 to CMS 6 R2 a custom property started to throw null reference exceptions. The custom property inherited from PropertyLinkCollection and according to the stack trace the null reference exception...
This is the first post in a small series about my experience in upgrading a somewhat large site from CMS 6 R1 to R2. I was expecting (or at least hoping) for it to be smooth sailing so I felt my hand slowly reaching for my palm when I was greeted...
For the past two years I’ve been trying to get more professional and focus more on alt-r-u-r (that’s run tests in current context shortcut in resharper) instead of F5. I’ve blogged about this process from time to time and in this post I’ll try to...