| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Re)add log4j2 binding for slf4j (1) | Simon Rettberg | 2024-07-24 | 1 | -0/+6 |
| | | | | | | | | | To silence warnings on dmsd startup, we switched to the slf4j 2.x bindings for log4j2 in 8167903bd02ee. This however created the same problem for the client, as it is using slf4j 1.7 through a different dependency. Solve this by adding both bindings. | ||||
| * | Change random numbers to make error go away | Simon Rettberg | 2024-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Error on startup of dmsd was: SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J: Ignoring binding found at [jar:file:/opt/dmsd/dmsd.jar!/org/slf4j/impl/StaticLoggerBinder.class] The two URLs were of little help, but luckily just punching the last line into google lead to this SO post which solves the issue: https://stackoverflow.com/a/75162534/2043481 | ||||
| * | maven: Don't uses brainfucked open intervals for version ranges | Simon Rettberg | 2023-09-21 | 1 | -14/+14 |
| | | | | | See https://michakutz.medium.com/d4ba66ac654 | ||||
| * | pom: fix compilation with latest xalan | Simon Rettberg | 2023-05-09 | 1 | -4/+9 |
| | | |||||
| * | [maven] Use https | Simon Rettberg | 2022-12-07 | 1 | -2/+2 |
| | | |||||
| * | [thrift] Add vmSizeLimit to satellite config | Simon Rettberg | 2022-11-03 | 1 | -1/+1 |
| | | |||||
| * | Force Unix line endings for Libvirt XML files (even on Windows platforms) | Manuel Bentele | 2022-02-04 | 1 | -0/+12 |
| | | |||||
| * | Downgrade Maven assembly plugin for Java 8 compatibility | Manuel Bentele | 2022-01-28 | 1 | -1/+1 |
| | | |||||
| * | [Util] Change Tar Dependence to apache commens-compress, fixes #3888 | ralph isenmann | 2022-01-27 | 1 | -3/+3 |
| | | |||||
| * | Update log4j because of the CVE-2021-45105 security flaw | Manuel Bentele | 2021-12-20 | 1 | -3/+3 |
| | | |||||
| * | Update generated Thrift API to version 0.15.0 | Manuel Bentele | 2021-12-17 | 1 | -1/+1 |
| | | |||||
| * | Add Maven profile to generate Thrift API | Manuel Bentele | 2021-12-17 | 1 | -0/+38 |
| | | | | | | | | | | The Thrift API can be generated with the following command: mvn -P thrift:generate The generated output files are copied over the old files and can be modified before a manual commit takes place. | ||||
| * | Update version of build dependencies | Manuel Bentele | 2021-12-17 | 1 | -8/+12 |
| | | |||||
| * | Remove deprecated Maven build plugin | Manuel Bentele | 2021-12-17 | 1 | -9/+0![]() |
| | | |||||
| * | Update version of Maven build plugins | Manuel Bentele | 2021-12-17 | 1 | -1/+2 |
| | | |||||
| * | Update log4j because of the CVE-2021-45046 security flaw | Manuel Bentele | 2021-12-17 | 1 | -3/+3 |
| | | |||||
| * | Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 1 | -6/+12 |
| | | |||||
| * | Add firmware loader lookup algorithm for Libvirt/QEMU machines | Manuel Bentele | 2021-11-30 | 1 | -0/+1 |
| | | |||||
| * | [virtualizer] Get rid of Generics for VirtualizationConfiguration | Simon Rettberg | 2021-08-12 | 1 | -0/+1 |
| | | |||||
| * | Add container models, which keeps the necessary informations about container ↵ | ralph isenmann | 2021-06-23 | 1 | -0/+6 |
| | | | | | imags, its meta information and for lecture specific information | ||||
| * | Build and package tests and their resources as external *.jar file | Manuel Bentele | 2021-05-25 | 1 | -0/+12 |
| | | |||||
| * | Merge branch 'feature/qemu-integration' | Manuel Bentele | 2021-05-19 | 1 | -0/+5 |
| |\ | |||||
| | * | Update XML schema for VirtualBox virtualization configurations | Manuel Bentele | 2021-05-05 | 1 | -0/+1 |
| | | | |||||
| | * | Add OS detection for Libvirt/QEMU virtualization configurations | Manuel Bentele | 2021-05-05 | 1 | -0/+2 |
| | | | |||||
| | * | Add unit tests for transformation logic (dozmod-client --> dozmod-server) | Manuel Bentele | 2021-04-29 | 1 | -0/+2 |
| | | | |||||
| * | | Remove needless reference to internal/private Maven repository | Manuel Bentele | 2021-05-19 | 1 | -13/+0![]() |
| | | | | | | | | | | | | | The reference to the internal/private Maven repository for prebuild dependencies can be removed since all used dependencies are externally available. | ||||
| * | | Fix URL to the project's website in Maven configuration | Manuel Bentele | 2021-05-19 | 1 | -1/+1 |
| |/ | |||||
| * | Enable Java compiler warnings | Manuel Bentele | 2021-03-10 | 1 | -0/+1 |
| | | |||||
| * | Add support for QEMU VMs (based on Libvirt domain XML documents) | Manuel Bentele | 2021-01-29 | 1 | -3/+24 |
| | | |||||
| * | Add support for QCOW2 images for QEMU | Manuel Bentele | 2021-01-08 | 1 | -2/+20 |
| | | |||||
| * | Add JUnit 5 and its Maven integration for tests | Manuel Bentele | 2021-01-05 | 1 | -3/+8 |
| | | |||||
| * | Add javax.annotation.Generated dependency for Java 9 | Simon Rettberg | 2019-10-22 | 1 | -0/+6 |
| | | |||||
| * | Move ResourceLoader to dozmod -- is client specific | Simon Rettberg | 2018-06-26 | 1 | -6/+0![]() |
| | | |||||
| * | More speedup: LZ4 and empty chunk detection | Simon Rettberg | 2018-05-16 | 1 | -0/+5 |
| | | |||||
| * | moved ResourceLoader from dozmod to mss | Jonathan Bauer | 2018-04-27 | 1 | -1/+6 |
| | | |||||
| * | Remove unused proxy-vole classes | Simon Rettberg | 2018-04-13 | 1 | -6/+0![]() |
| | | |||||
| * | Update maven plugins | Simon Rettberg | 2017-06-22 | 1 | -13/+2![]() |
| | | |||||
| * | Update dependencies | Simon Rettberg | 2017-06-19 | 1 | -4/+4 |
| | | |||||
| * | Add Feature support for dozmod; add allowLoginByDefault option | Simon Rettberg | 2017-01-26 | 1 | -1/+1 |
| | | |||||
| * | Add Json.java | Simon Rettberg | 2015-09-08 | 1 | -0/+6 |
| | | |||||
| * | Changes for Dozmod v1.1 | Simon Rettberg | 2015-06-05 | 1 | -1/+1 |
| | | |||||
| * | Update proxy-vole dependency in pom.xml, run thrift compiler | Simon Rettberg | 2014-11-13 | 1 | -21/+30 |
| | | |||||
| * | Moved whole proxy settings configuration to master-sync-shared. | Björn Hagemeister | 2014-11-12 | 1 | -0/+6 |
| | | | | | Plus adapted class to this changes. | ||||
| * | version ranges cause they are cool | Jonathan Bauer | 2014-10-10 | 1 | -3/+3 |
| | | |||||
| * | Add deploy section | Simon Rettberg | 2014-09-12 | 1 | -0/+13 |
| | | |||||
| * | Added missing block to pom.xml | Michael Petretti | 2014-06-30 | 1 | -0/+21 |
| | | |||||
| * | Initial Commit | Simon Rettberg | 2014-06-30 | 1 | -0/+77 |

