-
Notifications
You must be signed in to change notification settings - Fork 7
Commit c0100bf
authored
Main (#27)
* Release/v2.1 (#17)
* get main in sync with develop (#10) (#11)
* Update to v2 (#13)
* Simplify parameter resolvers and add APIRequestContext
* Add tests for APITestContext. add ability to declare rest config at parameter level
* Store APIContext after creating
* Update readme
* update pom to 2.0
* Bump to 2.1-SNAPSHOT
* Don't save APIRequestContext in store so multiple ones can be used to… (#16)
* Don't save APIRequestContext in store so multiple ones can be used to test different APIs together
* Update docs
* Bump version
* Release/2.2.1 (#20)
* Release/v2.1 (#17) (#18)
* get main in sync with develop (#10) (#11)
* Update to v2 (#13)
* Simplify parameter resolvers and add APIRequestContext
* Add tests for APITestContext. add ability to declare rest config at parameter level
* Store APIContext after creating
* Update readme
* update pom to 2.0
* Bump to 2.1-SNAPSHOT
* Don't save APIRequestContext in store so multiple ones can be used to… (#16)
* Don't save APIRequestContext in store so multiple ones can be used to test different APIs together
* Update docs
* Bump version
* Bump version
* Make parameter context for api request context optional (#19)
* Make parameter context for api request context optional
* remove useless checks for annotation
* bump version to 2.2.1
* Release/2.2.2 (#23)
* Main (#21)
* Release/v2.1 (#17)
* get main in sync with develop (#10) (#11)
* Update to v2 (#13)
* Simplify parameter resolvers and add APIRequestContext
* Add tests for APITestContext. add ability to declare rest config at parameter level
* Store APIContext after creating
* Update readme
* update pom to 2.0
* Bump to 2.1-SNAPSHOT
* Don't save APIRequestContext in store so multiple ones can be used to… (#16)
* Don't save APIRequestContext in store so multiple ones can be used to test different APIs together
* Update docs
* Bump version
* Release/2.2.1 (#20)
* Release/v2.1 (#17) (#18)
* get main in sync with develop (#10) (#11)
* Update to v2 (#13)
* Simplify parameter resolvers and add APIRequestContext
* Add tests for APITestContext. add ability to declare rest config at parameter level
* Store APIContext after creating
* Update readme
* update pom to 2.0
* Bump to 2.1-SNAPSHOT
* Don't save APIRequestContext in store so multiple ones can be used to… (#16)
* Don't save APIRequestContext in store so multiple ones can be used to test different APIs together
* Update docs
* Bump version
* Bump version
* Make parameter context for api request context optional (#19)
* Make parameter context for api request context optional
* remove useless checks for annotation
* bump version to 2.2.1
* bump version to 2.2.2-SNAPSHOT (#22)
* Update README.md
* expose config methods
* bump version to 2.2.2
* Release/v2.2.3 (#26)
* Merge main into develop (#24)
* Release/v2.1 (#17)
* get main in sync with develop (#10) (#11)
* Update to v2 (#13)
* Simplify parameter resolvers and add APIRequestContext
* Add tests for APITestContext. add ability to declare rest config at parameter level
* Store APIContext after creating
* Update readme
* update pom to 2.0
* Bump to 2.1-SNAPSHOT
* Don't save APIRequestContext in store so multiple ones can be used to… (#16)
* Don't save APIRequestContext in store so multiple ones can be used to test different APIs together
* Update docs
* Bump version
* Release/2.2.1 (#20)
* Release/v2.1 (#17) (#18)
* get main in sync with develop (#10) (#11)
* Update to v2 (#13)
* Simplify parameter resolvers and add APIRequestContext
* Add tests for APITestContext. add ability to declare rest config at parameter level
* Store APIContext after creating
* Update readme
* update pom to 2.0
* Bump to 2.1-SNAPSHOT
* Don't save APIRequestContext in store so multiple ones can be used to… (#16)
* Don't save APIRequestContext in store so multiple ones can be used to test different APIs together
* Update docs
* Bump version
* Bump version
* Make parameter context for api request context optional (#19)
* Make parameter context for api request context optional
* remove useless checks for annotation
* bump version to 2.2.1
* Release/2.2.2 (#23)
* Main (#21)
* Release/v2.1 (#17)
* get main in sync with develop (#10) (#11)
* Update to v2 (#13)
* Simplify parameter resolvers and add APIRequestContext
* Add tests for APITestContext. add ability to declare rest config at parameter level
* Store APIContext after creating
* Update readme
* update pom to 2.0
* Bump to 2.1-SNAPSHOT
* Don't save APIRequestContext in store so multiple ones can be used to… (#16)
* Don't save APIRequestContext in store so multiple ones can be used to test different APIs together
* Update docs
* Bump version
* Release/2.2.1 (#20)
* Release/v2.1 (#17) (#18)
* get main in sync with develop (#10) (#11)
* Update to v2 (#13)
* Simplify parameter resolvers and add APIRequestContext
* Add tests for APITestContext. add ability to declare rest config at parameter level
* Store APIContext after creating
* Update readme
* update pom to 2.0
* Bump to 2.1-SNAPSHOT
* Don't save APIRequestContext in store so multiple ones can be used to… (#16)
* Don't save APIRequestContext in store so multiple ones can be used to test different APIs together
* Update docs
* Bump version
* Bump version
* Make parameter context for api request context optional (#19)
* Make parameter context for api request context optional
* remove useless checks for annotation
* bump version to 2.2.1
* bump version to 2.2.2-SNAPSHOT (#22)
* Update README.md
* expose config methods
* bump version to 2.2.2
* bump version to 2.2.3
* Feature/use empty rest config (#25)
* Use empty rest config when no config is provided
* Only use empty config if parameter context is null
* bump version to 2.2.3
* update version in readme1 parent 2ebd184 commit c0100bfCopy full SHA for c0100bf
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedCollapse file: README.md
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Collapse file: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
0 commit comments