Giter Site home page Giter Site logo

Comments (16)

Aniczka avatar Aniczka commented on August 24, 2024 1

Thanks! Looks fine! I was surprised too as this would be something very easy to spot!
Let me know when I can pull new library!
Regards,
Ania

from okta-jwt-verifier-java.

Aniczka avatar Aniczka commented on August 24, 2024 1

Hi, can you let me know when this fix is expected to be released?
Thanks!
Ania

from okta-jwt-verifier-java.

bdemers avatar bdemers commented on August 24, 2024

@Aniczka which version of Java are you using (version, vendor, os, etc)?

I want to make sure I can test this correctly.

from okta-jwt-verifier-java.

Aniczka avatar Aniczka commented on August 24, 2024

Details:
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
Ubuntu 18.04.3 LTS
Thanks for a quick response!
Ania

from okta-jwt-verifier-java.

bdemers avatar bdemers commented on August 24, 2024

@Aniczka I'm still not sure why this failed for you (that is a pretty common env too, very similar to what we previously used for CI)

Either way, removing that extra .map() step is cleaner, can you take a look at #46 ?

from okta-jwt-verifier-java.

Aniczka avatar Aniczka commented on August 24, 2024

Any traction on that? We would like to get a new version that would actually work:/
Thanks!
Ania

from okta-jwt-verifier-java.

bdemers avatar bdemers commented on August 24, 2024

@Aniczka sorry for the delay!!
We just pushed a 0.4.1-SNAPSHOT to https://oss.sonatype.org/content/repositories/snapshots/

Want to give it a quick test? I want to make sure there isn't something else at play here (I wasn't able to reproduce the error)
Let me know and I'll get a release cut.

from okta-jwt-verifier-java.

Aniczka avatar Aniczka commented on August 24, 2024

Many thanks! Unfortunately i am getting 403 FORBIDDEN when trying to access URL above.
Request URL:https://oss.sonatype.org/content/repositories/snapshots/
Request Method:GET
Remote Address:54.85.107.240:443
Status Code:
403
Version:HTTP/2.0

from okta-jwt-verifier-java.

bdemers avatar bdemers commented on August 24, 2024

@Aniczka I think it's just the directory listings that are disabled (to prevent crawling/DDOS style attacks) are you able to download the artifacts using maven or gradle?

from okta-jwt-verifier-java.

Aniczka avatar Aniczka commented on August 24, 2024

@bdemers yes,i can do that if you can give me details. Thanks so much for your help!

from okta-jwt-verifier-java.

bdemers avatar bdemers commented on August 24, 2024

If you are using Maven, sticking something like this in your ~/.m2/settings.xml should be all you need:

<profiles>
  <profile>
     <id>allow-snapshots</id>
        <activation><activeByDefault>true</activeByDefault></activation>
     <repositories>
       <repository>
         <id>snapshots-repo</id>
         <url>https://oss.sonatype.org/content/repositories/snapshots</url>
         <releases><enabled>false</enabled></releases>
         <snapshots><enabled>true</enabled></snapshots>
       </repository>
     </repositories>
   </profile>
</profiles>

Keep us posted!

from okta-jwt-verifier-java.

Aniczka avatar Aniczka commented on August 24, 2024

@bdemers what is artifact id? updated settings and tried okta-jwt-verifier and okta-jwt-verifier-java but didn't work.
Thanks a lot!
Ania

from okta-jwt-verifier-java.

Aniczka avatar Aniczka commented on August 24, 2024

i tried that and okta-jwt-verifier jar was downloaded but not impl where the issue was:

<pluginRepositories>
        <pluginRepository>
            <id>snapshots-repo</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        </pluginRepository>
    </pluginRepositories>
    <dependencies>
        <dependency>
            <groupId>com.okta.jwt</groupId>
            <artifactId>okta-jwt-verifier</artifactId>
            <version>0.4.1-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.okta.jwt</groupId>
            <artifactId>okta-jwt-verifier-impl</artifactId>
            <version>0.4.1-SNAPSHOT</version>
        </dependency>
    </dependencies>

from okta-jwt-verifier-java.

bdemers avatar bdemers commented on August 24, 2024

Try <repositories><repository> instead of <pluginRepositories><pluginRepository>

from okta-jwt-verifier-java.

Aniczka avatar Aniczka commented on August 24, 2024

@bdemers one of those 'i swear it wasn't working before!' moments as i tried repositories before resorting to pluginRepositories! got both now and tested and all is working perfectly now!
Thanks so much!
Ania

from okta-jwt-verifier-java.

bdemers avatar bdemers commented on August 24, 2024

Sweet! thanks for following up @Aniczka !

from okta-jwt-verifier-java.

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.