Commit Graph

12 Commits

Author SHA1 Message Date
dependabot[bot] b49512d0e2
Bump spring-boot-starter-web from 3.0.1 to 3.0.2 (#7626)
Bumps
[spring-boot-starter-web](https://github.com/spring-projects/spring-boot)
from 3.0.1 to 3.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases">spring-boot-starter-web's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.2</h2>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Failure analysis of NoUniqueBeanDefinitionException reports
&quot;defined in null&quot; when bean definition has no resource
description <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33876">#33876</a></li>
<li><code>@DeprecatedConfigurationProperty</code> has no effect when
declared on a record component's accessor method <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33871">#33871</a></li>
<li>Devtools sets non-existent property spring.reactor.debug <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33860">#33860</a></li>
<li>Failing calls to reactive health indicators are not logged <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33856">#33856</a></li>
<li>Spring Boot 3 Native: Fails to bind properties under
'spring.groovy.template' <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33847">#33847</a></li>
<li>Diagnostics are poor when the JMX port used by the Maven start goal
is in use <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33845">#33845</a></li>
<li>Inconsistent discovery of parameter names for selectors in custom
actuator endpoints <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33841">#33841</a></li>
<li>OpenTelemetryAutoConfiguration should use parent-based sampler by
default <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33821">#33821</a></li>
<li>SpringBootMockResolver causes AopTestUtils.getUltimateTargetObject
to recurse until the stack overflows when it calls it with Spring
Security's authentication manager bean <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33792">#33792</a></li>
<li>It is not possible to provide a custom TransactionProvider bean for
JOOQ <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33776">#33776</a></li>
<li>Remove usage of bean definition instance supplier since not
compatible with AOT <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33763">#33763</a></li>
<li>DevTools prevent startup in native image when using maven <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33760">#33760</a></li>
<li>NPE in RabbitProperties when user is given, but password not <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33753">#33753</a></li>
<li>EndpointRequestMatcher should have a toString method <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33729">#33729</a></li>
<li>SDKMAN should not use repo.spring.io for releases <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33723">#33723</a></li>
<li><code>@ConfigurationProperties</code> on a <code>@Bean</code> method
does not work when the bean has a constructor that is eligible for
constructor binding <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33710">#33710</a></li>
<li>Homebrew and Scoop should not use repo.spring.io for releases <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33706">#33706</a></li>
<li>Installing Homebrew formula with --head does not work <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33704">#33704</a></li>
<li>Flyway-specific DataSource cannot be created in a native image due
to missing reflection hints <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33692">#33692</a></li>
<li>Remove Jetty/Netty/ApacheHttpClient checks for WebClient <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33640">#33640</a></li>
<li>Fix no effect of custom SessionRepositoryCustomizer in application
context <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33514">#33514</a></li>
<li>Nested properties without a setter can no longer be bound in 3.0 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33409">#33409</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Fix typo in testing-native-application.adoc <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33896">#33896</a></li>
<li>Replace &quot;via&quot; in documentation and use &quot;over&quot; or
&quot;through&quot; instead <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33880">#33880</a></li>
<li>Fix typo in kotlin getting started documentation <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33869">#33869</a></li>
<li>Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc
<a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33857">#33857</a></li>
<li>Description of spring-boot-starter-websocket does not make it clear
that it's Servlet-specific <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33842">#33842</a></li>
<li>Fix 'the the' typos <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33756">#33756</a></li>
<li>Fix docs with repeated words. <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33749">#33749</a></li>
<li>Update HTTP 2 documentation for Java 17 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33734">#33734</a></li>
<li>Fix typo in getting started documentation <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33732">#33732</a></li>
<li>Fix typo in External Configuration documentation <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33728">#33728</a></li>
<li>Fix a typo in the ExitCodeGenerator documentation <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33726">#33726</a></li>
<li>Fix typo in javadoc of
org.springframework.boot.web.server.LocalServerPort <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33724">#33724</a></li>
<li>Update dockerfile samples to use Java 17 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33629">#33629</a></li>
<li>Remove the run example <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33519">#33519</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Upgrade to Byte Buddy 1.12.22 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33898">#33898</a></li>
<li>Upgrade to Couchbase Client 3.4.2 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33899">#33899</a></li>
<li>Upgrade to Dropwizard Metrics 4.2.15 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33795">#33795</a></li>
<li>Upgrade to FreeMarker 2.3.32 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33900">#33900</a></li>
<li>Upgrade to Groovy 4.0.7 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33796">#33796</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fb2ce5103b"><code>fb2ce51</code></a>
Release v3.0.2</li>
<li><a
href="86f843be8d"><code>86f843b</code></a>
Merge branch '2.7.x'</li>
<li><a
href="f6f811c9ca"><code>f6f811c</code></a>
Refine docker credentials used in CI</li>
<li><a
href="b9851e8bf5"><code>b9851e8</code></a>
Merge branch '2.7.x'</li>
<li><a
href="219b5fd1d0"><code>219b5fd</code></a>
Upgrade CI to Java 11.0.18+10</li>
<li><a
href="a1fc7eb4c2"><code>a1fc7eb</code></a>
Merge branch '2.7.x'</li>
<li><a
href="9e874c8472"><code>9e874c8</code></a>
Use credentials when checking GitHub</li>
<li><a
href="ac5e39a841"><code>ac5e39a</code></a>
Merge branch '2.7.x'</li>
<li><a
href="2eae17b50b"><code>2eae17b</code></a>
Use credentials when checking GitHub</li>
<li><a
href="b3dc5a851e"><code>b3dc5a8</code></a>
Merge branch '2.7.x'</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v3.0.1...v3.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.boot:spring-boot-starter-web&package-manager=gradle&previous-version=3.0.1&new-version=3.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-20 09:37:52 +00:00
dependabot[bot] 789b66d455
Bump spotless-plugin-gradle from 6.12.0 to 6.12.1 (#7500)
Bumps [spotless-plugin-gradle](https://github.com/diffplug/spotless)
from 6.12.0 to 6.12.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="718a504c12"><code>718a504</code></a>
Published gradle/6.12.1</li>
<li><a
href="c13acee213"><code>c13acee</code></a>
Published lib/2.31.1</li>
<li><a
href="552aabf876"><code>552aabf</code></a>
fix(deps): update dependency com.facebook:ktfmt to v0.42 (<a
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1421">#1421</a>)</li>
<li><a
href="4063e9f6d1"><code>4063e9f</code></a>
Add support for KtLint 0.48.0 (<a
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1432">#1432</a>
fixes <a
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1430">#1430</a>)</li>
<li><a
href="062e835846"><code>062e835</code></a>
Bump changelogs.</li>
<li><a
href="8f7e00594d"><code>8f7e005</code></a>
spotlessApply</li>
<li><a
href="9a8ccae9ec"><code>9a8ccae</code></a>
Bump default ktfmt 0.41 -&gt; 0.42</li>
<li><a
href="fb4277d2b1"><code>fb4277d</code></a>
Merge branch 'main-ktlint-0.48.0' into renovate/ver_ktfmt</li>
<li><a
href="b44d70d00a"><code>b44d70d</code></a>
Move changelog entries to the correct release.</li>
<li><a
href="b3d8e89002"><code>b3d8e89</code></a>
spotlessApply for 2023</li>
<li>Additional commits viewable in <a
href="https://github.com/diffplug/spotless/compare/gradle/6.12.0...gradle/6.12.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless:spotless-plugin-gradle&package-manager=gradle&previous-version=6.12.0&new-version=6.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2023-01-03 09:58:06 +00:00
dependabot[bot] 2586f18bf2
Bump spring-boot-starter-web from 2.5.2 to 3.0.1 (#7472)
Bumps
[spring-boot-starter-web](https://github.com/spring-projects/spring-boot)
from 2.5.2 to 3.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases">spring-boot-starter-web's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.1</h2>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Fix typo in LocalDevToolsAutoConfiguration logging <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33615">#33615</a></li>
<li>No warning is given when <code>&lt;springProfile&gt;</code> is used
in a Logback <code>&lt;root&gt;</code> block <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33610">#33610</a></li>
<li>Auto-configure PropagationWebGraphQlInterceptor for tracing
propagation <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33542">#33542</a></li>
<li>WebClient instrumentation fails with IllegalArgumentException when
adapting to WebClientExchangeTagsProvider <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33483">#33483</a></li>
<li>Reactive observation auto-configuration does not declare order for
WebFilter <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33444">#33444</a></li>
<li>Web server fails to start due to &quot;Resource location must not be
null&quot; when attempting to use a PKCS 11 KeyStore <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33433">#33433</a></li>
<li>Actuator health endpoint for neo4j throws NoSuchElementException and
always returns Status.DOWN <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33428">#33428</a></li>
<li>Anchors in YAML configuration files throw
UnsupportedOperationException <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33404">#33404</a></li>
<li>ZipkinRestTemplateSender is not customizable <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33399">#33399</a></li>
<li>AOT doesn't work with Logstash Logback Encoder <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33387">#33387</a></li>
<li>Maven process-aot goal fails when release version is set in Maven
compiler plugin <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33382">#33382</a></li>
<li><code>DependsOnDatabaseInitializationPostProcessor</code>
re-declares bean dependencies at native image runtime <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33374">#33374</a></li>
<li><code>@SpringBootTest</code> now throws a NullPointerException
rather than a helpful IllegalStateException when
<code>@SpringBootConfiguration</code> is not found <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33371">#33371</a></li>
<li>bootBuildImage always trys to create a native image due to bootJar
always adding a META-INF/native-image/argfile to the jar <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33363">#33363</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Improve gradle plugin tags documentation <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33617">#33617</a></li>
<li>Improve maven plugin tags documentation <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33616">#33616</a></li>
<li>Fix typo in tomcat accesslog checkExists doc <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33512">#33512</a></li>
<li>Documented Java compiler level is wrong <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33505">#33505</a></li>
<li>Fix typo in documentation <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33453">#33453</a></li>
<li>Update instead of replace environment in bootBuildImage
documentation <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33424">#33424</a></li>
<li>Update the reference docs to document the need to declare the
native-maven-plugin when using buildpacks to create a native image <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33422">#33422</a></li>
<li>Document that the shutdown endpoint is not intended for use when
deploying a war to a servlet container <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33410">#33410</a></li>
<li>Reinstate GraphQL testing documentaion <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33407">#33407</a></li>
<li>Description of <code>NEVER</code> in Sanitize Sensitive Values isn't
formatted correctly <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33398">#33398</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Upgrade to AspectJ 1.9.19 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33586">#33586</a></li>
<li>Upgrade to Byte Buddy 1.12.20 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33587">#33587</a></li>
<li>Upgrade to Couchbase Client 3.4.1 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33588">#33588</a></li>
<li>Upgrade to Dropwizard Metrics 4.2.14 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33589">#33589</a></li>
<li>Upgrade to Elasticsearch Client 8.5.3 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33590">#33590</a></li>
<li>Upgrade to Hibernate 6.1.6.Final <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33591">#33591</a></li>
<li>Upgrade to HttpClient 4.5.14 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33592">#33592</a></li>
<li>Upgrade to HttpCore 4.4.16 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33593">#33593</a></li>
<li>Upgrade to Infinispan 14.0.4.Final <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33594">#33594</a></li>
<li>Upgrade to Jaybird 4.0.8.java11 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33595">#33595</a></li>
<li>Upgrade to Jetty 11.0.13 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33596">#33596</a></li>
<li>Upgrade to jOOQ 3.17.6 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33597">#33597</a></li>
<li>Upgrade to Kotlin 1.7.22 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33598">#33598</a></li>
<li>Upgrade to Lettuce 6.2.2.RELEASE <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33599">#33599</a></li>
<li>Upgrade to MongoDB 4.8.1 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33600">#33600</a></li>
<li>Upgrade to MSSQL JDBC 11.2.2.jre17 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33601">#33601</a></li>
<li>Upgrade to Native Build Tools Plugin 0.9.19 <a
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33602">#33602</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="837947ca09"><code>837947c</code></a>
Release v3.0.1</li>
<li><a
href="5929d95604"><code>5929d95</code></a>
Merge branch '2.7.x'</li>
<li><a
href="b10b788cd8"><code>b10b788</code></a>
Next development version (v2.7.8-SNAPSHOT)</li>
<li><a
href="f588793445"><code>f588793</code></a>
Update copyright year of changed files</li>
<li><a
href="0254619782"><code>0254619</code></a>
Merge branch '2.7.x'</li>
<li><a
href="e4772cf3b7"><code>e4772cf</code></a>
Update copyright year of changed files</li>
<li><a
href="2e7ca6f82d"><code>2e7ca6f</code></a>
Warning if &lt;springProfile&gt; is used in phase 2 model elements</li>
<li><a
href="2ed512ddb5"><code>2ed512d</code></a>
Use model.deepMarkAsSkipped in SpringProfileModelHandler</li>
<li><a
href="532fed3147"><code>532fed3</code></a>
Increase couchbase connection timeout for tests</li>
<li><a
href="9562a2c2f1"><code>9562a2c</code></a>
Merge branch '2.7.x'</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v2.5.2...v3.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.boot:spring-boot-starter-web&package-manager=gradle&previous-version=2.5.2&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-28 12:15:13 +01:00
Mateusz Rzeszutek 82a3fe3001
Use otel.sdk.disabled property instead of the deprecated one (#7270) 2022-11-22 08:29:33 -08:00
Mateusz Rzeszutek 35c63a4184
Remove the 'noop API' feature (#6313)
* Remove the 'noop API' feature

* remove noop api dep

* fix tooling tests
2022-07-12 10:36:19 -07:00
Trask Stalnaker 34a631965b
Update spotless version (#4296)
* Update spotless version

* Apply new spotless version
2021-10-05 15:44:03 +09:00
Trask Stalnaker cfdc4ac7e5
Change the default javaagent artifact to have exporters (#4106)
* Change default javaagent to all, introduce slim

* Update release builds

* Update examples build

* Update benchmark-overhead

* Update benchmark-e2e

* Update docs where ok pre-release

* Update misc

* Fix references to fullJavaagentJar

* Fix it

* Delete doc for pre-1.0 releases

* Attach backwards compatible "all" artifact to releases

* Comment

* Comment

* guessing

* fix

* Update version

* Add otlp/grpc exporter to slim artifact

* Fix comment
2021-10-02 11:28:11 -07:00
Mateusz Rzeszutek 6ba91989a7
Fix javaagent publishing (#3929)
* Fix javaagent publishing

* Take manifest attributes from the jar task too
2021-08-24 11:40:36 -07:00
Trask Stalnaker 1343a576df
Add JFR option to benchmark (#3744)
* Add JFR option to benchmark

* Better parameterization and explanation
2021-08-03 16:22:41 +09:00
Trask Stalnaker d46d73d4b3
Improve benchmark-overhead-jmh consistency (#3680)
* Improve benchmark-overhead-jmh consistency

* HttpURLConnection
2021-07-27 14:01:10 -07:00
Trask Stalnaker 8c6adb481a
Expose some JMH configuration (#3679) 2021-07-27 09:40:53 -07:00
Trask Stalnaker 59e46477dd
Add basic jmh overhead test (#3672)
* Add basic jmh overhead test

* Move javaagent arg to gradle file

* Rename module to benchmark-overhead-jmh

* Add imports

* Add comment

* Add benchmark for noop api
2021-07-26 12:55:18 -07:00