core-java icon indicating copy to clipboard operation
core-java copied to clipboard

List of core Java source code

Results 9 core-java issues
Sort by recently updated
recently updated
newest added

Bumps [zip4j](https://github.com/srikanth-lingala/zip4j) from 2.6.1 to 2.9.1. Release notes Sourced from zip4j's releases. v2.9.1 Improvements: #341 Add caching to Travis build process #359 Add PasswordCallback for encrypted Input Streams Bug fixes:...

dependencies

Bumps commons-compress from 1.20 to 1.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-compress&package-manager=maven&previous-version=1.20&new-version=1.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

When you add printing value of staff node, it turns out that it has the value of the last nested node (bio): ``` @Override public void endElement(String uri, String localName,...

Reading the File works when app is executed from the IDE, but if you compile and execute: ``` javac Main.java java Main ``` then it throws: ``` Exception in thread...

I have java19 and 20 installed on Eclipse 06-2023. I also installed maven with your pom.xml. Here are the issues. 1). Alexa.com disabled their service around 2021/2022. Thus the two...

Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies

Bumps commons-text from 1.9 to 1.10.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-text&package-manager=maven&previous-version=1.9&new-version=1.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [zip4j](https://github.com/srikanth-lingala/zip4j) from 2.6.1 to 2.10.0. Release notes Sourced from zip4j's releases. v2.10.0 Improvements: #403 - Use utf-8 by default when reading zip file names #416 - Add NoCompression deflate...

dependencies

Both the encrypt and decrypt methods in the [ChaCha20Poly1305.java](https://github.com/mkyong/core-java/blob/master/java-11/src/main/java/com/mkyong/java11/jep329/poly1305/ChaCha20Poly1305.java) source file must put/get the nonce first. The correct order is determined by RFC 8439 and is required for interoperability.