Skip to content

Commit 09efd2d

Browse files
authored
chore: Bump Exposed version from 1.0.0-rc-4 to 1.0.0 (JetBrains#2719)
* chore: Bump Exposed version from 1.0.0-rc-4 to 1.0.0
1 parent 979f40a commit 09efd2d

File tree

3,967 files changed

+21442
-25883
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,967 files changed

+21442
-25883
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
# 1.0.0
2+
3+
Breaking changes:
4+
* chore!: Remove unused R2dbcPreparedStatementApi methods by @bog-walk in https://github.com/JetBrains/Exposed/pull/2683
5+
* fix!: EXPOSED-956 Enable auto-wrapping of SQLite JSONB columns by JSON() when querying by @bog-walk in https://github.com/JetBrains/Exposed/pull/2689
6+
* fix!: Exposed-889 ClassCast is wrong for TransactionManager by @obabichevjb in https://github.com/JetBrains/Exposed/pull/2688
7+
* feat!: EXPOSED-507 Support kotlin.uuid.Uuid as a column type by @bog-walk in https://github.com/JetBrains/Exposed/pull/2706
8+
9+
Features:
10+
* feat: EXPOSED-657 Support regular spring JDBC transactions in the Exposed SpringTransactionManager by @bystam in https://github.com/JetBrains/Exposed/pull/2675
11+
* feat: EXPOSED-968 Update _IdTable classes to accept sequence name by @zackman0010 in https://github.com/JetBrains/Exposed/pull/2701
12+
* feat: Add starter module with Spring Boot 4 support by @bog-walk in https://github.com/JetBrains/Exposed/pull/2717
13+
14+
Deprecations:
15+
* deprecate: Raise deprecation level of API elements by @bog-walk in https://github.com/JetBrains/Exposed/pull/2718
16+
17+
Infrastructure:
18+
* Kotlin 2.2.20
19+
* SQL Server 17.x
20+
* MariaDB Connector 3.5.6
21+
* MySQL Connector 8.4.0
22+
* kover 0.9.4
23+
* springFramework 6.2.15
24+
* postgresql 42.7.9
25+
* r2dbc-mssql 1.0.4.RELEASE
26+
* logcaptor 2.12.2
27+
28+
Tests:
29+
* test: EXPOSED-941 Bump to JUnit 5 in all test suites & JUnit 6 where possible by @bog-walk in https://github.com/JetBrains/Exposed/pull/2668
30+
* test: Add tests missing across jdbc and r2dbc testing suites & add tags by @bog-walk in https://github.com/JetBrains/Exposed/pull/2673
31+
32+
Docs:
33+
* docs: Update sample projects with latest versions by @bog-walk in https://github.com/JetBrains/Exposed/pull/2671
34+
* docs: Add dynamic toml badge for Kotlin version to README by @bog-walk in https://github.com/JetBrains/Exposed/pull/2672
35+
* docs: EXPOSED-929 Update top-level documentation topics by @vnikolova in https://github.com/JetBrains/Exposed/pull/2700
36+
* docs: Add missing migration guide sections by @bog-walk in https://github.com/JetBrains/Exposed/pull/2702
37+
* docs: typo mxml -> xml in README.md docs by @devch37 in https://github.com/JetBrains/Exposed/pull/2714
38+
39+
Bug fixes:
40+
* fix: Unsupported driver exception with unmapped R2DBC driver by @bog-walk in https://github.com/JetBrains/Exposed/pull/2676
41+
* fix: thread local stack duplications by @obabichevjb in https://github.com/JetBrains/Exposed/pull/2680
42+
* fix: R2dbcTransaction parameters should be defined at beginTransaction() by @bog-walk in https://github.com/JetBrains/Exposed/pull/2679
43+
* fix: Exposed-950 Order by clause is repeated hundredfold by @obabichevjb in https://github.com/JetBrains/Exposed/pull/2682
44+
* fix: Update collect implementation in LazySizedCollection and mapLazy of r2dbc by @tronto20 in https://github.com/JetBrains/Exposed/pull/2615
45+
* fix: Foreign key is lost when using entityId() with reference column by @mole828 in https://github.com/JetBrains/Exposed/pull/2466
46+
* fix: EXPOSED-698 Fix dropIndex() for Oracle and H2 Dialects by @Avi18971911 in https://github.com/JetBrains/Exposed/pull/2399
47+
* fix: Exposed-829 Eager loading relationships with an orderBy by @obabichevjb in https://github.com/JetBrains/Exposed/pull/2693
48+
* fix: EXPOSED-754 Fix global rollback mark not set on unchecked exception in spring transaction by @zbqmgldjfh in https://github.com/JetBrains/Exposed/pull/2453
49+
* fix: EXPOSED-952 Update ExposedAotContribution runtime reflection hints with new API classes by @bog-walk in https://github.com/JetBrains/Exposed/pull/2684
50+
* fix: EXPOSED-951 Restored transaction userData not accessible to afterCommit() interceptor by @bog-walk in https://github.com/JetBrains/Exposed/pull/2690
51+
* fix: Postgres column names are case sensitive (uppercase / lowercase) by @obabichevjb in https://github.com/JetBrains/Exposed/pull/2709
52+
* fix: Exception is printed even when exception is caught #547 by @obabichevjb in https://github.com/JetBrains/Exposed/pull/2707
53+
154
# 1.0.0-rc-4
255

356
Breaking changes:

docs/api/exposed-core/index.html

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
4040
</button>
4141
<div class="navigation-controls--break ui-kit_mobile-only"></div>
42-
<div class="library-version" id="library-version">1.0.0-rc-4
42+
<div class="library-version" id="library-version">1.0.0
4343
</div>
4444
<div class="navigation-controls">
4545
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
@@ -132,6 +132,24 @@ <h2 class="">Packages</h2>
132132
<div></div>
133133
</div>
134134
</div>
135+
<a data-name="1398280047%2FPackages%2F-1435837140" anchor-label="org.jetbrains.exposed.v1.core.dao.id.java" id="1398280047%2FPackages%2F-1435837140" data-filterable-set=":exposed-core/main"></a>
136+
<div class="table-row table-row_platform-tagged" data-filterable-current=":exposed-core/main" data-filterable-set=":exposed-core/main">
137+
<div>
138+
<div class="main-subrow ">
139+
<div class=""><span class="inline-flex">
140+
<div><a href="org.jetbrains.exposed.v1.core.dao.id.java/index.html">org.jetbrains.exposed.v1.core.dao.id.java</a></div>
141+
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1398280047%2FPackages%2F-1435837140"></span>
142+
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
143+
</span></span></div>
144+
<div class="pull-right platform-tags--wrapper">
145+
<div class="platform-tags no-gutters">
146+
<div class="platform-tag jvm-like">jvm</div>
147+
</div>
148+
</div>
149+
</div>
150+
<div></div>
151+
</div>
152+
</div>
135153
<a data-name="-2063208951%2FPackages%2F-1435837140" anchor-label="org.jetbrains.exposed.v1.core.datetime" id="-2063208951%2FPackages%2F-1435837140" data-filterable-set=":exposed-core/main"></a>
136154
<div class="table-row table-row_platform-tagged" data-filterable-current=":exposed-core/main" data-filterable-set=":exposed-core/main">
137155
<div>
@@ -186,6 +204,24 @@ <h2 class="">Packages</h2>
186204
<div></div>
187205
</div>
188206
</div>
207+
<a data-name="-38150160%2FPackages%2F-1435837140" anchor-label="org.jetbrains.exposed.v1.core.java" id="-38150160%2FPackages%2F-1435837140" data-filterable-set=":exposed-core/main"></a>
208+
<div class="table-row table-row_platform-tagged" data-filterable-current=":exposed-core/main" data-filterable-set=":exposed-core/main">
209+
<div>
210+
<div class="main-subrow ">
211+
<div class=""><span class="inline-flex">
212+
<div><a href="org.jetbrains.exposed.v1.core.java/index.html">org.jetbrains.exposed.v1.core.java</a></div>
213+
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-38150160%2FPackages%2F-1435837140"></span>
214+
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
215+
</span></span></div>
216+
<div class="pull-right platform-tags--wrapper">
217+
<div class="platform-tags no-gutters">
218+
<div class="platform-tag jvm-like">jvm</div>
219+
</div>
220+
</div>
221+
</div>
222+
<div></div>
223+
</div>
224+
</div>
189225
<a data-name="-1396806616%2FPackages%2F-1435837140" anchor-label="org.jetbrains.exposed.v1.core.ops" id="-1396806616%2FPackages%2F-1435837140" data-filterable-set=":exposed-core/main"></a>
190226
<div class="table-row table-row_platform-tagged" data-filterable-current=":exposed-core/main" data-filterable-set=":exposed-core/main">
191227
<div>
@@ -258,6 +294,24 @@ <h2 class="">Packages</h2>
258294
<div></div>
259295
</div>
260296
</div>
297+
<a data-name="1325458225%2FPackages%2F-1435837140" anchor-label="org.jetbrains.exposed.v1.core.transactions.suspend" id="1325458225%2FPackages%2F-1435837140" data-filterable-set=":exposed-core/main"></a>
298+
<div class="table-row table-row_platform-tagged" data-filterable-current=":exposed-core/main" data-filterable-set=":exposed-core/main">
299+
<div>
300+
<div class="main-subrow ">
301+
<div class=""><span class="inline-flex">
302+
<div><a href="org.jetbrains.exposed.v1.core.transactions.suspend/index.html">org.jetbrains.exposed.v1.core.transactions.suspend</a></div>
303+
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1325458225%2FPackages%2F-1435837140"></span>
304+
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
305+
</span></span></div>
306+
<div class="pull-right platform-tags--wrapper">
307+
<div class="platform-tags no-gutters">
308+
<div class="platform-tag jvm-like">jvm</div>
309+
</div>
310+
</div>
311+
</div>
312+
<div></div>
313+
</div>
314+
</div>
261315
<a data-name="-1556559769%2FPackages%2F-1435837140" anchor-label="org.jetbrains.exposed.v1.core.utils" id="-1556559769%2FPackages%2F-1435837140" data-filterable-set=":exposed-core/main"></a>
262316
<div class="table-row table-row_platform-tagged" data-filterable-current=":exposed-core/main" data-filterable-set=":exposed-core/main">
263317
<div>
@@ -323,7 +377,7 @@ <h2 class="">Packages</h2>
323377
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">
324378
Dokka
325379
</a>
326-
<div>© 2025 Copyright</div>
380+
<div>© 2026 Copyright</div>
327381
</div>
328382
</div>
329383
</div>

0 commit comments

Comments
 (0)