code-examples icon indicating copy to clipboard operation
code-examples copied to clipboard

A collection of code examples from blog posts etc.

Results 134 code-examples issues
Sort by recently updated
recently updated
newest added

Bumps hsqldb from 2.4.0 to 2.7.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.hsqldb:hsqldb&package-manager=maven&previous-version=2.4.0&new-version=2.7.1)](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
java

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `socket.io-parser` from 2.3.1 to 4.2.1 Release notes Sourced from socket.io-parser's releases. 4.2.1 Bug...

dependencies
javascript

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.3&new-version=2.13.4.1)](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...

dependencies
java

Please review the changes you did in this PR and check these points to make sure that the code examples are of high quality: - [ ] the source branch...

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [@angular/cli](https://github.com/angular/angular-cli). These dependencies need to be updated together. Removes `xmldom` Updates `@angular/cli` from 1.4.4 to 1.7.4 Commits 0b291ab release: 1.7.4...

dependencies
javascript

Please review the changes you did in this PR and check these points to make sure that the code examples are of high quality: - [ ] the source branch...

Please review the changes you did in this PR and check these points to make sure that the code examples are of high quality: - [ ] the source branch...

I have looked with great interest at your @ConfigurationProperties article and code: https://reflectoring.io/spring-boot-configuration-properties/ and spring-boot/configuration/src/main/java/io/reflectoring/configuration on GitHub because I am working on utilizing it for the creation of custom properties...

In your [Spring Boot Test article](https://reflectoring.io/spring-boot-test/) you reference [JUnit-Insights](https://github.com/adessoSE/junit-insights) towards the end to gather information about the time it takes to run tests. I'd really like to get this dependency...