-
I have a multi-project gradle project in Eclipse.
The project basic consists of a parent project 'ParentProject' and several sub projects.
The only project with subprojects is 'ParentProject', s…
-
```kotlin
package com.github.bric3.ha
import java.util.concurrent.Executors
import java.util.concurrent.TimeUnit
fun main(args: Array) {
println(Reproducer().o)
Executors.newSing…
bric3 updated
8 months ago
-
-- on **Debug using HotswapAgent** w/default Gradle **[bootRun]** task configuration selected ...
---
Plugin version: **1.3.6**
IDE version: **IntelliJ IDEA 2024.2.4**
OS: **Windows 11**
St…
-
Hello,
### Current Behavior
I tried to publish plugin `org.siouan.frontend` with version 2.1.0 few minutes ago. Publication fails with the Javadoc artifact, and a 403 error. Now I can't pu…
-
Native is cool these days. Add support for building with Graalvm; there's a Gradle plugin to build for native. Jetty and class auto discovery needs to be figured out.
-
### Describe your motivation
Currently our project build files looks ugly and you need special Vaadin skills to build a deployable artifact (typically in Maven project build with `production` profi…
-
### Describe your motivation
Add a new test module into the platform and smoke tests for flow-only application that exclude hilla and react components.
To verify that this really works; the new…
-
**Describe the bug**
My build crashes with a dependency check specific exception.
**Version of dependency-check used**
The problem occurs using version 7.4.1 of the org.owasp.dependencycheck …
-
With Vaadin 12.0.3 i am seeing some performance issues when Undertow is used as a underlying Server environment. The same does not happen with Tomcat.
I'm trying to figure out what might cause the…
-
### Describe your motivation
We use SASS (`.scss`) stylesheets under `/frontend/styles`. These are imported and fully supported by Vite. It seems that the `vaadin:stats` Vite plugin does not genera…