Yuri Marx · Nov 27, 2023 go to post

I understand that IRIS is a multilanguage RPC for the most popular languages, so iris can be the gateway to inter language interoperability. With, in a same class method you can use java, .net and python, for example. It is very poweful!

Yuri Marx · Nov 27, 2023 go to post

This app is subscribed on java comtest and it is a way to demonstrate how easy is call java libraries

Yuri Marx · Nov 11, 2023 go to post

I agree with you, the JasperReports is very popular and now IRIS can use jasper to print reports with data from any database, including iris

Yuri Marx · Nov 2, 2023 go to post

Propose an idea to resolve this on ideas portal, claim a tutorial, article, documentation improvement or a sample on open exchange, the ideas portal works very well

Yuri Marx · Sep 11, 2023 go to post

Fixed change the dependency for 1.1.1:

<dependency>
    <groupId>io.github.yurimarx</groupId>
    <artifactId>hibernateirisdialect</artifactId>
    <version>1.1.1</version>
</dependency>
Yuri Marx · Sep 11, 2023 go to post

Fixed change your dependency for version 1.1.1:

<dependency>
    <groupId>io.github.yurimarx</groupId>
    <artifactId>hibernateirisdialect</artifactId>
    <version>1.1.1</version>
</dependency>
Yuri Marx · Sep 11, 2023 go to post

Fixed, please, change your dependency for 1.1.1:

<dependency>
    <groupId>io.github.yurimarx</groupId>
    <artifactId>hibernateirisdialect</artifactId>
    <version>1.1.1</version>
</dependency>
Yuri Marx · Jul 29, 2023 go to post

An hacker would like to open connection with a legacy java version too, in your iris env🤣

Yuri Marx · Jul 26, 2023 go to post

Many companies are not using java 8 or 11 anymore, because security issues and migrated to 17 version and later. It is important support the latest versions.