Skip to content

Commit

Permalink
fix: upgrade to folio-spring-support v7.2.1 (#461)
Browse files Browse the repository at this point in the history
Closes: MSEARCH-633

(cherry picked from commit 645d2dc)
  • Loading branch information
psmagin committed Nov 8, 2023
1 parent 99c73d5 commit 8a26f27
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
34 changes: 19 additions & 15 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
## Purpose
_Describe the purpose of the pull request._
### Purpose
_Describe the purpose of this pull request. Why is this change necessary? What problem does it solve?_

## Approach
_How does this change fulfill the purpose?_
### Approach
_How does this change fulfill the purpose? Provide a high-level overview of the technical approach taken to address the problem._

### Changes checklist
- [ ] API paths, methods, request or response bodies changed, added, or removed
- [ ] Database schema changes
- [ ] Interface versions changes
- [ ] Interface dependencies added, or removed
- [ ] Permissions changed, added, or removed
- [ ] Check logging.
### Changes Checklist
- [ ] **API Changes**: List any API paths, methods, request or response bodies changed, added, or removed.
- [ ] **Database Schema Changes**: Specify any database schema changes and their impact.
- [ ] **Interface Version Changes**: Indicate any changes to interface versions.
- [ ] **Interface Dependencies**: Note added or removed dependencies.
- [ ] **Permissions**: Document any changes to permissions.
- [ ] **Logging**: Confirm that logging is appropriately handled.
- [ ] **NEWS**: Ensure that the `NEWS` file is updated with relevant information about the changes made in this pull request.

### TODOS and Open Questions
- [ ] Use GitHub checklists. When solved, check the box and explain the answer.
### Related Issues
_List any Jira issues related to this pull request._

### Learning
_Describe the research stage. Add links to blog posts, patterns, libraries or addons used to solve this problem._
### Learning and Resources (if applicable)
_Discuss any research conducted during the development of this pull request. Include links to relevant blog posts, patterns, libraries, or addons that were used to solve the problem._

### Screenshots (if applicable)
_If this pull request involves any visual changes or new features, consider including screenshots or GIFs to illustrate the changes._
1 change: 1 addition & 0 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
"users.collection.get",
"users.item.post",
"login.item.post",
"login.item.delete",
"perms.users.get",
"perms.users.item.post",
"perms.users.assign.immutable",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
src/main/java/org/folio/search/configuration/properties/**
</sonar.exclusions>

<folio-spring-support.version>7.2.0</folio-spring-support.version>
<folio-spring-support.version>7.2.1</folio-spring-support.version>
<folio-service-tools.version>3.1.0</folio-service-tools.version>
<folio-isbn-utils.version>1.6.0</folio-isbn-utils.version>
<folio-cql2pgjson.version>35.1.0</folio-cql2pgjson.version>
Expand Down

0 comments on commit 8a26f27

Please sign in to comment.