Skip to content

Commit

Permalink
Move Matts controllers to the payments/v3_1_8/vrp package
Browse files Browse the repository at this point in the history
For better comparison with the newly generated controllers in the
feature/36-variable-recurring-payments-for-3-1-8
branch.
  • Loading branch information
BohoCode committed Nov 26, 2021
1 parent cc8df31 commit 45ea610
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 20 deletions.
30 changes: 14 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
# Git Changelog Maven plugin changelog
Changelog of Git Changelog Maven plugin.
## Unreleased
[b0704b02d1c8154](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/b0704b02d1c8154) JamieB *2021-06-02 13:53:21*
[4833a4411f2b7f9](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/4833a4411f2b7f9) JamieB *2021-11-26 09:45:58*
Release candidate: prepare for next development iteration
## 1.4.4
[41f8db04407bd5d](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/41f8db04407bd5d) JamieB *2021-06-02 13:53:15*
Release candidate: prepare release 1.4.4
[431a39cb7f64e75](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/431a39cb7f64e75) JamieB *2021-06-02 13:48:15*
749: set dev version to 1.4.4-SNAPSHOT before creating release

Something odd has happened with the aspsp versions. We're using 1.4.3
currently in openbanking-reference-implementation, but master has
1.4.3-SNAPSHOT in the poms!!!

Issue: https://github.com/ForgeCloud/ob-deploy/issues/749
## 1.5.6
### GitHub [#456](https://github.com/OpenBankingToolkit/openbanking-aspsp/pull/456) 794: UI redirection customer experience
[eb58e6dccb7cb99](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/eb58e6dccb7cb99) Jorge Sanchez Perez *2021-11-16 16:04:23*
794: UI redirection customer experience (#456)
Expand All @@ -31,8 +21,20 @@ Release/1.5.5 (#457)
* Release candidate: prepare release 1.5.5

* Release candidate: prepare for next development iteration
[60ade108053dc75](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/60ade108053dc75) JamieB *2021-11-26 09:45:54*
Release candidate: prepare release 1.5.6
[cfe1045b2b47703](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/cfe1045b2b47703) JamieB *2021-11-26 09:08:26*
45: Use latest uk-datamodel with 3.1.8r5 swagger models

Some changes to VRP and Funds Conformation

Issue: https://github.com/OpenBankingToolkit/openbanking-toolkit/issues/45
[eef7145f5305af3](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/eef7145f5305af3) JamieB *2021-10-12 06:53:39*
Release candidate: prepare for next development iteration
[104306b2f933965](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/104306b2f933965) JamieB *2021-09-24 12:45:20*
Release candidate: prepare for next development iteration
[3075d775b0f69a2](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/3075d775b0f69a2) JamieB *2021-09-24 10:12:47*
Release candidate: prepare for next development iteration
## 1.5.4
[ac7a863a04bc5e0](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/ac7a863a04bc5e0) JamieB *2021-10-11 15:57:23*
802: Use latest commons and parent
Expand All @@ -44,17 +46,13 @@ Pulls in 1.0.3 of spring-security-mult-auth that has improved logging
Issue: ForgeCloud/ob-deploy#802
[870b8d2c984ebb2](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/870b8d2c984ebb2) JamieB *2021-10-12 06:53:35*
Release candidate: prepare release 1.5.4
[104306b2f933965](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/104306b2f933965) JamieB *2021-09-24 12:45:20*
Release candidate: prepare for next development iteration
## 1.5.3
[e26a2637e56ef2f](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/e26a2637e56ef2f) JamieB *2021-09-24 12:45:16*
Release candidate: prepare release 1.5.3
[48452a76eba81a7](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/48452a76eba81a7) JamieB *2021-09-24 11:33:37*
797: Database upgrade does not save authorisationNumber

Issue: https://github.com/ForgeCloud/ob-deploy/issues/797
[3075d775b0f69a2](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/3075d775b0f69a2) JamieB *2021-09-24 10:12:47*
Release candidate: prepare for next development iteration
## 1.5.2
### GitHub [#451](https://github.com/OpenBankingToolkit/openbanking-aspsp/pull/451) 39: Branch protection bot upgrade
[f1ba82a48442111](https://github.com/OpenBankingToolkit/openbanking-aspsp/commit/f1ba82a48442111) Jorge Sanchez Perez *2021-09-23 14:35:42*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.forgerock.openbanking.aspsp.rs.api.vrp.v3_1_8;
package com.forgerock.openbanking.aspsp.rs.api.payment.v3_1_8.vrp;

import com.forgerock.openbanking.exceptions.OBErrorResponseException;
import io.swagger.annotations.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package com.forgerock.openbanking.aspsp.rs.api.vrp.v3_1_8;
package com.forgerock.openbanking.aspsp.rs.api.payment.v3_1_8.vrp;

import com.forgerock.openbanking.exceptions.OBErrorResponseException;
import org.springframework.http.HttpStatus;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.forgerock.openbanking.aspsp.rs.store.api.openbanking.vrp.v3_1_8;
package com.forgerock.openbanking.aspsp.rs.store.api.openbanking.payment.v3_1_8.vrp;

import com.forgerock.openbanking.exceptions.OBErrorResponseException;
import io.swagger.annotations.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package com.forgerock.openbanking.aspsp.rs.store.api.openbanking.vrp.v3_1_8;
package com.forgerock.openbanking.aspsp.rs.store.api.openbanking.payment.v3_1_8.vrp;

import com.forgerock.openbanking.exceptions.OBErrorResponseException;
import org.springframework.http.HttpStatus;
Expand Down

0 comments on commit 45ea610

Please sign in to comment.