Commit Graph

41212 Commits (3882656d1d1ea9c493aae7af57e9f53001313964)
 

Author SHA1 Message Date
Moritz Halbritter 3882656d1d Merge pull request #32951 from ThomasKasene
* pr/32951:
  Auto-configure BatchInterceptor on ConcurrentKafkaListenerContainerFactory

Closes gh-32951
2 years ago
Thomas Kåsene d1a089ba71 Auto-configure BatchInterceptor on ConcurrentKafkaListenerContainerFactory
See gh-32951
2 years ago
Moritz Halbritter 73d2bb5063 Merge pull request #33082 from frosiere
* pr/33082:
  Add configuration property to control auto-startup of listener container

Closes gh-33082
2 years ago
Francois Rosiere eaa7cdf910 Add configuration property to control auto-startup of listener container
See gh-33082
2 years ago
Moritz Halbritter cde0d5a625 Merge pull request #33288 from terminux
* pr/33288:
  Support setting more properties of KafkaAdmin

Closes gh-33288
2 years ago
Guirong Hu 6e064ed5e0 Support setting more properties of KafkaAdmin
See gh-33288
2 years ago
Moritz Halbritter db80fc1734 Merge pull request #33350 from StitzL
* pr/33350:
  Improve log message when repackaging by specifying the involved files

Closes gh-33350
2 years ago
lars-christian stitz a186055c51 Improve log message when repackaging by specifying the involved files
See gh-33350
2 years ago
Moritz Halbritter 93a4e303be Fix flaky SampleJettyApplicationTests
See gh-33553
2 years ago
Moritz Halbritter de699b4d11 Fix HazelcastAutoConfigurationServerTests
See gh-33687
2 years ago
Moritz Halbritter 64c2320ce1 Polish "Merge pull request #33553 from michaelweidmann"
See gh-33553
2 years ago
Michael Weidmann 93d46d11e9 Add max http response header size configuration for tomcat and jetty
See gh-33553
2 years ago
Andy Wilkinson ace31cd5b2 Merge branch '3.0.x'
Closes gh-34022
2 years ago
Andy Wilkinson fd1b596937 Remove MySQL module that is no longer published
Closes gh-34021
2 years ago
Moritz Halbritter 25e8f2d575 Merge pull request #33643 from libetl
* pr/33643:
  Allow JoranConfigurators to be passed ahead of time in logback

Closes gh-33643
2 years ago
lionel benychou 4f17a9cc9d Allow JoranConfigurators to be passed ahead of time in logback
See gh-33643
2 years ago
Moritz Halbritter e5bc9a2fcb Merge branch '3.0.x'
Closes gh-34020
2 years ago
Moritz Halbritter 48bc12da12 Merge branch '2.7.x' into 3.0.x
Closes gh-34019
2 years ago
Moritz Halbritter 53f0840818 Merge pull request #33941 from sannanansari
* pr/33941:
  Complete dependency management for Mongo's Java Driver

Closes gh-33941
2 years ago
Sanan 09d9d601e7 Complete dependency management for Mongo's Java Driver
See gh-33941
2 years ago
Moritz Halbritter e955fb5cb6 Polish "Merge pull request #33687 from luben93"
See gh-33687
2 years ago
Moritz Halbritter 3f4bb4eacc Merge pull request #33687 from luben93
* pr/33687:
  Use hazelcast's Config.loadFromStream()

Closes gh-33687
2 years ago
lucas persson 275f15b8d3 Use hazelcast's Config.loadFromStream()
To allow the private function Config.applyEnvAndSystemVariableOverrides()
to override with environment variables

See gh-33687
2 years ago
Moritz Halbritter 48db5ff35c Merge branch '3.0.x'
Closes gh-34018
2 years ago
Moritz Halbritter 0a080736d8 Merge branch '2.7.x' into 3.0.x
Closes gh-34017
2 years ago
Moritz Halbritter 276027536c Merge pull request #33966 from izeye
* pr/33966:
  Polish

Closes gh-33966
2 years ago
Johnny Lim 5eeb429e44 Polish
See gh-33966
2 years ago
Moritz Halbritter 23f1c896c9 Merge branch '3.0.x'
Closes gh-34015
2 years ago
Moritz Halbritter 1a9f1cd2ed Merge pull request #33967 from izeye
* pr/33967:
  Replace Base64Utils with JDK's Base64

Closes gh-33967
2 years ago
Johnny Lim bc7fc90550 Replace Base64Utils with JDK's Base64
See gh-33967
2 years ago
Moritz Halbritter 3a80007e89 Merge branch '3.0.x'
Closes gh-34014
2 years ago
Moritz Halbritter b62b88372f Merge pull request #33976 from izeye
* pr/33976:
  Remove EnabledForJreRange.min in PaketoBuilderTests

Closes gh-33976
2 years ago
Johnny Lim 359076e213 Remove EnabledForJreRange.min in PaketoBuilderTests
See gh-33976
2 years ago
Moritz Halbritter c38f5d9f22 Merge pull request #34002 from marcingrzejszczak
* pr/34002:
  Adds CompositeSpanExporter

Closes gh-34002
2 years ago
Marcin Grzejszczak 06aec1a9bf Adds CompositeSpanExporter
Micrometer Tracing comes with 3 generic interfaces, SpanExportingPredicate,
SpanReporter and SpanFilter, thanks to which you can decide whether you
want to export a span, how you want to report it and how to mutate it
regardless of which tracer library you are using.

Without this change usage of these 3 interfaces is not possible
for OpenTelemetry.

With this change we're putting all SpanExporters to the
CompositeSpanExporter and apply the exporters only after predicates,
filtering and reporting took place.

See gh-34002
2 years ago
Moritz Halbritter 4dfc291e15 Merge pull request #34004 from eddumelendez
* pr/34004:
  Add property `headers` in `OtlpProperties`

Closes gh-34004
2 years ago
Eddú Meléndez 92dd004375 Add property `headers` in `OtlpProperties`
In Micrometer 1.11, headers property has been introduced.

See gh-34004
2 years ago
Phillip Webb 390892f11b Merge branch '3.0.x'
Closes gh-33998
2 years ago
Phillip Webb 3d20608c11 Merge pull request #33987 from krzyk
* pr/33987:
  Drop unnecessary Collections.unmodifiableSet
  Use Files.writeString
  Use for loop rather than iterator
  Use Comparator.comparing
  Use try with close
  Use instanceof patterns
  Use text blocks
  Use diamond operators

Closes gh-33987
2 years ago
Krzysztof Krason 94996664bc Drop unnecessary Collections.unmodifiableSet
See gh-33987
2 years ago
Krzysztof Krason 1b5b1cd250 Use Files.writeString
See gh-33987
2 years ago
Krzysztof Krason f4af93fb03 Use for loop rather than iterator
See gh-33987
2 years ago
Krzysztof Krason 55a50d565c Use Comparator.comparing
See gh-33987
2 years ago
Krzysztof Krason d3efd7e091 Use try with close
See gh-33987
2 years ago
Krzysztof Krason 0e68cae57f Use instanceof patterns
See gh-33987
2 years ago
Krzysztof Krason a9c547e767 Use text blocks
See gh-33987
2 years ago
Krzysztof Krason 6e46423983 Use diamond operators
See gh-33987
2 years ago
Phillip Webb 5120242996 Merge branch '2.7.x' into 3.0.x 2 years ago
Phillip Webb b81d5900e6 Use newer language features
See gh-33987
2 years ago
Krzysztof Krason a8958471f6 Switch anonymous inner classes to lambdas
See gh-33987
2 years ago