Skip to content

Commit

Permalink
chore(sync): bring many small changes from hyginia project
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Jul 2, 2024
1 parent 9e9ea1f commit c029a78
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
**/.idea
node_modules
.lighthouseci
.git
jte-classes
Dockerfile
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ indent_style = space

max_line_length = 120

insert_final_newline = true
end_of_line = lf

[*.{js,json}]
charset = utf-8
indent_style = space
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Thumbs.db
.DS_Store
.gradle
.kotlin

bin
build/
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
implementation("org.apache.logging.log4j:log4j-core:2.23.1")
implementation("commons-codec:commons-codec:1.17.0")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class AddHeadersFilterTest(private val server: EmbeddedServer, private val conte
context.getBean(AssetsResolver::class.java)
}

afterSpec { server.stop() }

given("AddHeadersFilter") {
`when`("a request is made") {
val response = client.get("/")
Expand Down

0 comments on commit c029a78

Please sign in to comment.