From be14d84d1c1f220c0d4e07d23e5dc2512f88fd02 Mon Sep 17 00:00:00 2001 From: Vitalij Berdinskih Date: Sat, 30 Dec 2023 08:31:45 +0200 Subject: [PATCH] Prepare 1.2.0 release --- maven-plugin/readme.md | 27 ++++++++++--------- readme.md | 25 ++++++++--------- spring-boot-test/pom.xml | 10 ------- .../src/it/autoconfiguration/pom.xml | 10 ------- .../src/it/manual-configuration/pom.xml | 10 ------- src/site/markdown/index.md | 2 +- 6 files changed, 28 insertions(+), 56 deletions(-) diff --git a/maven-plugin/readme.md b/maven-plugin/readme.md index 9aa6a2f..b4610e0 100644 --- a/maven-plugin/readme.md +++ b/maven-plugin/readme.md @@ -44,19 +44,20 @@ Example of full configuration: - - - src/test/resources - - public-env.json - dev - - sample-1-queries.http - sample-2-queries.http - - HEADERS - true - target + + + src/test/resources + + public-env.json + dev + + + sample-1-queries.http + sample-2-queries.http + + HEADERS + true + target run diff --git a/readme.md b/readme.md index 117f02e..de472cc 100644 --- a/readme.md +++ b/readme.md @@ -11,13 +11,14 @@ thanks [@GoncaloPT][GoncaloPT] for [his idea][leverage-test]. Table of Contents ================= - * [Getting started](#getting-started) - * [Usage](#usage) - * [Maven plugin](#maven-plugin) - * [Spring Boot Test autoconfiguration](#spring-boot-test-autoconfiguration) - * [Contributing](#contributing) - * [History](#history) - * [License](#license) +* [Getting started](#getting-started) + * [Directories (extra feature)](#directories-extra-feature) +* [Usage](#usage) + * [Maven plugin](#maven-plugin) + * [Spring Boot Test autoconfiguration](#spring-boot-test-autoconfiguration) +* [Contributing](#contributing) +* [History](#history) +* [License](#license) Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc) @@ -54,6 +55,11 @@ Content-Type: application/json } ``` +### Directories (extra feature) + +**IntelliJ HTTP Client** needs HTTP files to work. +With **HTTP Client Command Line** you can set directories that contain such files. + ## Usage **Important!** Both plugin and autoconfiguration do not contain the HTTP client: you need @@ -61,11 +67,6 @@ to install it by yourself then add to `PATH`. You can also set the full path to via the parameter `executable`. The [HTTP Client Demo][demo] has some examples how to download the HTTP client. -### Directories - -**IntelliJ HTTP Client** needs HTTP files to work. -With **HTTP Client Command Line** you can set directories that contain such files. - ### Maven plugin [![Maven Central](https://img.shields.io/maven-central/v/uk.bot-by.ijhttp-tools/ijhttp-maven-plugin)](https://search.maven.org/artifact/uk.bot-by.ijhttp-tools/ijhttp-maven-plugin) diff --git a/spring-boot-test/pom.xml b/spring-boot-test/pom.xml index 122c1c8..4f835bc 100644 --- a/spring-boot-test/pom.xml +++ b/spring-boot-test/pom.xml @@ -90,16 +90,6 @@ org.springframework.boot ${spring-boot.version} - - - logback-classic - ch.qos.logback - 1.4.14 - spring-boot-configuration-processor org.springframework.boot diff --git a/spring-boot-test/src/it/autoconfiguration/pom.xml b/spring-boot-test/src/it/autoconfiguration/pom.xml index 09a920a..c278544 100644 --- a/spring-boot-test/src/it/autoconfiguration/pom.xml +++ b/spring-boot-test/src/it/autoconfiguration/pom.xml @@ -26,16 +26,6 @@ spring-boot-starter-web org.springframework.boot - - - snakeyaml - org.yaml - 2.2 - spring-boot-starter-test org.springframework.boot diff --git a/spring-boot-test/src/it/manual-configuration/pom.xml b/spring-boot-test/src/it/manual-configuration/pom.xml index cf6cf18..e0e9257 100644 --- a/spring-boot-test/src/it/manual-configuration/pom.xml +++ b/spring-boot-test/src/it/manual-configuration/pom.xml @@ -26,16 +26,6 @@ spring-boot-starter-web org.springframework.boot - - - snakeyaml - org.yaml - 2.2 - spring-boot-starter-test org.springframework.boot diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 3d70de7..3fe9912 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -39,7 +39,7 @@ Content-Type: application/json } ``` -### Directories +### Directories (extra feature) **IntelliJ HTTP Client** needs HTTP files to work. With **HTTP Client Command Line** you can set directories that contain such files.