fluency
fluency copied to clipboard
Bump com.treasuredata.client:td-client from 0.9.6 to 1.1.0
Bumps com.treasuredata.client:td-client from 0.9.6 to 1.1.0.
Release notes
Sourced from com.treasuredata.client:td-client's releases.
v1.1.0
What's Changed
This version removes dependencies to Guava collections #217
🚀 Features
- Replace JSON.simple with already-inuse Jackson
@exoego
(#244)- Make TDHttpRequestHandler FunctionalInterface
@exoego
(#219)👋 Deprecated
⛓ Dependency Updates
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0
@dependabot
(#253)- Bump mockito-core from 5.1.0 to 5.1.1
@dependabot
(#248)- Replace JSON.simple with already-inuse Jackson
@exoego
(#244)- testlib: Bump littleproxy
@exoego
(#232)- Bump jackson-databind from 2.14.1 to 2.14.2
@dependabot
(#241)- Bump mockito-core from 4.10.0 to 5.1.0
@dependabot
(#242)- Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1
@dependabot
(#243)- Remove Guava VisibleForTesting
@exoego
(#229)- Bump jackson to address security issues
@exoego
(#221)🛠 Internal Updates
- Update release-drafter.yml
@yuokada
(#249)- Replace Guava net module with JDK equivalents
@exoego
(#225)- Encourage try-with-resource
@exoego
(#236)- Simplify object equality check
@exoego
(#239)- Improve generics arguments
@exoego
(#240)- Avoid trivial deprecations in test codes
@exoego
(#238)- Avoid string concatenation in loop
@exoego
(#237)- Avoid assertion in finally block
@exoego
(#235)- Introduce release-drafter github action
@yuokada
(#234)- testdep: Replace joda-time with JDK8 equivalents
@exoego
(#233)- Replace Guava io module with JDK8 equivalents
@exoego
(#226)- Replace Guava's Objects util with JDK's equivalents
@exoego
(#227)- Replace Guava's Strings util with JDK's equivalents
@exoego
(#228)- Fix flaky test: Set a error margin to make test robust
@exoego
(#231)- Replace Guava Joiner with JDK8 equivalents
@exoego
(#224)- Inline Guava Throwables.propagate
@exoego
(#223)- Replace Guava checkNotNull with JDK requireNonNull
@exoego
(#222)- CI: Cache Maven deps to speed up test job
@exoego
(#218)📚 Docs
... (truncated)
Commits
bbdfdb5
Release 1.1.057e203b
Deprecate Guava Multimap and Function in favor of JDK & Remove Guava collecti...624f77a
Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#253)2f41e95
Fixed the broken CircleCI status badge (#252)fee7621
Bump mockito-core from 5.1.0 to 5.1.1 (#248)21bcd61
Update release-drafter.yml (#249)685f050
Replace JSON.simple with already-inuse Jackson (#244)f37240d
testlib: Bump littleproxy (#232)f267ae5
Replace Guava net module with JDK equivalents (#225)4611f0c
Encourage try-with-resource (#236)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.