summaryrefslogtreecommitdiffstats
path: root/plugins/reception-plugins
AgeCommit message (Expand)AuthorFilesLines
2020-05-19Bump distribution 2.3.3Pamela Dragosh1-1/+1
2020-04-15Bump distribution to 2.3.2-SNAPSHOTRam Krishna Verma1-1/+1
2020-03-27AtomicInteger cleanupPamela Dragosh1-4/+1
2020-03-27Use AtomicInteger and other sonarPamela Dragosh1-6/+6
2020-03-26Remove unused imports and clean logsPamela Dragosh9-21/+15
2020-03-24Bump policy/distribution to 2.3.1-SNAPSHOTRam Krishna Verma1-1/+1
2020-03-03Remove policy/engine & apex dependency from distributionRam Krishna Verma29-880/+125
2020-01-22policy/distribution jdk11 upgradesHOCKLA3-7/+8
2019-10-30changes in decoder as per new infra APIsLiang Ding2-165/+192
2019-10-15changes in policy decoder per hpa OOF definitionLiang Ding3-29/+14
2019-10-11Remove "Restricted" info from csarsjhh2-0/+0
2019-10-04Create decoder/parameters infra for HPA policyramverma7-56/+497
2019-09-19Remove proprietary license added in csar by SDCramverma2-0/+0
2019-09-16Bump versions in distribution masterJim Hahn1-1/+1
2019-09-06Fix few unit tests in distributionramverma1-0/+0
2019-09-04Bring back the old HPA decoder & modelramverma2-152/+152
2019-08-16Upgrade sdc client & tosca parserramverma1-2/+2
2019-08-06Changing parameters to use ParameterGroupImplramverma20-951/+201
2019-07-23Update PolicyDecoderCsarPdpx to match policy/apiramverma2-18/+18
2019-07-21Changing policy decoder to support Toscaramverma6-44/+58
2019-07-19Fix proprietary licensesliboNet1-0/+0
2019-07-17Changing policy/distribution to use policy/modelsramverma9-205/+195
2019-07-02Bump distribution to 2.2.1-SNAPSHOTPamela Dragosh1-1/+1
2019-06-18Fix junit tests in distributionJim Hahn1-1/+2
2019-05-31Bump distribution to 2.2.0Pamela Dragosh1-1/+1
2019-05-16Step snapshot version of policy-distributionliamfallon1-1/+1
2019-05-13upgrade sdc tosca parse to v1.5.1liboNet8-7/+7
2019-04-16Fix more sonar issuesLianhao Lu1-18/+21
2019-04-12Fix sonnar issuesLianhao Lu1-14/+12
2019-04-11Gracefully release resource in file reception pluginLianhao Lu1-25/+28
2019-04-10Add multi-thread support in FileSystemReceptionHanderLianhao Lu7-18/+72
2019-02-05Change policy/distribution logging to slf4jramverma8-88/+108
2019-01-25Fix compilation error on policy-distributionramverma1-3/+7
2019-01-22Fix issues in policy-distributionramverma6-33/+141
2019-01-22Remove properietary license from CSARliboNet2-0/+0
2018-12-20Fix checkstyle issues in distributionliamfallon4-20/+16
2018-12-04Fix policy format with vCPE serviceliboNet9-68/+119
2018-11-13Fix unchecked cast sonar issuePamela Dragosh3-14/+10
2018-11-13FileSystemReceptionHandler: Fix sonar issuesLianhao Lu3-46/+82
2018-11-12Merge "Fix virtual_binding error under VDU requirements"Liam Fallon5-8/+47
2018-11-13Fix virtual_binding error under VDU requirementsliboNet5-8/+47
2018-11-12Make FileSystemReceptionHandler more tolerantLianhao Lu6-11/+280
2018-11-09Fix sonar/checkstyle issuesPamela Dragosh9-30/+33
2018-11-09S3P: added FileSystemReceptionHandler pluginLianhao Lu3-0/+237
2018-10-31Set new master version for Dublinliamfallon1-3/+2
2018-11-01Add more logics about fields value for OOF modelliboNet3-7/+13
2018-10-25Fix refering to snapshot in policy/distribution2.0.1ramverma1-1/+1
2018-10-17Fix NullPointerException of PolicyScope fieldliboNet1-0/+1
2018-10-10Remove properietary license from CSARliboNet4-0/+0
2018-10-09Remove properietary license from CSARliboNet5-0/+0
iguration> <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile> <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory> </configuration> </execution> <execution> <id>pre-integration-test</id> <phase>pre-integration-test</phase> <goals> <goal>prepare-agent</goal> </goals> <configuration> <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile> <propertyName>failsafeArgLine</propertyName> </configuration> </execution> <execution> <id>post-integration-test</id> <phase>post-integration-test</phase> <goals> <goal>report</goal> </goals> <configuration> <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile> <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory> </configuration> </execution> </executions> </plugin> </plugins> </build> <modules> <module>auth-client</module> <module>misc</module> <module>cadi</module> <module>auth</module> </modules> <dependencyManagement> <dependencies> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-misc-env</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-misc-log4j</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-misc-rosetta</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-misc-xgen</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-auth-client</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-auth-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-auth-cass</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-auth-cmd</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-auth-oauth</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-auth-deforg</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-client</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> <version>${project.version}</version> <exclusions> <exclusion> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-all</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-jetty</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-cass</artifactId> <version>${project.version}</version> </dependency><dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.0.1</version> </dependency> <!-- JettyVersion is partly covered in "OParent" dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> <version>${project.jettyVersion}</version> </dependency><dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>${project.jettyVersion}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> <version>${project.jettyVersion}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-io</artifactId> <version>${project.jettyVersion}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> <version>${project.jettyVersion}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> <version>${project.jettyVersion}</version> </dependency> --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.5</version> </dependency> <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-all</artifactId> <version>${project.cassVersion}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> <version>${project.cassVersion}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> <exclusion> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </exclusion> </exclusions> </dependency> <!-- Note: Ensure DataStax uses more up-to-date netty handler --> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> <version>${project.nettyVersion}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.5</version> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4.7</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>${mockito.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <version>${powermock.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> <version>${powermock.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> </dependencies> </dependencyManagement> <distributionManagement> <repository> <id>ecomp-releases</id> <name>AAF Release Repository</name> <url>${nexusproxy}${releaseNexusPath}</url> </repository> <snapshotRepository> <id>ecomp-snapshots</id> <name>AAF Snapshot Repository</name> <url>${nexusproxy}${snapshotNexusPath}</url> </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${nexusproxy}${sitePath}</url> </site> </distributionManagement> </project>