Skip to content

Instantly share code, notes, and snippets.

View bclozel's full-sized avatar

Brian Clozel bclozel

View GitHub Profile
import org.asciidoctor.Asciidoctor;
import org.asciidoctor.Attributes;
import org.asciidoctor.OptionsBuilder;
import org.asciidoctor.SafeMode;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class IncludeUrlsTests {
@bclozel
bclozel / DemoApplicationTests.java
Last active May 28, 2018 11:08
repro sample for Spring Boot issue #13248
package com.example.demo;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.MediaType;
import org.springframework.test.context.junit4.SpringRunner;
@bclozel
bclozel / build-dependencies.log
Created September 21, 2020 09:10
Spring Boot 2.3.4 logging dependencies
➜ demo ./gradlew dependencies
Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details
> Task :dependencies
------------------------------------------------------------
Root project
------------------------------------------------------------
annotationProcessor - Annotation processors and their dependencies for source set 'main'.