summaryrefslogtreecommitdiff
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update all non-major dependenciesRenovate Bot2023-10-041-3/+3
|
* Update all non-major dependenciesRenovate Bot2023-09-201-3/+3
|
* Update all non-major dependenciesRenovate Bot2023-09-141-3/+3
|
* Change from RESTEasy Classic to RESTEasy Reactive.Matthias Andreas Benkard2023-09-061-7/+3
| | | | Change-Id: I3a3386c3a3a380b8217ac1667cc623625aeee532
* Update dependency io.quarkus:quarkus-maven-plugin to v3.3.2Renovate Bot2023-09-051-1/+1
|
* Update all non-major dependencies to v6.3.0.FinalRenovate Bot2023-08-311-1/+1
|
* Update all non-major dependenciesRenovate Bot2023-08-291-2/+2
|
* Update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.10Renovate Bot2023-08-261-1/+1
|
* Update dependency io.hypersistence:hypersistence-utils-hibernate-62 to v3.5.2Renovate Bot2023-08-251-1/+1
|
* Update all non-major dependenciesRenovate Bot2023-08-241-3/+3
|
* Update all non-major dependenciesRenovate Bot2023-08-061-3/+3
|
* Update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.9.0Renovate Bot2023-08-061-1/+1
|
* Updates for Quarkus 3.Matthias Andreas Benkard2023-08-061-13/+21
| | | | Change-Id: I14aff18aa1e31944619dfb6cc57955484227b298
* Update quarkus.version to v3Renovate Bot2023-08-021-1/+1
|
* Update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.8.21Renovate Bot2023-05-111-1/+1
|
* Update all non-major dependenciesRenovate Bot2023-05-101-6/+6
|
* Update all non-major dependenciesRenovate Bot2023-04-041-5/+5
|
* Update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.8.20Renovate Bot2023-03-301-1/+1
|
* Update dependency org.liquibase:liquibase-maven-plugin to v4.20.0Renovate Bot2023-03-081-1/+1
|
* Update all non-major dependenciesRenovate Bot2023-03-071-4/+4
|
* Update dependency com.rometools:rome to v2Renovate Bot2023-02-221-1/+1
|
* Update all non-major dependenciesRenovate Bot2023-02-181-4/+4
|
* Update all non-major dependenciesRenovate Bot2023-02-101-2/+2
|
* Update hibernate core to v5.6.15.FinalRenovate Bot2023-02-061-1/+1
|
* Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.32.0Renovate Bot2023-02-051-1/+1
|
* Update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.8.10 ↵Matthias Benkard2023-02-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (mulk/mulkcms2!14) This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.jetbrains.kotlin:kotlin-annotations-jvm](https://kotlinlang.org/) ([source](https://github.com/JetBrains/kotlin)) | provided | patch | `1.8.0` -> `1.8.10` | --- ### Release Notes <details> <summary>JetBrains/kotlin</summary> ### [`v1.8.10`](https://github.com/JetBrains/kotlin/releases/tag/v1.8.10): Kotlin 1.8.10 [Compare Source](https://github.com/JetBrains/kotlin/compare/v1.8.0...v1.8.10) #### Changelog ##### Compiler - [`KT-55483`](https://youtrack.jetbrains.com/issue/KT-55483) K2: Fir is not initialized for FirRegularClassSymbol java/lang/invoke/LambdaMetafactory - [`KT-55729`](https://youtrack.jetbrains.com/issue/KT-55729) "None of the following functions can be called with the arguments supplied:" in 1.8.0 - [`KT-55769`](https://youtrack.jetbrains.com/issue/KT-55769) "ERROR: Could not find accessor": Android DataBinding fails with Kotlin 1.8.0 - [`KT-55308`](https://youtrack.jetbrains.com/issue/KT-55308) InnerClass attributes should be sorted (innermost last) ##### JavaScript - [`KT-56282`](https://youtrack.jetbrains.com/issue/KT-56282) KJS: Invalidate incremental cache in case of compiler internal errors - [`KT-55852`](https://youtrack.jetbrains.com/issue/KT-55852) JS: "IllegalStateException: Unexpected ir type argument" caused by List with star projection type - [`KT-55716`](https://youtrack.jetbrains.com/issue/KT-55716) KJS / IC: "Cannot read properties of undefined" with overriding variables with 1.8.0 - [`KT-55758`](https://youtrack.jetbrains.com/issue/KT-55758) KJS / IR: Checking implemented interface on a class implementing a [@&#8203;JsExport](https://github.com/JsExport) interface returns the wrong result ##### Reflection - [`KT-56093`](https://youtrack.jetbrains.com/issue/KT-56093) Metaspace leak in a Gradle plugin built with Kotlin 1.8.0 ##### Tools. Compiler plugins. Serialization - [`KT-56347`](https://youtrack.jetbrains.com/issue/KT-56347) \[Kotlin 1.8] Regression kotlinx.serialization compiler plugin internal error - [`KT-55681`](https://youtrack.jetbrains.com/issue/KT-55681) Serialization: NullPointerException after update to 1.8.0 caused by `@Serializer(forClass= ..)` - [`KT-56244`](https://youtrack.jetbrains.com/issue/KT-56244) kotlinx.serialization compiler intrinsic does not work with encodeToString function in 1.8.0 - [`KT-55683`](https://youtrack.jetbrains.com/issue/KT-55683) Serialization: "IllegalStateException: Expected to have a primary constructor" with expect class and companion object - [`KT-55682`](https://youtrack.jetbrains.com/issue/KT-55682) Serialization: "IllegalStateException: Function has no body: FUN name:serializer" with 1.8.0 ##### Tools. Gradle - [`KT-55697`](https://youtrack.jetbrains.com/issue/KT-55697) KGP 1.8.0 adds compileOnly dependencies to unit test compile classpath ##### Tools. Gradle. Multiplatform - [`KT-55730`](https://youtrack.jetbrains.com/issue/KT-55730) MPP / Gradle: compileKotlinMetadata fails to resolve symbols in additional source sets ##### Tools. Gradle. Native - [`KT-56280`](https://youtrack.jetbrains.com/issue/KT-56280) Gradle: freeCompilerArgs are no longer propagated from compilations to Native binaries ##### Tools. Kapt - [`KT-48013`](https://youtrack.jetbrains.com/issue/KT-48013) Kapt generates illegal stubs for private interface methods #### Checksums | File | Sha256 | | --- | --- | | kotlin-compiler-1.8.10.zip | 4c3fa7bc1bb9ef3058a2319d8bcc3b7196079f88e92fdcd8d304a46f4b6b5787 | | kotlin-native-linux-x86\_64-1.8.10.tar.gz | 4c5c8a82a63a3a9845be2514d536ca407340db7fc558b97c43ed003f866a9742 | | kotlin-native-macos-x86\_64-1.8.10.tar.gz | 52ea7cf2dfaae058fc00fc4e00ec89fefe5a7e4c83abeadb7531cc9346ff18db | | kotlin-native-macos-aarch64-1.8.10.tar.gz | 08cef514e9d582b0e7bcf3f592dd853270b535a4b765555db97381aeb8c92a85 | | kotlin-native-windows-x86\_64-1.8.10.zip | e8b9a04f0df3cdec6fa360a6781723fc8551e93c70dfd1aaffbd282b7cddc19d | </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
| * Update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.8.10Renovate Bot2023-02-021-1/+1
| |
* | Update dependency org.postgresql:postgresql to v42.5.3Renovate Bot2023-02-031-1/+1
|/
* Update all non-major dependenciesRenovate Bot2023-02-021-3/+3
|
* Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.31.0Renovate Bot2023-01-261-1/+1
|
* Update all non-major dependenciesRenovate Bot2023-01-181-2/+2
|
* Update dependency net.java.dev.jna:jna to v5.13.0Renovate Bot2023-01-141-1/+1
|
* Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.30.0Renovate Bot2023-01-141-1/+1
|
* Update all non-major dependencies to v2.15.3.finalRenovate Bot2023-01-101-1/+1
|
* Update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.8.0Matthias Benkard2023-01-091-1/+1
|\ | | | | See merge request mulk/mulkcms2!2
| * Update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to v1.8.0Renovate Bot2023-01-091-1/+1
| |
* | Update all non-major dependenciesRenovate Bot2023-01-091-3/+3
|/
* chore(deps): update all non-major dependencies (#12)renovate[bot]2022-12-171-4/+4
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update hibernate core to v5.6.14.final (#10)renovate[bot]2022-12-161-1/+1
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to ↵renovate[bot]2022-12-161-1/+1
| | | | | v1.7.22 (#11) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore: Update dependencies.Matthias Andreas Benkard2022-10-231-12/+12
| | | | Change-Id: I5b94c17f2d2dbd7b19957d212ee879c2cc04ad38
* Update dependencies.Matthias Andreas Benkard2022-09-041-5/+5
| | | | Change-Id: I6ec407e7b73cd579c33344e791ab915799b43881
* Upgrade to Quarkus 2.9.2.Final.Matthias Andreas Benkard2022-06-061-1/+1
| | | | Change-Id: I9cf42af869056b7c944c891d6dc008a640c82edc
* KB66 PostResource#postComment: Return Uni<Response>.Matthias Andreas Benkard2022-06-051-0/+4
| | | | Change-Id: I58ea7a2abd24b2f45b80f401ad0506a698993a9b
* Remove deprecated (and unused) resteasy-mutiny extension.Matthias Andreas Benkard2022-05-181-4/+0
| | | | Change-Id: Icea48dc0a26b5458dd1cfc9394ea47d881730485
* KB119 POM: Extend resource exclusion list.Matthias Andreas Benkard2022-05-181-20/+8
| | | | Change-Id: If0c9bb286ccfe05bc1911dda6ebcfd895dc71e59
* Update to Quarkus 2.9.0.Final.Matthias Andreas Benkard2022-05-181-1/+1
| | | | Change-Id: I32dd54a5618594795dea90e5718066f04b88b136
* Update dependencies.Matthias Andreas Benkard2022-04-031-5/+10
| | | | Change-Id: Id97c8c7f160e67fbf9f79b00482ebd558727a38e
* Use Blaze Persistence for criteria queries.Matthias Andreas Benkard2022-03-201-1/+14
| | | | | | | | Blaze Persistence is more flexible, but also less type-safe than JPA Criteria. This change explores what the changes look like and how efficient the resulting queries are. Change-Id: Ia47e4f0280d451e0381f58ece297c5bc06604289
* Update dependencies.Matthias Andreas Benkard2022-03-191-20/+22
| | | | Change-Id: I94904259a5d8dd4b8011ae578632fb9cd646c93e