Coder Social home page Coder Social logo

Comments (17)

yegor256 avatar yegor256 commented on July 22, 2024

@MikhailLipanin don't attach log file, paste log right into the body of the ticket

from qulice.

MikhailLipanin avatar MikhailLipanin commented on July 22, 2024

@yegor256 done

from qulice.

OlesiaSub avatar OlesiaSub commented on July 22, 2024

@yegor256 any progress here?

from qulice.

yegor256 avatar yegor256 commented on July 22, 2024

@Graur maybe you can help?

from qulice.

Graur avatar Graur commented on July 22, 2024

@OlesiaSub @MikhailLipanin @yegor256 Right now we have a workaround: maven-compiler-plugin cannot work with different java versions at the same time.
I'll try to add a readable error message about this to qulice.

from qulice.

MikhailLipanin avatar MikhailLipanin commented on July 22, 2024

@OlesiaSub @Graur @yegor256 this helped me, may be it is a solution

from qulice.

Graur avatar Graur commented on July 22, 2024

@MikhailLipanin You are right, but it's a workaround solution. We need some handler to get a readable message in such cases

from qulice.

l3r8yJ avatar l3r8yJ commented on July 22, 2024

@Graur I also encountered this problem and this is what helped me
in pom.xml we have to set 1.8 version

      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.8.1</version>
        <configuration combine.self="override">
          <source>1.8</source>
          <target>1.8</target>
          <compilerArgs>
            <arg>-Xpkginfo:always</arg>
          </compilerArgs>
        </configuration>
      </plugin>
  <properties>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
  </properties>

from qulice.

volodya-lombrozo avatar volodya-lombrozo commented on July 22, 2024

@Graur @MikhailLipanin Do you have any possible solution here? It looks like we faced with the same problem. We can not just put 11 java version for <source> and <target> sections.

from qulice.

yegor256 avatar yegor256 commented on July 22, 2024

@Graur maybe you can help?

from qulice.

volodya-lombrozo avatar volodya-lombrozo commented on July 22, 2024

I had the same problem with org.ow2.asm:asm:9.5 dependency check. (I got the same exception.)
The next configuration helped me:

<exclude>dependencies:.*</exclude>

It is a workaround, of course

from qulice.

l3r8yJ avatar l3r8yJ commented on July 22, 2024

@volodya-lombrozo we ported quilice to java 17, it seems to be working fine

you can take a look here

from qulice.

volodya-lombrozo avatar volodya-lombrozo commented on July 22, 2024

@l3r8yJ How can I use qulice with java 17? I checked the both README files from qulice and qulice17 repos. They seem identical. Moreover the maven group id and artifact id are the same.

from qulice.

l3r8yJ avatar l3r8yJ commented on July 22, 2024

@volodya-lombrozo I think @h1alexbel can help us here, don't you?

from qulice.

h1alexbel avatar h1alexbel commented on July 22, 2024

@l3r8yJ @volodya-lombrozo we need to update the groupId and publish it to maven central

from qulice.

volodya-lombrozo avatar volodya-lombrozo commented on July 22, 2024

@h1alexbel @l3r8yJ I created an issue for that eo-cqrs/qulice17#37

from qulice.

h1alexbel avatar h1alexbel commented on July 22, 2024

@volodya-lombrozo thanks

from qulice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.