Tom Hombergs

Results 52 comments of Tom Hombergs

@JayAhn2 @amithksm @RuneMolin thanks for the discussion! Here are my 2 cents: * things like database connections and other configuration parameters can be configured in `application-.yml` or `application-.properties` * it's...

Hi @amithksm, thanks for the suggestion. Yes, I agree that it would be easier to follow with a single-module version of the code. I'll try to find some time for...

Hi @johanhaleby, I haven't looked into it in detail yet, but ArchUnit has recently added the "Onion Architecture" as a "first class component", as you put it. This should be...

I added support for diffs created with the "svn diff" command. With Version 1.2 it should work (should be available in maven central shortly). However, you should use "svn diff"...

Sorry, the notification about this issue escaped me. I'll keep this issue open to re-integrate your fork into the master at some point.

Thanks for the PR. If I use the file from your issue, it still fails with an IndexOutOfBoundsException, though. Can you have another look at that?

@bflorat OK, I'll check this again, perhaps I did something wrong.

Try this: ``` ${person.surname.equals("Homer") ? person.favourite_drink : "Duff"} ```

Hey @sfc-gh-sgiesecke, can you elaborate on that idea a bit? How is it currently possible to create a GitHub issue from a PR review discussion (I didn't find that option)....

Hey @tony-stecca-d2l, this is a general improvement to the "Create Branch" functionality that was made independently from our own plans. We still have the "create branch" support for GitHub in...