Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#194 Enable/Disable Cache Job per yaml configuration (#197) #202

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

conorheffron
Copy link
Owner

Bumps spring.version from 3.4.0 to 3.4.1.

Updates org.springframework.boot:spring-boot from 3.4.0 to 3.4.1

Updates org.springframework.boot:spring-boot-starter-web from 3.4.0 to 3.4.1

Updates org.springframework.boot:spring-boot-starter-tomcat from 3.4.0 to 3.4.1

Updates org.springframework.boot:spring-boot-starter-test from 3.4.0 to 3.4.1


updated-dependencies:

  • dependency-name: org.springframework.boot:spring-boot dependency-type: direct:production update-type: version-update:semver-patch
  • dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch
  • dependency-name: org.springframework.boot:spring-boot-starter-tomcat dependency-type: direct:production update-type: version-update:semver-patch
  • dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:development update-type: version-update:semver-patch ...
  • Update pom.xml

Bumps software.amazon.awssdk:aws-sdk-java from 2.29.34 to 2.29.39.


updated-dependencies:

  • dependency-name: software.amazon.awssdk:aws-sdk-java dependency-type: direct:production update-type: version-update:semver-patch ...

* #194 Enable/Disable Cache Job per yaml configuration

* Update GitProjectsControllerIntegrationTest.java

* Bump spring.version from 3.4.0 to 3.4.1 (#190)

* Bump spring.version from 3.4.0 to 3.4.1

Bumps `spring.version` from 3.4.0 to 3.4.1.

Updates `org.springframework.boot:spring-boot` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1)

Updates `org.springframework.boot:spring-boot-starter-tomcat` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-tomcat
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update pom.xml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Conor Heffron <[email protected]>

* Bump software.amazon.awssdk:aws-sdk-java from 2.29.34 to 2.29.39 (#191)

Bumps software.amazon.awssdk:aws-sdk-java from 2.29.34 to 2.29.39.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:aws-sdk-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update GitProjectsControllerIntegrationTest.java

* #194 Enable/Disable Cache Job per yaml configuration

* #194 #189 Update GitDetailsJobTest.java

* #194 #189 Update pom.xml, bump release version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@conorheffron conorheffron self-assigned this Dec 29, 2024
@conorheffron conorheffron merged commit fcc6c4a into gh-pkg Dec 29, 2024
18 checks passed
@conorheffron conorheffron added enhancement New feature or request java-be Java / Server Side Tasks labels Dec 30, 2024
@conorheffron conorheffron linked an issue Dec 30, 2024 that may be closed by this pull request
conorheffron added a commit that referenced this pull request Dec 31, 2024
* #198 Create npm-publish-github-packages.yml

* #195 Update RepoIssues.js

* Update #198 npm-publish-github-packages.yml

* Rename #198 npm-publish-github-packages.yml to npm-publish-github-packages.yml

* #194 Enable/Disable Cache Job per yaml configuration (#197) (#202)

* #194 Enable/Disable Cache Job per yaml configuration

* Update GitProjectsControllerIntegrationTest.java

* Bump spring.version from 3.4.0 to 3.4.1 (#190)

* Bump spring.version from 3.4.0 to 3.4.1

Bumps `spring.version` from 3.4.0 to 3.4.1.

Updates `org.springframework.boot:spring-boot` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1)

Updates `org.springframework.boot:spring-boot-starter-tomcat` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-tomcat
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Update pom.xml

---------





* Bump software.amazon.awssdk:aws-sdk-java from 2.29.34 to 2.29.39 (#191)

Bumps software.amazon.awssdk:aws-sdk-java from 2.29.34 to 2.29.39.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:aws-sdk-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...




* Update GitProjectsControllerIntegrationTest.java

* #194 Enable/Disable Cache Job per yaml configuration

* #194 #189 Update GitDetailsJobTest.java

* #194 #189 Update pom.xml, bump release version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update package.json

* Update npm-publish-github-packages.yml

* Update npm-publish-github-packages.yml

* Update npm-publish-github-packages.yml

* Update package.json

* #195 Update RepoIssues.js

* #195 Update pom.xml

Bump release version to next version in release queue

* Update package.json

* Update npm-publish-github-packages.yml

* Update package.json

* Update README.md

* Update README.md

* Update README.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java-be Java / Server Side Tasks
Projects
Development

Successfully merging this pull request may close these issues.

Enable/Disable Cache Job per yaml configuration
1 participant