Sourced from org.xerial:sqlite-jdbc's releases.
Release 3.53.0.0
Changelog
🚀 Features
jdbc
sqlite
- upgrade to sqlite 3.53.0 (baaf087)
unscoped
- publish multiple classifer jars (bdd2b64), closes #1273
- better Android support (7eb6f3f), closes #1378
🛠 Build
deps
- bump org.sonatype.central:central-publishing-maven-plugin (19259e5)
- bump EndBug/add-and-commit from 9 to 10 (f572217)
deps-dev
- bump surefire.version from 3.5.4 to 3.5.5 (b649d25)
- bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (857a754)
- bump org.mockito:mockito-core from 5.21.0 to 5.23.0 (a597952)
Contributors
We'd like to thank the following people for their contributions: Gauthier, Karl-Michael Edlinger, kju2
f88e9c7
chore(release): 3.53.0.0 [skip ci]bdd2b64
feat: publish multiple classifer jars7eb6f3f
feat: better Android support23ead2e
chore: update native librariesbaaf087
feat(sqlite): upgrade to sqlite 3.53.0dd2adcc
feat(jdbc): expose wal_autocheckpoint pragma in SQLiteConfigb649d25
build(deps-dev): bump surefire.version from 3.5.4 to 3.5.5857a754
build(deps-dev): bump org.assertj:assertj-core from 3.27.6 to
3.27.719259e5
build(deps): bump
org.sonatype.central:central-publishing-maven-plugina597952
build(deps-dev): bump org.mockito:mockito-core from 5.21.0 to
5.23.0Sourced from com.google.guava:guava's releases.
33.6.0
Maven
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.6.0-jre</version> <!-- or, for Android: --> <version>33.6.0-android</version> </dependency>Jar files
Guava requires one runtime dependency, which you can download here:
Javadoc
JDiff
Changelog
- Migrated some classes from
finalize()toPhantomReferencein preparation for the removal of finalization. (786b619dd6, 7c6b17c, aeef90988d)cache: DeprecatedCacheBuilderAPIs that useTimeUnitin favor of those that useDuration. (73f8b0bb84)collect: AddedtoImmutableSortedMapcollectors that use the natural comparator. (64d70b9f94)collect: ChangedConcurrentHashMultiset,ImmutableMapandTreeMultisetdeserialization to avoid mutatingfinalfields. In extremely unlikely scenarios in which an instance of that type contains an object that refers back to that instance, this could lead to a broken instance that throwsNullPointerExceptionwhen used. (8240c7e596, 046468055f)graph: Removed@Betafrom all APIs in the package. (dae9566b73)graph: Added support toGraphs.transitiveClosure()for different strategies for adding self-loops. (2e13df25b2)graph: Added anasNetwork()view toGraphandValueGraph. (909c593c61)hash: AddedBloomFilter.serializedSize(). (df9bcc251a)net: AddedHttpHeaders.CDN_CACHE_CONTROL. (75331b5030)