Skip to content

Commit 0cad65f

Browse files
kevin-mcgoldrickUjoavaishakhvhvaishakhhegdefelixgao
authoredNov 3, 2020
Release 3.0.0
* More test cases & code coverage for issue Co-authored-by: vhegde1 <vaishakh_hegde@intuit.com> * Update/Compress existing serializedScriptStep Blob * added test coverage for com.intuit.tank.dao package to increase from 46% to 55% Co-authored-by: Sreekakula, Manikanta <Manikanta_Sreekakula@intuit.com> * Improving test coverage in data-model module Co-authored-by: djagaluru <DarshanSiddesh_Jagaluru@intuit.com> * Improving test coverage for data-model project module Co-authored-by: djagaluru <DarshanSiddesh_Jagaluru@intuit.com> * increase test coverage for api module Co-authored-by: atayal <ankush_tayal@intuit.com> * JDK11 support Co-authored-by: Niti <gupta.sweet.niti@gmail.com> * AWS SDK V2 Co-authored-by: dratler <Shay_Dratler@intuit.com> Co-authored-by: Juan Parra <41169130+Ujoa@users.noreply.github.com> Co-authored-by: vaishakhvh <72062381+vaishakhvh@users.noreply.github.com> Co-authored-by: vhegde1 <vaishakh_hegde@intuit.com> Co-authored-by: felixgao <guohangao@gmail.com> Co-authored-by: Manikanta <mani.rgm448@gmail.com> Co-authored-by: Sreekakula, Manikanta <Manikanta_Sreekakula@intuit.com> Co-authored-by: darshan-sj <darshan-sj@users.noreply.github.com> Co-authored-by: djagaluru <DarshanSiddesh_Jagaluru@intuit.com> Co-authored-by: interactwithankush <interactwithankush@gmail.com> Co-authored-by: atayal <ankush_tayal@intuit.com> Co-authored-by: Niti <gupta.sweet.niti@gmail.com>
1 parent d1c505b commit 0cad65f

File tree

208 files changed

+4238
-1822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+4238
-1822
lines changed
 

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: java
22
jdk:
3-
- openjdk8
3+
- openjdk11
4+
5+
env:
6+
- SKIP_METHODTIMER_TEST=true
47

58
script: mvn clean install -P default,coverage

‎agent/agent_common/pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.intuit.tank</groupId>
77
<artifactId>agent-parent</artifactId>
8-
<version>2.3.4</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<artifactId>agent-common</artifactId>
@@ -36,6 +36,11 @@
3636
<groupId>org.jdom</groupId>
3737
<artifactId>jdom</artifactId>
3838
</dependency>
39+
40+
<dependency>
41+
<groupId>jakarta.xml.ws</groupId>
42+
<artifactId>jakarta.xml.ws-api</artifactId>
43+
</dependency>
3944
</dependencies>
4045

4146
</project>

0 commit comments

Comments
 (0)