Skip to content

Commit

Permalink
update modules to assimbly.org
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Feb 20, 2023
1 parent 190e5a3 commit 8365ddb
Show file tree
Hide file tree
Showing 762 changed files with 56,232 additions and 56,566 deletions.
2 changes: 1 addition & 1 deletion aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>custom-components</artifactId>
<groupId>world.dovetail</groupId>
<groupId>org.assimbly</groupId>
<version>4.0.0</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion aggregate/src/docs/aggregate.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for this component:
[source,xml]
------------------------------------------------------------
<dependency>
<groupId>world.dovetail</groupId>
<groupId>org.assimbly</groupId>
<artifactId>aggregate</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Assimbly version -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package world.dovetail.aggregate;
package org.assimbly.aggregate;

import org.apache.camel.AggregationStrategy;
import org.apache.log4j.Logger;
import world.dovetail.aggregate.json.JsonAggregateStrategy;
import world.dovetail.aggregate.xml.XmlAggregateStrategy;
import org.assimbly.aggregate.json.JsonAggregateStrategy;
import org.assimbly.aggregate.xml.XmlAggregateStrategy;
import org.apache.camel.Exchange;

public class AggregateStrategy implements AggregationStrategy {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aggregate.json;
package org.assimbly.aggregate.json;

import org.apache.camel.AggregationStrategy;
import org.apache.camel.Exchange;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aggregate.xml;
package org.assimbly.aggregate.xml;

import org.apache.camel.AggregationStrategy;
import org.apache.camel.Exchange;
Expand Down
2 changes: 1 addition & 1 deletion aleris/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>custom-components</artifactId>
<groupId>world.dovetail</groupId>
<groupId>org.assimbly</groupId>
<version>4.0.0</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion aleris/src/docs/aleris.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for this component:
[source,xml]
------------------------------------------------------------
<dependency>
<groupId>world.dovetail</groupId>
<groupId>org.assimbly</groupId>
<artifactId>aleris</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Assimbly version -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris;
package org.assimbly.aleris;

import org.apache.camel.Component;
import org.apache.camel.Endpoint;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package world.dovetail.aleris;
package org.assimbly.aleris;

import world.dovetail.aleris.certificate.Certificates;
import world.dovetail.aleris.converter.AlerisCertificateConverter;
import org.assimbly.aleris.certificate.Certificates;
import org.assimbly.aleris.converter.AlerisCertificateConverter;
import org.apache.camel.Exchange;
import org.apache.camel.Processor;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package world.dovetail.aleris;
package org.assimbly.aleris;

import world.dovetail.aleris.certificate.Certificates;
import org.assimbly.aleris.certificate.Certificates;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.certificate;
package org.assimbly.aleris.certificate;

import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.certificate;
package org.assimbly.aleris.certificate;

import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.certificate;
package org.assimbly.aleris.certificate;

import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.certificate;
package org.assimbly.aleris.certificate;

import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.certificate;
package org.assimbly.aleris.certificate;


import org.apache.commons.lang3.builder.EqualsBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.certificate;
package org.assimbly.aleris.certificate;

import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.certificate;
package org.assimbly.aleris.certificate;

import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import world.dovetail.aleris.certificate.*;
import org.assimbly.aleris.certificate.*;

import java.util.*;
import java.util.stream.Collectors;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import java.util.regex.Matcher;
import java.util.regex.Pattern;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import java.util.ArrayList;
import java.util.HashMap;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import java.util.HashMap;
import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import java.util.regex.Matcher;
import java.util.regex.Pattern;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import java.util.ArrayList;
import java.util.HashMap;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import java.util.regex.Pattern;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

public class IllegalAlerisCertificateException extends RuntimeException {
public IllegalAlerisCertificateException(String message) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
class=world.dovetail.aleris.AlerisComponent
class=org.assimbly.aleris.AlerisComponent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris;
package org.assimbly.aleris;

import org.apache.camel.EndpointInject;
import org.apache.camel.builder.RouteBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package world.dovetail.aleris;
package org.assimbly.aleris;

import world.dovetail.aleris.certificate.*;
import org.assimbly.aleris.certificate.*;

import java.util.ArrayList;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package world.dovetail.aleris;
package org.assimbly.aleris;

import org.apache.commons.io.IOUtils;

import org.junit.jupiter.api.Test;

import world.dovetail.aleris.certificate.*;
import org.assimbly.aleris.certificate.*;


import javax.xml.bind.JAXBException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import org.apache.commons.io.IOUtils;
import world.dovetail.aleris.CertificatesCreator;
import world.dovetail.aleris.certificate.Certificates;
import org.assimbly.aleris.CertificatesCreator;
import org.assimbly.aleris.certificate.Certificates;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;

import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.Arrays;
import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import org.junit.Assert;
import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import org.junit.Assert;
import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import org.junit.Assert;
import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import org.junit.Assert;
import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import org.junit.Assert;
import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.aleris.converter;
package org.assimbly.aleris.converter;

import org.junit.Assert;
import org.junit.Before;
Expand Down
2 changes: 1 addition & 1 deletion amazon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>custom-components</artifactId>
<groupId>world.dovetail</groupId>
<groupId>org.assimbly</groupId>
<version>4.0.0</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion amazon/src/docs/amazon.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for this component:
[source,xml]
------------------------------------------------------------
<dependency>
<groupId>world.dovetail</groupId>
<groupId>org.assimbly</groupId>
<artifactId>amazon</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Assimbly version -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.amazon;
package org.assimbly.amazon;

import org.apache.camel.Endpoint;
import org.apache.camel.support.DefaultComponent;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
package world.dovetail.amazon;
package org.assimbly.amazon;

import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.camel.spi.Metadata;
import org.apache.camel.spi.UriParam;
import org.apache.camel.spi.UriParams;
import org.apache.camel.spi.UriPath;
import world.dovetail.amazon.domain.Amazon;
import world.dovetail.amazon.domain.Marketplace;
import world.dovetail.amazon.domain.Operation;
import world.dovetail.amazon.domain.Region;
import world.dovetail.amazon.exception.MarketplaceNotFoundException;
import org.assimbly.amazon.domain.Amazon;
import org.assimbly.amazon.domain.Marketplace;
import org.assimbly.amazon.domain.Operation;
import org.assimbly.amazon.domain.Region;
import org.assimbly.amazon.exception.MarketplaceNotFoundException;
import org.assimbly.util.helper.Base64Helper;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.amazon;
package org.assimbly.amazon;

import org.apache.camel.Processor;
import org.apache.camel.spi.UriEndpoint;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.amazon;
package org.assimbly.amazon;

import com.google.common.collect.ImmutableMap;

Expand All @@ -7,9 +7,9 @@
import org.apache.camel.Exchange;
import org.apache.camel.Processor;

import world.dovetail.amazon.domain.Operation;
import world.dovetail.amazon.service.AmazonService;
import world.dovetail.amazon.service.AmazonServiceImpl;
import org.assimbly.amazon.domain.Operation;
import org.assimbly.amazon.service.AmazonService;
import org.assimbly.amazon.service.AmazonServiceImpl;
import org.assimbly.util.Pair;
import org.assimbly.util.helper.XmlHelper;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.amazon.api;
package org.assimbly.amazon.api;

public interface AmazonApi {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package world.dovetail.amazon.api;
package org.assimbly.amazon.api;

import org.apache.commons.codec.CharEncoding;
import org.apache.http.HttpResponse;
Expand All @@ -11,7 +11,7 @@
import org.apache.http.entity.StringEntity;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.message.BasicNameValuePair;
import world.dovetail.amazon.domain.Marketplace;
import org.assimbly.amazon.domain.Marketplace;
import org.assimbly.util.Pair;
import org.assimbly.util.helper.Base64Helper;

Expand Down Expand Up @@ -71,7 +71,7 @@ Pair<StatusLine, String> post(List<NameValuePair> form, String body) throws Exce
HttpClient httpClient = HttpClients.createDefault();
HttpPost request = new HttpPost(builder.build());

request.setHeader("x-amazon-user-agent", "Dovetail/4.0.0");
request.setHeader("x-amazon-user-agent", "Assimbly/4.0.0");

if(body != null) {
StringEntity entity = new StringEntity(body, "UTF-8");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package world.dovetail.amazon.api;
package org.assimbly.amazon.api;

import org.apache.http.NameValuePair;
import org.apache.http.StatusLine;
import world.dovetail.amazon.domain.Marketplace;
import org.assimbly.amazon.domain.Marketplace;
import org.assimbly.util.Pair;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package world.dovetail.amazon.api;
package org.assimbly.amazon.api;

import org.apache.http.NameValuePair;
import org.apache.http.StatusLine;
import world.dovetail.amazon.domain.Marketplace;
import org.assimbly.amazon.domain.Marketplace;
import org.assimbly.util.Pair;

import java.util.List;
Expand Down
Loading

0 comments on commit 8365ddb

Please sign in to comment.