I have this rule:
<rule>
<name>Receipt</name>
<from>^/receipt$</from>
<to last="true">/modules/confirmation.do</to>
</rule>I then go to the following URL:
| <plugin> | |
| <groupId>com.speedment</groupId> | |
| <artifactId>speedment-maven-plugin</artifactId> | |
| <version>${speedment.version}</version> | |
| <configuration> | |
| <server>${speedment.databaseServer}</server> | |
| <schema>${speedment.databaseSchema}</schema> | |
| <user>${speedment.databaseUser}</user> | |
| <password>${speedment.databasePassword}</password> | |
| </configuration> |
| // For a single book, I guess I would do something like this: | |
| Book book = speedment.managerOf(Book.class) | |
| .stream() | |
| .findAny() | |
| .orElseThrow(() -> new RuntimeException()); | |
| double averageRating = book.findBookRatings() | |
| .collect(averagingDouble(r -> r.getRating())); |
| package com.antonjohansson.svncommit2.core.ioc; | |
| import com.antonjohansson.svncommit2.core.ui.IView; | |
| import java.io.IOException; | |
| import java.net.URL; | |
| import com.google.inject.AbstractModule; | |
| import com.google.inject.Provider; |
| java.util.concurrent.TimeoutException: Timeout waiting for task. | |
| at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:269) | |
| at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:96) | |
| at org.testfx.util.WaitForAsyncUtils.waitFor(WaitForAsyncUtils.java:144) | |
| at org.testfx.api.FxToolkit.waitForSetup(FxToolkit.java:291) | |
| at org.testfx.api.FxToolkit.setupApplication(FxToolkit.java:189) | |
| at org.testfx.framework.junit.ApplicationTest.internalBefore(ApplicationTest.java:55) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
| <?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/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <parent> | |
| <groupId>com.anton-johansson</groupId> | |
| <artifactId>assembly-test</artifactId> | |
| <version>1.0.0-SNAPSHOT</version> | |
| </parent> | |
| <artifactId>assembly-test-assembly</artifactId> |
| .github-corner:hover .octo-arm | |
| { | |
| animation:octocat-wave 560ms ease-in-out | |
| } | |
| @keyframes octocat-wave | |
| { | |
| 0%,100% | |
| { | |
| transform:rotate(0) |
| <?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/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>com.anton-johansson</groupId> | |
| <artifactId>my-app</artifactId> | |
| <version>1-SNAPSHOT</version> | |
| <packaging>pom</packaging> | |
| <name>Anton :: My app</name> |
I have this rule:
<rule>
<name>Receipt</name>
<from>^/receipt$</from>
<to last="true">/modules/confirmation.do</to>
</rule>I then go to the following URL:
| Selecting previously unselected package magictrackpad2-dkms. | |
| (Reading database ... 281055 files and directories currently installed.) | |
| Preparing to unpack magictrackpad2-dkms_1.1.0_all.deb ... | |
| Unpacking magictrackpad2-dkms (1.1.0) ... | |
| Setting up magictrackpad2-dkms (1.1.0) ... | |
| Creating symlink /var/lib/dkms/bcm5974/4.13+magictrackpad2/source -> | |
| /usr/src/bcm5974-4.13+magictrackpad2 | |
| DKMS: add completed. |
| [ 19.443] (--) Log file renamed from "/var/log/Xorg.pid-1457.log" to "/var/log/Xorg.0.log" | |
| [ 19.443] | |
| X.Org X Server 1.19.5 | |
| Release Date: 2017-10-12 | |
| [ 19.443] X Protocol Version 11, Revision 0 | |
| [ 19.443] Build Operating System: Linux 4.4.0-97-generic x86_64 Ubuntu | |
| [ 19.443] Current Operating System: Linux L-2015-208 4.13.0-17-generic #20-Ubuntu SMP Mon Nov 6 10:04:08 UTC 2017 x86_64 | |
| [ 19.443] Kernel command line: BOOT_IMAGE=/vmlinuz-4.13.0-17-generic.efi.signed root=/dev/mapper/kubuntu--vg-root ro quiet splash vt.handoff=7 | |
| [ 19.443] Build Date: 15 October 2017 05:51:19PM | |
| [ 19.443] xorg-server 2:1.19.5-0ubuntu2 (For technical support please see http://www.ubuntu.com/support) |