summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency flow-bin to ^0.197.0Renovate Bot2023-01-152-5/+5
|
* Update dependency net.java.dev.jna:jna to v5.13.0 (mulk/mulkcms2!8)Matthias Benkard2023-01-141-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [net.java.dev.jna:jna](https://github.com/java-native-access/jna) | compile | minor | `5.12.1` -> `5.13.0` | --- ### Release Notes <details> <summary>java-native-access/jna</summary> ### [`v5.13.0`](https://github.com/java-native-access/jna/blob/HEAD/CHANGES.md#Release-5130) [Compare Source](https://github.com/java-native-access/jna/compare/5.12.1...5.13.0) \================ ## Features - [#&#8203;1454](https://github.com/java-native-access/jna/pull/1454): Add `c.s.j.p.win32.Psapi.QueryWorkingSetEx` and associated Types - [@&#8203;crain-32](https://github.com/Crain-32). - [#&#8203;1459](https://github.com/java-native-access/jna/pull/1459): Add `VirtualLock` and `VirtualUnlock` in `c.s.j.p.win32.Kernel32` - [@&#8203;matthiasblaesing](https://github.com/matthiasblaesing). - [#&#8203;1471](https://github.com/java-native-access/jna/pull/1471): Add `c.s.j.p.win32.Advapi32Util#isCurrentProcessElevated` and associated Types - [@&#8203;dbwiddis](https://github.com/dbwiddis). - [#&#8203;1474](https://github.com/java-native-access/jna/pull/1474): Add `c.s.j.p.win32.WbemCli#IWbemClassObject.IWbemQualifierSet`, `IWbemServices.GetObject`, `IWbemContext.SetValue` and associated methods - [@&#8203;rchateauneu](https://github.com/rchateauneu). - [#&#8203;1482](https://github.com/java-native-access/jna/pull/1482): Add multilingual support of `Kernel32Util.formatMessage` - [@&#8203;overpathz](https://github.com/overpathz). - [#&#8203;1490](https://github.com/java-native-access/jna/pull/1490): Adds support for a custom `SymbolProvider` in `NativeLibrary` & `Library` - [@&#8203;soywiz](https://github.com/soywiz). - [#&#8203;1491](https://github.com/java-native-access/jna/pull/1491): Update libffi to v3.4.4 - [@&#8203;matthiasblaesing](https://github.com/matthiasblaesing). - [#&#8203;1487](https://github.com/java-native-access/jna/issues/1487): Add 'uses' information to OSGI metadata in MANIFEST.MF to improve stability of package resolution - [@&#8203;sratz](https://github.com/sratz). ## Bug Fixes - [#&#8203;1452](https://github.com/java-native-access/jna/issues/1452): Fix memory allocation/handling for error message generation in native library code (`dispatch.c`) - [@&#8203;matthiasblaesing](https://github.com/matthiasblaesing). - [#&#8203;1460](https://github.com/java-native-access/jna/issues/1460): Fix win32 variant date conversion in DST offest window and with millisecond values - [@&#8203;eranl](https://github.com/eranl). - [#&#8203;1472](https://github.com/java-native-access/jna/issues/1472): Fix incorrect bitmask in `c.s.j.Pointer#createConstant(int)` - [@&#8203;dbwiddis](https://github.com/dbwiddis). - [#&#8203;1481](https://github.com/java-native-access/jna/issues/1481): Fix NPE in NativeLibrary when unpacking from classpath is disabled - [@&#8203;trespasserw](https://github.com/trespasserw). - [#&#8203;1489](https://github.com/java-native-access/jna/pull/1489): Fixes typo in `OpenGL32Util#wglGetProcAddress`, instead of parameter `procName` the hardcoded value `wglEnumGpusNV` was used - [@&#8203;soywiz](https://github.com/soywiz). </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 net.java.dev.jna:jna to v5.13.0Renovate Bot2023-01-141-1/+1
|/
* Merge GitLab and Gerrit branches.Matthias Andreas Benkard2023-01-142-3/+3
|\ | | | | | | Change-Id: Icf882908c36e6e09a96a5c1fa04d4849311eabd8
| * Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.30.0 ↡Matthias Benkard2023-01-141-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (mulk/mulkcms2!6) This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | build | minor | `2.29.0` -> `2.30.0` | --- ### Release Notes <details> <summary>diffplug/spotless</summary> ### [`v2.30.0`](https://github.com/diffplug/spotless/blob/HEAD/CHANGES.md#&#8203;2300---2022-09-14) ##### Added - `formatAnnotations()` step to correct formatting of Java type annotations. It puts type annotations on the same line as the type that they qualify. Run it after a Java formatting step, such as `googleJavaFormat()`. ([#&#8203;1275](https://github.com/diffplug/spotless/pull/1275)) ##### Changes - Bump default `ktfmt` version to latest `0.39` -> `0.40` ([#&#8203;1312](https://github.com/diffplug/spotless/pull/1312)) - Bump default `ktlint` version to latest `0.46.1` -> `0.47.1` ([#&#8203;1303](https://github.com/diffplug/spotless/pull/1303)) - Also restored support for older versions of ktlint back to `0.31.0` </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 com.diffplug.spotless:spotless-maven-plugin to v2.30.0Renovate Bot2023-01-141-1/+1
| |/
| * Update all non-major dependencies to v2.15.3.final (mulk/mulkcms2!5)Matthias Benkard2023-01-101-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | patch | `2.15.2.Final` -> `2.15.3.Final` | | [io.quarkus:quarkus-universe-bom](https://github.com/quarkusio/quarkus-platform) | import | patch | `2.15.2.Final` -> `2.15.3.Final` | --- ### Release Notes <details> <summary>quarkusio/quarkus</summary> ### [`v2.15.3.Final`](https://github.com/quarkusio/quarkus/releases/tag/2.15.3.Final) [Compare Source](https://github.com/quarkusio/quarkus/compare/2.15.2.Final...2.15.3.Final) ##### Complete changelog - [#&#8203;30255](https://github.com/quarkusio/quarkus/pull/30255) - Introduce a JSON Stream parser for the reactive rest client - [#&#8203;30242](https://github.com/quarkusio/quarkus/pull/30242) - Throw an IllegalStateException with basic info about the provider that failed to provide a resource - [#&#8203;30227](https://github.com/quarkusio/quarkus/pull/30227) - SmallRye GraphQL 1.9.1/2.0.1 + config property to control Federation - [#&#8203;30218](https://github.com/quarkusio/quarkus/pull/30218) - OIDC documentation fixes - [#&#8203;30200](https://github.com/quarkusio/quarkus/pull/30200) - Ensure that Kotlin implementation of QuarkusApplication works properly - [#&#8203;30195](https://github.com/quarkusio/quarkus/pull/30195) - Log graphql.execution.AbortExecutionException when it occurs - [#&#8203;30190](https://github.com/quarkusio/quarkus/issues/30190) - 2.15.2.Final breaks command mode with main class extends from QuarkusApplication in kotlin - [#&#8203;30187](https://github.com/quarkusio/quarkus/pull/30187) - Bump xstream from 1.4.19 to 1.4.20 - [#&#8203;30183](https://github.com/quarkusio/quarkus/pull/30183) - Fixing typos in security overview doc - [#&#8203;30177](https://github.com/quarkusio/quarkus/pull/30177) - Properly handle SSE comments in RESTEasy Reactive client and server code - [#&#8203;30172](https://github.com/quarkusio/quarkus/pull/30172) - Codestarts - Fix flattening of log levels - [#&#8203;30169](https://github.com/quarkusio/quarkus/issues/30169) - NullPointerException when sending SSE with comment only - [#&#8203;30161](https://github.com/quarkusio/quarkus/pull/30161) - Align behavior for getDeferredIdentity and getIdentity in TestIdentityAssociation - [#&#8203;30160](https://github.com/quarkusio/quarkus/issues/30160) - Different behavior in TestIdentityAssociation for getDeferredIdentity and getIdentity - [#&#8203;30157](https://github.com/quarkusio/quarkus/pull/30157) - Gradle quarkusDev: don't use test classes dir for app classes - [#&#8203;30155](https://github.com/quarkusio/quarkus/pull/30155) - Show how to verify smallrye-jwt issuer in a shared network - [#&#8203;30154](https://github.com/quarkusio/quarkus/pull/30154) - Remove remaining references to javax classes - [#&#8203;30152](https://github.com/quarkusio/quarkus/issues/30152) - Improve error handling of AbortExecutionException in smallrye-graphql extension - [#&#8203;30146](https://github.com/quarkusio/quarkus/pull/30146) - Properly segregate Json MessageBodyReader/Writer classes for server and client - [#&#8203;30145](https://github.com/quarkusio/quarkus/issues/30145) - GraphQL federation directives, which allow multiple values, do not match Apollo contract - [#&#8203;30142](https://github.com/quarkusio/quarkus/pull/30142) - When disabling name and version for label selectod in k8s, don't remove from labels - [#&#8203;30138](https://github.com/quarkusio/quarkus/issues/30138) - Keycloak Dev Services - [#&#8203;30132](https://github.com/quarkusio/quarkus/pull/30132) - Register REST Client body parameters for reflection - [#&#8203;30119](https://github.com/quarkusio/quarkus/issues/30119) - Enable/disable GraphQL Federation automatically (+ add a config property for it) - [#&#8203;30100](https://github.com/quarkusio/quarkus/issues/30100) - Setting `add-version-to-label-selectors: false` removes the app.kubernetes.io/version label - [#&#8203;30078](https://github.com/quarkusio/quarkus/issues/30078) - Quarkus Kotlin Native Reactive REST Client not working properly - [#&#8203;30061](https://github.com/quarkusio/quarkus/issues/30061) - Adding Kotlin Tests Breaks Kotlin/Java project - [#&#8203;30044](https://github.com/quarkusio/quarkus/issues/30044) - Resteasy Reactive Rest Client fails to re-construct large chunks of streamed json (stream+json) and fails deserialization - [#&#8203;29998](https://github.com/quarkusio/quarkus/pull/29998) - Bump to smallrye-config 2.13.1 - [#&#8203;29918](https://github.com/quarkusio/quarkus/issues/29918) - smallrye-config: Converter<Int> throws IllegalStateException - [#&#8203;29609](https://github.com/quarkusio/quarkus/pull/29609) - Remove Reflection replacements, now supported by GraalVM </details> <details> <summary>quarkusio/quarkus-platform</summary> ### [`v2.15.3.Final`](https://github.com/quarkusio/quarkus-platform/compare/2.15.2.Final...2.15.3.Final) [Compare Source](https://github.com/quarkusio/quarkus-platform/compare/2.15.2.Final...2.15.3.Final) </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 these updates 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 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 dependenciesMatthias Benkard2023-01-091-3/+3
| |\ \ | | |/ | |/| See merge request mulk/mulkcms2!1
| | * Update all non-major dependenciesRenovate Bot2023-01-091-3/+3
| |/
| * Update Renovate configuration for GitLab.Matthias Benkard2023-01-091-1/+1
| |
* | fix(deps): update dependency org.jetbrains.kotlin:kotlin-annotations-jvm to ↡renovate[bot]2022-12-281-1/+1
| | | | | | | | | | v1.8.0 (#22) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* | fix(deps): update all non-major dependencies (#21)renovate[bot]2022-12-271-2/+2
|/ | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency purecss to v3 (#15)renovate[bot]2022-12-172-5/+5
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update all non-major dependencies (#12)renovate[bot]2022-12-173-9/+9
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Renovate: Ignore snowpack.Matthias Andreas Benkard2022-12-171-0/+1
| | | | Change-Id: Iea0fad67d5444f93a6bc41a0878acf62c569bae5
* 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>
* Configure Renovate (#9)renovate[bot]2022-12-161-0/+3
| | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matthias Andreas Benkard <code@mail.matthias.benkard.de>
* fix(newsletter): Do not pass DISTINCT through to SQL.Matthias Andreas Benkard2022-11-081-10/+13
| | | | | | | | This was causing an error: ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list Change-Id: I2de3713fa1d7ca9d6f3592840a944e16cc8faa1d
* style: Reformat.Matthias Andreas Benkard2022-11-023-9/+0
| | | | Change-Id: Ie32d4f528cec794d03536eaf402de31ab2e9468e
* feat(wiki): Implement new Wiki page creation.Matthias Andreas Benkard2022-11-023-19/+46
| | | | Change-Id: I807147f3a4d105c08a9ffda130afec36dc13228a
* Wiki: Rebundle Content Tools.Matthias Andreas Benkard2022-11-016-58/+60
| | | | | | | | | | | Content Tools was previously wrapped into an ECMAScript module through the use of Snowpack. This mechanism broke some time ago, making the wiki uneditable. Content Tools is now imported as is, which simplifies its packaging and restores it to a working state. Change-Id: I49d2d625bc955a260a63c47bcaceb23b61366123
* fix: TemporalExtensions: Work around template extension type resolution ↡Matthias Andreas Benkard2022-10-231-3/+5
| | | | | | wonkiness. Change-Id: I3e278bd1c8b03dd55d255fab1a0ca6d94cafbdde
* chore: Update dependencies.Matthias Andreas Benkard2022-10-233-150/+147
| | | | Change-Id: I5b94c17f2d2dbd7b19957d212ee879c2cc04ad38
* refactor: Consolidate Qute extensions in a separate package.Matthias Andreas Benkard2022-10-233-70/+58
| | | | Change-Id: I03526ef4f5d99db202cbbf1045e52464e2d83a9a
* Update dependencies.Matthias Andreas Benkard2022-09-043-5614/+2101
| | | | Change-Id: I6ec407e7b73cd579c33344e791ab915799b43881
* KB66 Post: Order comments by date ascending rather than descending.Matthias Andreas Benkard2022-06-061-1/+1
| | | | Change-Id: If3205486b9a2acbc5578479395237f2d41be0c40
* KB66 NewsletterSender: Only consider top-level posts.Matthias Andreas Benkard2022-06-061-6/+8
| | | | Change-Id: I8a57dbdbad27e01297263b382ce557859d9b462d
* Upgrade to Quarkus 2.9.2.Final.Matthias Andreas Benkard2022-06-063-3/+16
| | | | Change-Id: I9cf42af869056b7c944c891d6dc008a640c82edc
* KB66 Make ESLint happy.Matthias Andreas Benkard2022-06-052-8/+13
| | | | Change-Id: If77c7740cd9b776f9c043b246a444788093b0a42
* KB66 PostResource#postComment: Return Uni<Response>.Matthias Andreas Benkard2022-06-052-5/+10
| | | | Change-Id: I58ea7a2abd24b2f45b80f401ad0506a698993a9b
* KB66 Assign comment owner if logged in.Matthias Andreas Benkard2022-06-042-2/+7
| | | | Change-Id: I63cb2c2350f5183b7fbca335df8a06425193e015
* KB66 Add comment count to post header.Matthias Andreas Benkard2022-06-044-13/+24
| | | | Change-Id: I98fd99327fdfebaddfebe3541e6b1ccb1d78fe3c
* KB66 Add comment notification email.Matthias Andreas Benkard2022-06-044-2/+38
| | | | Change-Id: I27feecfe2d4309397b116552856227eacb7e9600
* KB66 Add comment box.Matthias Andreas Benkard2022-06-0410-37/+157
| | | | Change-Id: I9bf140ded85045b09997145ed2a9fb421fedc7d4
* KB66 Add comment post form.Matthias Andreas Benkard2022-05-245-1/+89
| | | | Change-Id: Iac22d115f0d1c59eb273a26d720c07f6d1b11077
* build.xml: Add more directories to 'clean' target.Matthias Andreas Benkard2022-05-241-0/+2
| | | | Change-Id: I05b8e425fb95a4e6e364c52b73d0857d60814ae9
* Fix semantic HTML.Matthias Andreas Benkard2022-05-241-16/+16
| | | | | | | | | | | | Applies recommendations by https://validator.w3.org/nu/: - Replaces untitled sections with divs. (Sections are supposed to represent semantic, not structural, units.) - Replaces bookmark title h1. with h2s. (While not strictly required according to the HTML spec, you are supposed to make heading levels independent of semantic structure tags.) Change-Id: I81c634b67bb1044214b5f88a7e05f00d8ba87d5c
* MlkBookmarkSubmissionForm: Add initializers back.Matthias Andreas Benkard2022-05-201-0/+3
| | | | | | | The initializers were mistakenly removed, but they are needed for bookmarklet-driven bookmark submission. This adds them back. Change-Id: I565e5b3f372da826224d96dddf568295af552744
* Remove deprecated (and unused) resteasy-mutiny extension.Matthias Andreas Benkard2022-05-181-4/+0
| | | | Change-Id: Icea48dc0a26b5458dd1cfc9394ea47d881730485
* Remove runtime container image recipe (moved to β€œcontainer-images” ↡Matthias Andreas Benkard2022-05-184-88/+0
| | | | | | repository). Change-Id: I35f3c0252b1002afd50e7f4bf9509fe2f5f3992b
* KB119 POM: Extend resource exclusion list.Matthias Andreas Benkard2022-05-181-20/+8
| | | | Change-Id: If0c9bb286ccfe05bc1911dda6ebcfd895dc71e59
* Container image: Trim of unused modules.Matthias Andreas Benkard2022-05-181-1/+1
| | | | | | | | | | | | The list of modules was obtained by: jdeps --print-module-deps \ --multi-release 18 \ --class-path (find target/quarkus-app -name \*.jar | paste -sd:) \ --ignore-missing-deps \ target/quarkus-app/app/*.jar Change-Id: Ie63ff85c459e748270b694b657e1ffbfd7234e4c
* Use a custom OpenJDK base container image.Matthias Andreas Benkard2022-05-185-2/+89
| | | | Change-Id: I9b24bdaf5f07974de12ae408df3b9a25e8268a48
* Update to Quarkus 2.9.0.Final.Matthias Andreas Benkard2022-05-181-1/+1
| | | | Change-Id: I32dd54a5618594795dea90e5718066f04b88b136
* KB118 MlkBookmarkSubmissionForm: Set descriptionInput.{innerText => value}.Matthias Andreas Benkard2022-05-182-5/+2
| | | | Change-Id: Ie500e369fa414039bcb1a35aab6fcf456d84956c
* Disable dev mode Hibernate validation.Matthias Andreas Benkard2022-05-071-0/+1
| | | | Change-Id: I8988c116680c7ccdcf40b41770ada30573c63ff6