Skip to content

Instantly share code, notes, and snippets.

public static class Deleted {
public static final String NAME = MGNL_PREFIX + "deleted";
public static final String DELETED = NAME;
public static final String DELETED_BY = DELETED + BY;
public static final String COMMENT = MGNL_PREFIX + "comment";
/**
* Returns the date when the node was
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>info.magnolia</groupId>
<artifactId>custom-554-with-new-rest</artifactId>
<name>custom-554-with-new-rest (parent pom)</name>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>info.magnolia</groupId>
<artifactId>custom-554-with-new-rest</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>custom-554-with-new-rest-webapp</artifactId>
2018-03-05 23:55:16,393 INFO r.operation.jcr.JcrTransactionPublicationOperation: 718:1520290510786 User superuser successfully published foflinks:/fallback/search.html on magnoliaPublic.
2018-03-05 23:55:16,608 ERROR nfo.magnolia.publishing.command.PublicationCommand: Receiver: magnoliaPublic8080, error: Unable to contact receiver, HTTP response code: 500.
info.magnolia.publishing.exception.PublicationException: Unable to contact receiver, HTTP response code: 500.
at info.magnolia.publishing.transactional.sender.operation.AbstractHttpTransactionalOperation.execute(AbstractHttpTransactionalOperation.java:134) ~[magnolia-publishing-transactional-sender-1.0.jar:?]
at info.magnolia.publishing.transactional.sender.operation.AbstractHttpTransactionalOperation.execute(AbstractHttpTransactionalOperation.java:64) ~[magnolia-publishing-transactional-sender-1.0.jar:?]
at info.magnolia.publishing.transactional.sender.TransactionalSender.executeOperation(TransactionalSender.java:128) ~[magnolia-publishing-transactiona
Dear Google Analytics Administrator,
Over the past year we've shared how we are preparing to meet the requirements of the GDPR, the new data protection law coming into force on May 25, 2018. Today we are sharing more about important product changes that may impact your Google Analytics data, and other updates in preparation for the GDPR. This e-mail requires your attention and action even if your users are not based in the European Economic Area (EEA).
Product Updates
Today we introduced granular data retention controls that allow you to manage how long your user and event data is held on our servers. Starting May 25, 2018, user and event data will be retained according to these settings; Google Analytics will automatically delete user and event data that is older than the retention period you select. Note that these settings will not affect reports based on aggregated data.
Action: Please review these data retention settings and modify as needed.
Before May 25, we will also introduce a new user deletion too
Sehr geehrte/r Frau/Herr XXX
personenbezogene Daten und deren Schutz werden für Unternehmen und ihre Kunden immer wichtiger. Wie Sie sicherlich wissen, hat die Europäische Union die Datenschutz-Grundverordnung (DSGVO) verabschiedet, die ab dem 25. Mai 2018 wirksam wird. Die DSGVO soll den einheitlichen Schutz der Rechte und Freiheiten natürlicher Personen in Bezug auf die Verarbeitung ihrer Daten sicherstellen und einheitliche Datenschutzregeln im gesamten Europäischen Wirtschaftsraum (EWR) schaffen.
Die DSGVO gilt für alle Unternehmen mit Sitz im EWR, aber auch für Unternehmen mit Sitz außerhalb des EWR, sofern deren Verarbeitungstätigkeiten im Zusammenhang damit stehen, natürlichen Personen im EWR Waren und Dienstleistungen anzubieten oder das Verhalten natürlicher Personen im EWR zu beobachten.
IBM ist bestrebt, die DSGVO umzusetzen.
Ihr Unternehmen verfügt möglicherweise über eine oder mehrere Vereinbarungen mit Unternehmen des IBM Konzerns (nachfolgend „IBM“), in deren Rahmen IBM Ihnen einen Service bere
[5:14 PM] Roman Kovarik: [INFO] --- gmaven-plugin:1.5:execute (check-for-duplicates) @ magnolia-cloud-dev-webapp ---
[5:14 PM] Roman Kovarik: collision: [json-20160212.jar, json-1.8.jar]
[INFO] +- info.magnolia.solr:magnolia-content-indexer:jar:5.1.1:compile
[INFO] | +- org.quartz-scheduler:quartz:jar:2.2.3:compile
[INFO] | | \- c3p0:c3p0:jar:0.9.1.1:compile
[INFO] | +- edu.uci.ics:crawler4j:jar:4.1:compile
[INFO] | | +- uk.org.lidalia:lidalia-slf4j-ext:jar:1.0.0:compile
[INFO] | | +- com.sleepycat:je:jar:5.0.73:compile
[INFO] | | \- org.apache.tika:tika-parsers:jar:1.17:compile
[INFO] | | +- org.gagravarr:vorbis-java-tika:jar:0.8:compile
[INFO] | | +- org.tallison:jmatio:jar:1.2:compile
[INFO] | | +- org.tukaani:xz:jar:1.6:compile
package aws.servlet.heartbeat;
import javax.inject.Inject;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.Date;
import info.magnolia.objectfactory.Components;
Jans-MacBook-Pro:~/projects/gitnolia/modules/imaging/magnolia-imaging had [bugfix/MGNLIMG-210] $ git st
# On branch bugfix/MGNLIMG-210
# Your branch is up to date with 'had/bugfix/MGNLIMG-210'.
#
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: src/main/java/info/magnolia/imaging/Imaging.java
# modified: src/main/java/info/magnolia/imaging/parameters/AbstractJcrWorkspaceAndIdentifierParameterProviderFactory.java