Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/komapper/komapper

Kotlin ORM for JDBC and R2DBC
https://github.com/komapper/komapper

Fix configuration so that template queries work in Quarkus (#526)

ac288a4fab2ca299d123ea62a700456a35fa2546 authored almost 3 years ago
Change class names in spring modules (#525)

57c0b5eb28b0bf78fa9332d12251bea27b912c8f authored almost 3 years ago
Update dependency org.springframework.boot:spring-boot-autoconfigure to v2.7.0-M3 (#524)

fe13afe77327c80fe1f7ca07e43811204f50fbdd authored almost 3 years ago
Update dependency org.mariadb.jdbc:mariadb-java-client to v3.0.4 (#522)

* Update dependency org.mariadb.jdbc:mariadb-java-client to v3.0.4

* Remove workaround code
...

6cad6ec524f3bac36d1ace12bc7e933c8031d7c1 authored almost 3 years ago
Support for kotlinx.datetime in Komapper JDBC and R2DBC (#523)

* Support for kotlinx.datetime in Komapper JDBC

* Support for kotlinx.datetime in Komapper R2...

1581f22ce824893a5eaf68ee673858883c1de981 authored almost 3 years ago
Fix to consider the readOnly property in JDBCTransactionManager (#520)

6e05dc6002204e18392ce08b70d4f2395783219a authored almost 3 years ago
Improve ease of debugging integration tests (#519)

* Improve ease of debugging integration tests

* Polish

* Adjust transaction name for SQL S...

1db2f5293522511557857f59bf769053542e15f4 authored almost 3 years ago
Fix SQL templates to allow binding of value classes (#518)

* Fix SQL templates to allow binding of value classes

* Run the inList2_using_template functi...

44bba8c1ed72eaf88f47bbd2a418972e01f6bf98 authored almost 3 years ago
Update r2dbc-bom to Borca-SR1 (#517)

31ccf58af0b29b6681ef771fd29f4f17c84b53d5 authored almost 3 years ago
Improve customization of Database instance creation (#516)

20f7a21cf0334ace0dbaa62077ab6d6574551b2b authored almost 3 years ago
Update spring core to v5.3.17 (#514)

Co-authored-by: Renovate Bot <[email protected]>

49cfa01a591a60ddc889f8208ac46f60e92f76e3 authored almost 3 years ago
Polish connection handling (#515)

* Polish connection handling

* Remove redundant catch block

be87aa2c1a4853a6b37e9f6fdd1f5d679593c1fc authored almost 3 years ago
Update quarkusVersion to v2.7.5.Final (#513)

022a90dd03d3819bc69ed4bd0ea544989c231b76 authored almost 3 years ago
Fix bugs in programmatic transaction management (#512)

* Fix a problem that programmatic transaction management does not work in Spring-R2DBC environme...

60372802dcc26d2376a1bc1ac5b0a0ea7a839603 authored almost 3 years ago
Avoid native image build and execution failures for spring-native-jdbc (#509)

84c33d8249d09da0f995946cfb2b95c004b213d7 authored almost 3 years ago
[Gradle Release Plugin] - [skip ci] new version commit: 'v0.30.1-SNAPSHOT'.

7f68c1d66de19e268894f18347071c9d7fb1a687 authored almost 3 years ago
[Gradle Release Plugin] - pre tag commit: 'v0.30.0'.

b4deda7f046db39315c5c5ca4a5275745dbc8216 authored almost 3 years ago
Update the description of the document (#506)

fd7507b85e1834561aa23c4450b44f1d958e636f authored almost 3 years ago
Update dependency gradle to v7.4.1 (#504)

Co-authored-by: Renovate Bot <[email protected]>

7690777ec6a99b6e3651a7870236be84d4e9d4fe authored almost 3 years ago
Update quarkusVersion to v2.7.4.Final (#505)

Co-authored-by: Renovate Bot <[email protected]>

49c31df0dcc62951b7d0b13fb2982f17efef351f authored almost 3 years ago
Redesign template query API (#503)

6e3fc917769ea37ac0ab909a231cc7ca482ba9e9 authored almost 3 years ago
Rename query option from allowEmptyWhereClause to allowMissingWhereClause (#502)

* Rename from `allowEmptyWhereClause` to `allowMissingWhereClause`

* Polish error message

edf420c006fb63a3eb6efe1e7a74dbcc3474e5dd authored almost 3 years ago
Use `suspend fun main` in example code (#501)

44456655ba670bf9cf3ed917bcfa25b44a305be8 authored almost 3 years ago
Add the single and singleOrNull extension functions to the ListQuery interface (#500)

* Add the single and singleOrNull functions

* Polish KDoc comments

97b674468c91eb2d05ca1fd39599a3fa5dcf1f25 authored almost 3 years ago
Add DESIGN_DOC.md (#499)

00d719b18bf8891317cb78c4af385b7ab584c773 authored almost 3 years ago
Add the Roadmap section (#498)

1c43aaa86d0485bb8a46fb5874f513f3947365c3 authored almost 3 years ago
Add the dryRunQuery extension function (#497)

e6a16527969660f47ac4c3d92361ba100f820b20 authored almost 3 years ago
Update dependency ch.qos.logback:logback-classic to v1.2.11 (#496)

5a1ed20f8da467029eb34e6d29dfe4e139543075 authored almost 3 years ago
Update dependency io.opentelemetry:opentelemetry-api to v1.12.0 (#495)

Co-authored-by: Renovate Bot <[email protected]>

6faf46d7606ee626fc55f17462d456260f0e87b1 authored almost 3 years ago
Use fake constructors to create Database instances (#494)

73c0d2f4ee59b83fd803dcce3d6305988c715208 authored almost 3 years ago
Simplify JdbcTransactionManager API (#493)

* Remove lazy initialization of JDBC Connection for simplicity

* Simplify JdbcTransactionMana...

edee17926fbe62bcda05ab740164224ce09157fe authored almost 3 years ago
Improve logging messages of transaction (#492)

* Change log category name

* Add logging functions

* Improve logging messages of transaction

db5dae7dd49a371735aa1cf69deca255b3977919 authored almost 3 years ago
Update actions/upload-artifact action to v3 (#490)

Co-authored-by: Renovate Bot <[email protected]>

e2d267b9b0fbc7a99cdceddf6f03398598a0ce2e authored almost 3 years ago
Support auto commit mode (#491)

* Rename

* Support auto commit mode

16ab59b4d2279733fd4eb8511e041d189849dabb authored almost 3 years ago
Integrate the transaction APIs of JDBC and R2DBC (#489)

* Integrate the transaction APIs of JDBC and R2DBC.

* Add the "module/tx" label

* Remove g...

1d5b96e079bbc1ce721577502cf5b5698521aa5f authored almost 3 years ago
Update actions/checkout action to v3 (#485)

1626b556b6eaa040694909079bcb59a0714593e6 authored almost 3 years ago
Update dependency io.quarkus:quarkus-arc-deployment to v2.7.3.Final (#488)

Co-authored-by: Renovate Bot <[email protected]>

4a0cca3ef86a60e7f468829bcd94cd695e342cbb authored almost 3 years ago
Update dependency org.springframework.experimental:spring-aot to v0.11.3 (#487)

Co-authored-by: Renovate Bot <[email protected]>

24ee6905738145bca6afb92833b975dcce534906 authored almost 3 years ago
Update actions/labeler action to v4 (#486)

Co-authored-by: Renovate Bot <[email protected]>

92d46fca5a93e20cc64d0c7bb2f7d29d7155cfd1 authored almost 3 years ago
Remove redundant coroutine scopes (#484)

d62371f02c50fb9585d885afa3ebe348ecd30c05 authored almost 3 years ago
Integrate Komapper's transaction APIs with Quarkus's JTA transaction manager (#483)

* Support JDBC imperative transaction management in Quarkus

* Polish class names

* Change ...

e66263e031201c58ce495eea0da460c9fdb035c5 authored almost 3 years ago
Add new modules for Spring integration (#482)

* Add the komapper-spring-jdbc module

* Add the komapper-spring-r2dbc module

9aabf1a45b7a8cdf19f907bc047c91ef590c43c6 authored almost 3 years ago
Integrate Komapper's transaction APIs with Spring Boot's transaction manager (#481)

* Polish R2DBC transaction

* Polish JDBC transaction

* Support R2DBC imperative transactio...

a82b7bfe5158dd576c078b08033ae87fa0cf7347 authored almost 3 years ago
Remove the suspend keyword from the flowQuery function (#479)

8c95e521c38f415e0d137aaaea73ad1b48e49ec2 authored almost 3 years ago
Update dependency org.springframework.boot:spring-boot-autoconfigure to v2.7.0-M2 (#478)

5b92aebd65126c63bce6f3ca488fe38465928aef authored almost 3 years ago
Update actions/setup-java action to v3 (#477)

Co-authored-by: Renovate Bot <[email protected]>

c09b4a6719126c0eac4579ab84c4c5be381188f6 authored almost 3 years ago
new version commit: 'v0.29.2-SNAPSHOT'

dc817a6ab50e89183d85d3e82b722af9954d09bf authored almost 3 years ago
Remove unnecessary settings from build.gradle.kts (#476)

2561001aa2a0f1c3fdf209ffe3a3db8fb4969515 authored almost 3 years ago
Use r2dbc-pool and r2dbc-oracle in combination (#475)

c6cf38a0c9a596a96e36761d8f49c13010bfe55b authored almost 3 years ago
[Gradle Release Plugin] - [skip ci] new version commit: 'v0.29.1'.

7c5628c4bbb9d4bb7d59628ce3563eac6e38d70a authored almost 3 years ago
[Gradle Release Plugin] - pre tag commit: 'v0.29.0'.

0b2f1e87b82367198676d2ffa605e5b43bc19246 authored almost 3 years ago
[Gradle Release Plugin] - pre tag commit: 'v0.28.0'.

345ade1f3a246bf050c562001f058d6004649431 authored almost 3 years ago
Update dependency org.springframework.boot:spring-boot-starter-jdbc to v2.6.4 (#474)

Co-authored-by: Renovate Bot <[email protected]>

e9ed2dc6da47fef70ca4841083e01cc7571a0c5d authored almost 3 years ago
Create a coroutineScope for each transaction execution (#473)

* Remove redundant CoroutineScope creation

* Create a coroutineScope for each transaction exe...

a13479d7c8bfc6baa54fea9563cbe7949d441015 authored almost 3 years ago
Handle exceptions completely in JdbcExecutor and R2dbcExecutor (#472)

8d286c1856af0dec507ca010d24155a559c60978 authored almost 3 years ago
Update Oracle JDBC Driver to ojdbc11:21.5.0.0 (#471)

d23a16643f8212ad5570f76899938c717f940535 authored almost 3 years ago
Trim each statement in an SQL script (#469)

* Trim each statement in an SQL script

* Suppress SQL logging

* Remove unnecessary code

2145cfd2a9d0cc50bc31b6702875ae4ff4a69be1 authored almost 3 years ago
Update kspVersion to v1.6.10-1.0.4 (#468)

Co-authored-by: Renovate Bot <[email protected]>

ca9096b2d0feb87f4715c102411d5b905f7318f8 authored almost 3 years ago
Update quarkusVersion to v2.7.2.Final (#466)

Co-authored-by: Renovate Bot <[email protected]>

9f67e813dc5435a6c8aeee9198646b041f01f5ad authored almost 3 years ago
Implement R2dbc TransactionManager without ThreadLocal (#467)

* Implement R2dbc TransactionManager without ThreadLocal

* Use function instead of property

8d2e8f508085d656c8f6399c1b089a381d3275cf authored almost 3 years ago
Fix prerequisite version (#464)

52f1fff537ee9da900d11d3229f13b274982dd52 authored almost 3 years ago
Invoke the asFlow and single functions with currentCoroutineContext (#465)

a454e8497fdf286d602635a6014baf55527c8dec authored almost 3 years ago
Support building flows that represent R2DBC transactions (#463)

* Simplify error handling

* Rename the flow function to the flowQuery function

* Add the f...

91ef3367d0c6560a8e73669b42e3e84bce6fb79c authored almost 3 years ago
Polish exception handling in the transaction modules (#462)

* Polish exception handling in the transaction modules

* Polish comments

f6147fd048cc333c748d5a934135b3820168e19c authored almost 3 years ago
Check unique constraint violation strictly (#461)

* Remove duplicate code

* Use emitAll instead of collect and emit

* Check unique constrain...

1f24267759c68bfd4f1ed5a5a702df85db07ca6b authored almost 3 years ago
Polish error handling (#460)

ec9973bbe240dac1a5315c7b17b4de887d5ee63a authored almost 3 years ago
Remove kotlinx.coroutines.FlowPreview (#459)

* Change the timing of SQL logging

* Remove kotlinx.coroutines.FlowPreview

* Format

* U...

2984aea201cc43cda55afbe3967f564ab1efb6ec authored almost 3 years ago
Add project descriptions and use them as POM descriptions (#458)

5fee9ddad3e4fe77f08ac5f427b2d355faba0b16 authored almost 3 years ago
Update Kotlin to v1.6.10 (#457)

ed59c85ef62bb80dea9d63c032c51607ce474c1b authored almost 3 years ago
Revert "Update Kotlin to v1.6.10"

This reverts commit eb5006f347a3c9b1faba2bf790f5ebc8c9d60f9e.

1fbb078ec61429c798739b7e9cb4f6bbf715de58 authored almost 3 years ago
Update Kotlin to v1.6.10

eb5006f347a3c9b1faba2bf790f5ebc8c9d60f9e authored almost 3 years ago
Update dependency org.jetbrains:annotations to v23 (#456)

Co-authored-by: Renovate Bot <[email protected]>

594db3841c7f25669c8523f4b8c9d3f5c88356fa authored almost 3 years ago
Update plugin com.diffplug.spotless to v6.3.0 (#451)

Co-authored-by: Renovate Bot <[email protected]>

7af723e2236e1048ec4b948c710cde909935adbe authored almost 3 years ago
Update dependency org.jetbrains:annotations to v16.0.3 (#455)

Co-authored-by: Renovate Bot <[email protected]>

d1e65ce718fcaf971516f7fae53914a7a446be86 authored almost 3 years ago
Update dependency org.postgresql:postgresql to v42.3.3 (#450)

Co-authored-by: Renovate Bot <[email protected]>

fef09546145165bfc0521a2bc97470fbb90ca37b authored almost 3 years ago
Update spring core to v5.3.16 (#452)

Co-authored-by: Renovate Bot <[email protected]>

d1bd0a2373d606a8a0a50a7d2a20108ed3e69e51 authored almost 3 years ago
Rewrite Gradle codegen plugin in Java (#454)

d725a3b91c14742cc8cb37ec7875fb0cbe7b5a99 authored almost 3 years ago
Remove duplicate code (#449)

* Remove duplicate code

* Add a type parameter to the Value class

* Suppress warning

* ...

8d0bab4f4ea6313b046b01957504ebd08306b339 authored almost 3 years ago
Polish flow handling (#448)

eb9d7c887d776ce3076c119107399c1100d7492e authored almost 3 years ago
Update ktlint to v0.43.2 (#447)

* Update ktlint to v0.43.2

* Format

1ede0eb14a8bcbbbbcb95b5b86ab6e5d8f828b1a authored almost 3 years ago
Don't support optimistic lock of batch execution in MariaDB (#446)

c6eecbcea54958bb4267f9c3dff3d927676d397b authored almost 3 years ago
Add the returnGeneratedKeys option (#445)

a9b5c716b1445fb6aeaea68bcbc201635038cda0 authored almost 3 years ago
Update actions/github-script action to v6 (#442)

Co-authored-by: Renovate Bot <[email protected]>

06d44f9cc3295794bace39f7768a56557116fcff authored almost 3 years ago
Rename classes in the example and test modules (#444)

* Rename classes in the integration-test-jdbc module

* Rename classes in the integration-test...

5fc633dc3b0ac76cd24251d8f92b31703cf7e9d0 authored almost 3 years ago
Support batch execution for r2dbc-oracle and r2dbc-mssql (#443)

* Support batch execution for r2dbc-oracle and r2dbc-mssql

* Polish Executors and Runners

...

328aeca8a21d9e19c111a4a87633242106bafa2c authored almost 3 years ago
Polish (#441)

* Remove a TODO comment

* Don't include the merge update clause if there is no assignment tar...

eb9687af680a1ea0f9d640bcb5edbfc1ae7331a6 authored almost 3 years ago
Use JDK 17.0.2-tem (#440)

* Use 17.0.2-tem

* Add a new line

85b1345204607bc219665a4b8b31b25b7189c990 authored almost 3 years ago
Transform Publisher, which serves a nullable value, into Flow (#439)

c4e935c8096fcd7e72963b80b7d6b9b894e572e4 authored almost 3 years ago
Update dependency org.slf4j:slf4j-api to v1.7.36 (#436)

Co-authored-by: Renovate Bot <[email protected]>

67f7fc1ce34ad23da4f255060525c0f5ebb2adb2 authored almost 3 years ago
Update plugin com.diffplug.spotless to v6.2.2 (#437)

Co-authored-by: Renovate Bot <[email protected]>

692f5ef37d26e0b04dcd379aab24a4f377c23e92 authored almost 3 years ago
Update dependency gradle to v7.4 (#433)

Co-authored-by: Renovate Bot <[email protected]>

dc2063498d64dcf59c3774f13e6e758599486172 authored almost 3 years ago
Update dependency io.quarkus:quarkus-core-deployment to v2.7.1.Final (#434)

Co-authored-by: Renovate Bot <[email protected]>

3822d999eb03474f1ffc120ab02b3c1b045ed727 authored almost 3 years ago
Support lock options in the FOR UPDATE clause (#435)

* Support the lock option of FOR UPDATE clause

* Support the lock option of table hint

* S...

8318d65dfc12c7410838132769443d8a3b545f31 authored almost 3 years ago
Support type mappings for INTERVAL DAY TO SECOND and INTERVAL YEAR TO MONTH (#432)

* Support INTERVAL YEAR TO MONTH

* Support INTERVAL DAY TO SECOND

* Rename entity classes
...

ea96fd46eaa16f758ab6199f05935b14a5bf14dd authored almost 3 years ago
Throw RuntimeException instead of Exception (#431)

* Extend RuntimeException instead of Exception

* Translate a Throwable to a RuntimeException

94736ddf4cc8333665dbdf768edc51ac11909e49 authored almost 3 years ago
Fix connection handling and apply r2dbc-pool to integration tests (#430)

* Use the `awaitSingle` function to get a connection

* Create Setting objects only once

* ...

8352b5270ee703019aa4f45996733c19347edcff authored almost 3 years ago
Output detailed logs to investigate failed SQL Server tests (#426)

7085b535ba6f6421bd6deb463bc9252bf16859dc authored about 3 years ago
Update issue templates

a9cda6c5d289fd4a884b6892567b1e4dfb7ee761 authored about 3 years ago
Update issue templates

50454666db39dd94073dfb9b04171410bc8c51a0 authored about 3 years ago
[Gradle Release Plugin] - [skip ci] new version commit: 'v0.28.1-SNAPSHOT'.

cdb39d5f34115112e6f0704b5ef062159625ee5c authored about 3 years ago