summaryrefslogtreecommitdiff
path: root/src/main/scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove Scala again.Matthias Andreas Benkard2020-08-292-18/+22
| | | | | | | | | At this time, Scala support is not worth very much, and as Scala 3 is not here yet the compiler slows down the build significantly. This change may be reverted in the future. Change-Id: Ie172489284f324e8c2313919b293fdf98754c2f6
* Scala: More compact imports.Matthias Andreas Benkard2020-08-231-5/+2
| | | | Change-Id: I54a8ff7825ce443ad82ce34ae4c6c1a331382a6e
* Scala: Fewer semicolons.Matthias Andreas Benkard2020-08-221-8/+8
| | | | Change-Id: I1ca6f4b4bcd732602f16c7114d7bb91c5a5fcd92
* Scala: Stylistic improvements.Matthias Andreas Benkard2020-08-221-3/+3
| | | | Change-Id: I6f6cc25dd432d43e89e7bb54fa101be9da157754
* Add Scala compiler.Matthias Andreas Benkard2020-08-221-0/+21
| | | | Change-Id: I68ffcf35b1b6ea2e42a479bdb71f868a486781db
* Disable Scala, use Java everywhere.Matthias Andreas Benkard2020-01-141-12/+0
| | | | Change-Id: Ieec7d20f3e7d7a15e7db951d2a0b4ebdcf8503a5
* Move everything to below eu.mulk.mulkcms2.Matthias Andreas Benkard2020-01-121-2/+2
| | | | Change-Id: Ib9fc9638fb95bb9c31198bee89a5a24eff8d0b74
* Move Java files from src/main/scala to src/main/java.Matthias Andreas Benkard2020-01-1235-2889/+0
| | | | Change-Id: I80c9b4cea5e50a4467ea75e9b425409fdbe36aa1
* JPA: Fix up @ManyToMany relationships.Matthias Andreas Benkard2020-01-129-402/+44
| | | | | | | | | IntelliJ does not appear to be capable of detecting many-to-many relationships, instead generating one-to-many relationships with join tables. To reflect the data model more accurately, this patch changes these into actual @ManyToMany properties. Change-Id: Ib813e7df64b1b3d77df3e7f904d279f320029f4b
* Import autogenerated JPA entities.Matthias Andreas Benkard2020-01-1241-0/+3247
| | | | | | | Adds JPA entities generated by IntelliJ for all existing tables in the database. Change-Id: Iac957b5d68ce45328db87487f105522f8595e124
* Import fresh Quarkus project.Matthias Andreas Benkard2020-01-121-0/+12
Change-Id: I05fa5dd499cdca04adee9afbef9f83b3afd8fe0f