luhua

Results 11 issues of luhua

When "Entity" is added to "GameWord", the "Component" of "Entity" is initialized once. Because some components need to add "Entity" to "GameWord" before they can be fully initialized. For example:...

type:new feature

Hi @fvarrui . Are you considering adding the function of automatically converting pictures to icons? I can provide the following sample: ```java import net.ifok.image.image4j.codec.ico.ICOEncoder; import javax.imageio.ImageIO; import java.awt.*; import java.awt.image.BufferedImage;...

enhancement

Hi @fvarrui ! Whether to consider adding a new function `prevent the program from starting a second time`.

enhancement
feedback

When ${project. Description} is in Chinese, the process displays garbled code ```java - JavaPackager version: 1.6.6 - OS version: windows Server 2019 Datacenter 1809 - JDK version: 1.8 - Build...

bug
duplicate
help wanted

It took a very long time at this `Trying to resolve license from POM ...` position . ![image](https://github.com/fvarrui/JavaPackager/assets/41568266/57765ebe-ea3f-4529-9210-458dd66beab8) ![image](https://github.com/fvarrui/JavaPackager/assets/41568266/512770af-c922-4438-ab74-9075f4f1e532) Sometimes the following exception message will be thrown, but it can...

enhancement

```kotlin class TestClass1: JsonModel{ val dataProperty = SimpleObjectProperty() var data by dataProperty override fun updateModel(json: JsonObject) { with(json) { data = jsonModel() } } } class TestClass2: JsonModel{ // ......

执行 mvn package命令,在win下直接生成exe文件,自带jre环境 ![image](https://github.com/user-attachments/assets/703265e3-4938-4f17-b353-b53c9e698038)

### 目前使用的 Sakura 版本? 2.4.0 ### 目前使用的 halo 版本? 2.19.3 ### 建议/问题 halo2.19.3 友链页面显示异常,回退版本到2.19.2后正常显示

插件打包就不用自带kotlin的jar了