migrated shared-account into own project, updated license heaaders

This commit is contained in:
2019-09-13 01:02:27 +02:00
parent a071cb5732
commit 585b6d7d02
321 changed files with 2273 additions and 12165 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2019 joern.muehlencord.
Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -21,7 +21,7 @@ import javax.faces.context.FacesContext;
/**
*
* @author joern.muehlencord
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public abstract class FacesUtil {

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -20,7 +20,7 @@ import javax.faces.application.FacesMessage;
/**
*
* @author joern.muehlencord
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public interface UIMessage extends Serializable {

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -17,7 +17,7 @@ package de.muehlencord.shared.jeeutil;
/**
*
* @author joern.muehlencord
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public enum UIMessageType {
INFO,

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -19,7 +19,7 @@ import javax.ws.rs.core.Response;
/**
*
* @author jomu
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public interface APIError {

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -26,7 +26,7 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
*
* @author jomu
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD)

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -22,7 +22,7 @@ import javax.ws.rs.core.Response.ResponseBuilder;
/**
*
* @author jomu
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class APIException extends RuntimeException {

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -26,7 +26,7 @@ import org.slf4j.LoggerFactory;
/**
*
* @author jomu
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class APIExceptionInterceptor {

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -24,7 +24,7 @@ import javax.xml.bind.annotation.XmlRootElement;
/**
*
* @author jomu
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD)

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -31,7 +31,7 @@ import javax.ws.rs.ext.Provider;
/**
*
* @author jomu
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@Provider
public class ConstraintViolationMapper implements ExceptionMapper<ConstraintViolationException> {

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -20,7 +20,7 @@ import javax.xml.bind.annotation.adapters.XmlAdapter;
/**
*
* @author jomu
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class ResponseStatusAdapter extends XmlAdapter<String, Response.Status> {

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -24,7 +24,7 @@ import javax.validation.ValidatorFactory;
/**
*
* @author jomu
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class ValidationController {

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019 joern.muehlencord.
* Copyright 2019 Joern Muehlencord (joern@muehlencord.de).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.