Ulf Dreyer

Results 9 issues of Ulf Dreyer

In a multi-developer & multi-project environment it would be nice if the formatter could be placed online and synchronized/updated on-startup or once a day.

enhancement
Patch Welcomed

Currently the plugin pushes a single line of XML (due to the fact that jenkins does not handle formatted xml well) Pull request https://github.com/ghale/gradle-jenkins-plugin/pull/64 proposes a format change for dumps...

MapJobManagement.getConfigFileId always returns null. This leads to problems when custom maven settings should be used: ``` groovy type = "Maven" dsl { providedSettings("MyProjectGroupSettings") } ``` leads to Managed Maven settings...

Hi everyone, internally there are already `DoesConditionByPredicate, IsConditionByPredicate, HaveConditionByPredicate`. What is missing is access to them, e.g. in the form of ```java // ArchCondition.java public ArchCondition have( DescribedPredicate predicate )...

#### I'm submitting a ... - [x] bug report - [ ] feature request #### What is the current behavior? `swagger-coverage-commons` has a direct dependency `implementation("ch.qos.logback:logback-classic")` on logback #### If...

I am trying to write a test that verifies that classes that are inherited from fulfill certain properties. However currently there is only `JavaClass.Predicates.implement` for interfaces, `JavaClass.Predicates.assigneableTo/From` and the latter...

I'd like to write a test for After writing lots of `DescribedPredicate`s I noticed that `noClasses().should().dependOnClassesThat(). ...` already does NEARLY what I need but is too all-encompassing. Internally everything is...

enhancement
help wanted
topic:lang

At our company we have to document License.txt for any given open source library we use (if it is not included in the sources.jar) - valid tags for released versions...

I recently discovered a bug/missing feature but my understanding of the logseq database is insufficient to fix it myself: GIVEN a task that changes from uncompleted to completed on Date...