Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

artifactID + year + TODO #9

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Nothing yet
### Changed
- BREAKING CHANGE: Changed maven artifactId to "client"

## [0.1.0-ALPHA] - 2024-02-01

Expand Down
3 changes: 1 addition & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
- BUG: Ping to iaOVGU causes 3 CS requests that have type UP,CORE,CORE....?
- FIX: Ask why requesting an UP segment effectively returns a DOWN segment
(it needs to be reversed + the SegID needs to be XORed)
- FIX: Document or improve ERROR: "TRC NOT FOUND" when requesting path to non-existing AS (down segment?)
- Document:local scionproto-network returns no path -> recreate with -c topology!
- FIX: API ping takes 4-5 extra milliseconds
- Docs:
https://github.com/marcfrei/scion-time#setting-up-a-scion-test-environment
https://github.com/netsec-ethz/lightning-filter#develop
Expand Down
2 changes: 1 addition & 1 deletion config/checkstyle/java.header.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 ETH Zurich
// Copyright 2024 ETH Zurich
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.scion</groupId>
<artifactId>scion-java-client</artifactId>
<artifactId>client</artifactId>
<version>0.1.1-ALPHA-SNAPSHOT</version>
<packaging>jar</packaging>

Expand Down Expand Up @@ -53,7 +53,7 @@
<developer>
<id>tzaeschke</id>
<name>Tilmann Zäschke</name>
<email>zilmann@ethz.ch</email>
<email>ztilmann@ethz.ch</email>
<organization>ETH Zurich</organization>
<timezone>1</timezone>
</developer>
Expand Down
Loading