Commit 9715147
committed
Modernize gradle build scripts
Includes:
- Translate Groovy DSL to Kotlin DSL
- Implement 'convention plugin' (see https://docs.gradle.org/current/userguide/sharing_build_logic_between_subprojects.html#sec:convention_plugins_vs_cross_configuration)
- Implement version catalog
- Upgrade to gradle 8.7
- Implement ktlint and correct code format problems
- Translate remaining Java files into Kotlin1 parent aa7c320 commit 9715147
File tree
717 files changed
+18815
-16536
lines changed- buildSrc
- src/main/kotlin
- config/checkstyle
- gradle
- wrapper
- managementportal-client
- src
- main/kotlin/org/radarbase/management/client
- test/kotlin/org/radarbase/management/client
- radar-auth
- src
- main/java/org/radarbase/auth
- authentication
- authorization
- exception
- jwks
- jwt
- kratos
- token
- test/java/org/radarbase/auth
- authentication
- authorization
- security/jwk
- token
- util
- src
- gatling/resources
- main
- docker
- etc/config/kratos/identities
- test/ory_helm
- java/org/radarbase/management
- aop/logging
- config
- audit
- domain
- audit
- enumeration
- support
- filters
- hibernate
- repository
- filters
- security
- jwt
- algorithm
- service
- catalog
- dto
- mapper
- decorator
- web/rest
- criteria
- errors
- util
- vm
- resources
- config
- liquibase
- changelog
- i18n
- mails
- templates
- webapp
- app
- account
- activate
- password-reset
- finish
- init
- password
- settings
- admin
- audits
- docs
- health
- logs
- metrics
- blocks
- jvm-memory
- jvm-threads
- metrics-cache
- metrics-datasource
- metrics-endpoints-requests
- metrics-garbagecollector
- metrics-modal-threads
- metrics-request
- metrics-system
- user-management
- blocks
- config
- interceptor
- core/util
- entities
- oauth-client
- organization
- project
- revision
- role
- source-data
- source-type
- source
- subject
- home
- layouts
- error
- main
- profiles
- content/scss
- environments
- i18n
- en
- nl
- swagger-ui
- test
- javascript
- e2e/cypress
- integration
- account
- admin
- entities
- scenarios
- util
- java/org/radarbase
- auth/authentication
- containers
- management
- config
- security
- service
- webapp
- web/rest
- resources
- config
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
717 files changed
+18815
-16536
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | | - | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
28 | | - | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
46 | | - | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments