CopyPastor

Detecting plagiarism made easy.

Score: 1; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2025-09-02
by Eng.Fouad

Original Post

Original - Posted on 2025-09-02
by Eng.Fouad



            
Present in both answers; Present only in the new answer; Present only in the old answer;

You can use the extension [`quarkus-info`](https://quarkus.io/extensions/io.quarkus/quarkus-info/?tab=docs), then you can inject these info objects:
```java @Inject BuildInfo buildInfo; @Inject GitInfo gitInfo; @Inject JavaInfo javaInfo; @Inject OsInfo osInfo; ```
You can use the extension [`quarkus-info`](https://quarkus.io/extensions/io.quarkus/quarkus-info/?tab=docs), then you can inject these info objects:
```java @Inject BuildInfo buildInfo; @Inject GitInfo gitInfo; @Inject JavaInfo javaInfo; @Inject OsInfo osInfo; ```

        
Present in both answers; Present only in the new answer; Present only in the old answer;