Releases: otto-de/esi-include-thymeleaf3-dialect
Release v2.2.0
Changelog
25f359e release 2.2.0
8a79f84 migrate publishing to central.sonatype.com with jreleaser
86b8e1f update lifecycle
53878bd add oss metadata
446ed7f add MAINTAINERS file
13075bd use latest spring boot version
514d030 use main branch and java 17 in workflow
21ab58a add close and release step of sonatype repository in release.sh
21f27a5 bump next snapshot
cdf0612 release version 2.1.0
060f4c0 Bump org.springframework.boot:spring-boot-dependencies
25daef9 add dependabot configuration
55aa206 bump next snapshot
9c9ec63 release version 2.0.1
13f3e76 use spring boot platform for dependencies and use new nexus publish plugin for publishing to sonatype
a791bdd next snapshot
e9da843 release 2.0.0
e05c27e upgrade to java 17, spring boot 3 and spring 6
986e8f3 Fix dependency name
c7ac7e0 remove travis configuration (replaced by Github Actions)
605ce05 bump next snapshot with dependency updates for latest spring version 2.4.1
1a78fe8 update workflow name and add badge to README
9d09e68 add workflow for executing tests via github actions
9aca187 add new property enabled-uris
f5806bd Release 1.0.0
870bd6b Updates dependencies to Spring 5.x + Spring Boot 2.x
60230b0 Update README.md
5155c8d next snapshot version
a6128e1 remove default fetch implementation
3aec0ef use gradlew with sources
82f3d43 next snapshot version
f0c97d7 release 0.2.4
f87d401 Provide default fetch implementation even when dialect-enabled
is false since it is used by both the proxy and the esi dialect.
88abbb2 next snapshot version
be70f11 fix logging
a881fd8 next snapshot version
d5ab70a add test
922a1f0 Catch BindException when proxy port is already in use. This may happen during spring integration tests when spring caches multiple application contexts.
d986b9a stop proxy on context shutdown
93365b6 next snapshot version
5dc91e5 release version 0.2.0
b6e4743 make use of esiDialect configurable and remove condition on profiles
c89b144 bump new snapshot version 0.1.2-SNAPSHOT
4c459bc relase version 0.1.1
cb09247 add scheme and redirect host to esi dialect properties and add test for localhostproxy configuration
6ecec4e Make proxy host configurable
fe24e91 next snapshot version
2b1a169 Release version 0.1.0
1ca91bd add default port for http proxy and adjust documentation
0e529f2 Add configuration properties for proxy port. Fetch sanitizes only text/html responses.
5820b2f Response operates on byte array so that non-string content can be proxied. Add localhost proxy config.
0b98eda extract EsiContentResolver from EsiIncludeElementProcessor so that it can be used separately
baca67b Release 0.0.5
ab37798 Add group to fix local releases
8ce3382 Use new AsyncHttpClient
61037cc Add travis-ci build status image
2b3bb56 Add gradle.properties to fix build
4947a6e Add configuration for travis
5c98325 Bump version to 0.0.5-SNAPSHOT
Release early-access
Changelog
8a79f84 migrate publishing to central.sonatype.com with jreleaser
86b8e1f update lifecycle
53878bd add oss metadata
446ed7f add MAINTAINERS file
13075bd use latest spring boot version
514d030 use main branch and java 17 in workflow
21ab58a add close and release step of sonatype repository in release.sh
21f27a5 bump next snapshot
cdf0612 release version 2.1.0
060f4c0 Bump org.springframework.boot:spring-boot-dependencies
25daef9 add dependabot configuration
55aa206 bump next snapshot
9c9ec63 release version 2.0.1
13f3e76 use spring boot platform for dependencies and use new nexus publish plugin for publishing to sonatype
a791bdd next snapshot
e9da843 release 2.0.0
e05c27e upgrade to java 17, spring boot 3 and spring 6
986e8f3 Fix dependency name
c7ac7e0 remove travis configuration (replaced by Github Actions)
605ce05 bump next snapshot with dependency updates for latest spring version 2.4.1
1a78fe8 update workflow name and add badge to README
9d09e68 add workflow for executing tests via github actions
9aca187 add new property enabled-uris
f5806bd Release 1.0.0
870bd6b Updates dependencies to Spring 5.x + Spring Boot 2.x
60230b0 Update README.md
5155c8d next snapshot version
a6128e1 remove default fetch implementation
3aec0ef use gradlew with sources
82f3d43 next snapshot version
f0c97d7 release 0.2.4
f87d401 Provide default fetch implementation even when dialect-enabled
is false since it is used by both the proxy and the esi dialect.
88abbb2 next snapshot version
be70f11 fix logging
a881fd8 next snapshot version
d5ab70a add test
922a1f0 Catch BindException when proxy port is already in use. This may happen during spring integration tests when spring caches multiple application contexts.
d986b9a stop proxy on context shutdown
93365b6 next snapshot version
5dc91e5 release version 0.2.0
b6e4743 make use of esiDialect configurable and remove condition on profiles
c89b144 bump new snapshot version 0.1.2-SNAPSHOT
4c459bc relase version 0.1.1
cb09247 add scheme and redirect host to esi dialect properties and add test for localhostproxy configuration
6ecec4e Make proxy host configurable
fe24e91 next snapshot version
2b1a169 Release version 0.1.0
1ca91bd add default port for http proxy and adjust documentation
0e529f2 Add configuration properties for proxy port. Fetch sanitizes only text/html responses.
5820b2f Response operates on byte array so that non-string content can be proxied. Add localhost proxy config.
0b98eda extract EsiContentResolver from EsiIncludeElementProcessor so that it can be used separately
baca67b Release 0.0.5
ab37798 Add group to fix local releases
8ce3382 Use new AsyncHttpClient
61037cc Add travis-ci build status image
2b3bb56 Add gradle.properties to fix build
4947a6e Add configuration for travis
5c98325 Bump version to 0.0.5-SNAPSHOT
Version 0.0.4
-
Add spring properties bean for property
esiinclude-thymeleaf-dialect.prefixForRelativePath
.
You now get syntax highlighting and code completion in your application*.yml files in your IDE.This property may now also be written "
prefix-for-relative-path
"
Initial release
Initial release of this library.