-
1). "kikaha setup" doesn't consider %MAVEN_HOME% or %M2_HOME% env variables but tries setting up its own maven (?).
I use git bash. When running "kikaha setup" then %HOME%.kikaha\conf\setup.conf is cr…
-
Dockerized Kikaha development stack
-
Is any chance to change the 'kikaha' name? If you plan to be worldwide, you probably will be
curious to know that this word with a slight changing (namely 'kakaha') means "piece of shit" in russian-s…
-
Test fails in ClassFileReader.getOutputLocationFor, since it doesn't consider Windows backslash.
However, even if to fix it, it still fails because file.getAbsolutePath() is not subdir of rootDir.getA…
-
Swagger is the a broadly used [API definition Specification](https://github.com/wordnik/swagger-spec) which should help Kikaha developers to expose its REST APIs.
### Definition of done:
- [ ] Exp…
miere updated
5 years ago
-
There is a gap to be filled out before consider Kotlin a first class citizen on Kikaha:
- [ ] Kotlin Collections serialization support
- [ ] Add the ability to serialize with Kotlin's Case Classes
…
miere updated
5 years ago
-
Have you considered participating in the [TechEmpower Web Framework Benchmarks](https://www.techempower.com/benchmarks/)? Might be a nice complement to the documentation for new potential users evalua…
-
I think we have a problem in asyncJobs queue.
I see that this queue is used in shutdown, but, `executorService.awaitTermination` can be a good alternative, right?
```java
@RunWith(KikahaRunner.cl…
-
Test case:
```java
@Entity
public class DataTypes {
@Column long longPrimitive;
@Column Long longObject;
}
@Test
public void ensureThatReturnTheSameValuesFromDatabaseOnNumericTyp…
-
**My config**
![image](https://user-images.githubusercontent.com/7042068/90161114-085f7680-dd69-11ea-9100-d77322d69ada.png)
**Files**
![image](https://user-images.githubusercontent.com/704206…