Author
[guest author fields > title]
The Remote Import Plugin
If you have multiple instances of Confluence running within your company, there was no easy way to move a space or a group of users from one instance to another. Until now.
A day with Confluence
Inspired by Tom Coates’ “clean your flat in sixty seconds…” I’ve decided that surely a lot of people would love to take a peek into the day to day life of the Confluence developers here at Atlassian. It’s amazing what we can get done in 74 seconds. How does a day at your company look […]
Reading Resources from a JAR for Unit-Tests
In order to verify the issue described yesterday, we obviously had to test it first. Only after writing a test that fails first and succeeds after changing the code, we can be sure that we found and fixed the actual problem. Another advantage of the test is that it allows you to debug the problem […]
Lost in translation
I had to update our license library to add new license types when I came across an interesting problem. Running in development mode against the source of atlassian-extras (which contains our license logic), everything worked just fine. Time to run the tests again, tag and create the jar. Unfortunately when testing the license creation on […]