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

Atualizacao xsds nt 02 2024 rev 29 02 2024 prod 22 04 #408

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a6372eb
Add CI/CD e ajustes network para ambiente local
Apr 1, 2023
e31b6af
Update SecurityConfigDisable.java para evitar problema http 403
Apr 10, 2023
cd3b0fa
Update .gitlab-ci.yml
May 22, 2023
9a0d76f
Merge remote-tracking branch 'github/master'
Aug 16, 2023
6cc6c6b
Merge remote-tracking branch 'github/master'
Sep 29, 2023
073e630
Atualização CI/CD
Sep 29, 2023
039f4e1
Update .gitlab-ci.yml file
Oct 28, 2023
8ab4298
Merge remote-tracking branch 'github/master'
Oct 30, 2023
08a1c62
Update .gitlab-ci.yml file
Oct 30, 2023
5128822
Update .gitlab-ci.yml file
Oct 30, 2023
83983f6
Update .gitlab-ci.yml file
Oct 30, 2023
6dc6e03
Update .gitlab-ci.yml file
Oct 30, 2023
2549ffb
Update .gitlab-ci.yml file
Oct 30, 2023
35e433f
Update .gitlab-ci.yml file
Oct 30, 2023
33b136a
Update .gitlab-ci.yml file
Oct 30, 2023
1b469e7
Merge remote-tracking branch 'github/master'
Feb 20, 2024
3fc432f
Update .gitlab-ci.yml
Feb 20, 2024
b5c2f98
Update .gitlab-ci.yml
Feb 20, 2024
a70dc5e
Update .gitlab-ci.yml
Feb 20, 2024
d79a372
Versão inicial
Jul 11, 2024
4e7592e
[FEAT] - Adiciona novas etapas na pipeline.
Jul 17, 2024
646d598
Merge branch 'master' into atualizacao-xsds-nt-02-2024-rev-29-02-2024…
Jul 19, 2024
b42c572
devcontainer para desenvolvimento no vscode
Jul 19, 2024
a2a475f
Atualizao dos enuns do TpAcConv
Aug 1, 2024
904c115
Ambiente de desenv para vscode
Aug 2, 2024
a8707dc
Geração de novas classes
Aug 2, 2024
7c57ced
ambiente configurado com vpn tribunal
Aug 2, 2024
13a4489
Merge branch 'master' into atualizacao-xsds-nt-02-2024-rev-29-02-2024…
Aug 13, 2024
5796c80
ajustes instalador
Aug 13, 2024
80c7678
Remoção do CI
Aug 14, 2024
4bed3a9
remoção ambiente desenv vscode
Aug 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 7 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ services:
volumes:
- "./config:/config"
environment:
- spring.datasource.url=jdbc:postgresql://esocial-db/postgres
- spring.datasource.url=jdbc:postgresql://esocial-db/postgres
- spring.flyway.baseline-on-migrate=true

db:
image: postgres:10
container_name: esocial-db
volumes:
- "/var/lib/postgresql/data"
volumes:
- postgres:/var/lib/postgresql/data
ports:
- "5432:5432"
networks:
Expand All @@ -40,3 +41,6 @@ networks:
esocial-net:
name: esocial-net
driver: bridge

volumes:
postgres:
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<bindings xmlns="http://java.sun.com/xml/ns/jaxb" if-exists="true" version="2.1">
<!--

Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.11
Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
Gerado em: 2021.03.05 às 03:20:20 PM BRT
This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
Any modifications to this file will be lost upon recompilation of the source schema.
Generated on: 2024.08.02 at 09:08:41 AM BRT

-->
<bindings xmlns:tns="http://www.esocial.gov.br/servicos/empregador/lote/eventos/envio/consulta/retornoProcessamento/v1_1_0" if-exists="true" scd="x-schema::tns">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
// Gerado em: 2021.03.05 às 03:20:25 PM BRT
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.08.02 at 09:08:54 AM BRT
//


Expand All @@ -20,9 +20,9 @@


/**
* <p>Classe Java de CanonicalizationMethodType complex type.
* <p>Java class for CanonicalizationMethodType complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="CanonicalizationMethodType">
Expand Down Expand Up @@ -83,7 +83,7 @@ public List<Object> getContent() {
}

/**
* Obtém o valor da propriedade algorithm.
* Gets the value of the algorithm property.
*
* @return
* possible object is
Expand All @@ -95,7 +95,7 @@ public String getAlgorithm() {
}

/**
* Define o valor da propriedade algorithm.
* Sets the value of the algorithm property.
*
* @param value
* allowed object is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
// Gerado em: 2021.03.05 às 03:20:25 PM BRT
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.08.02 at 09:08:54 AM BRT
//


Expand All @@ -15,9 +15,9 @@


/**
* <p>Classe Java de DSAKeyValueType complex type.
* <p>Java class for DSAKeyValueType complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="DSAKeyValueType">
Expand Down Expand Up @@ -71,7 +71,7 @@ public class DSAKeyValueType {
protected byte[] pgenCounter;

/**
* Obtém o valor da propriedade p.
* Gets the value of the p property.
*
* @return
* possible object is
Expand All @@ -82,7 +82,7 @@ public byte[] getP() {
}

/**
* Define o valor da propriedade p.
* Sets the value of the p property.
*
* @param value
* allowed object is
Expand All @@ -93,7 +93,7 @@ public void setP(byte[] value) {
}

/**
* Obtém o valor da propriedade q.
* Gets the value of the q property.
*
* @return
* possible object is
Expand All @@ -104,7 +104,7 @@ public byte[] getQ() {
}

/**
* Define o valor da propriedade q.
* Sets the value of the q property.
*
* @param value
* allowed object is
Expand All @@ -115,7 +115,7 @@ public void setQ(byte[] value) {
}

/**
* Obtém o valor da propriedade g.
* Gets the value of the g property.
*
* @return
* possible object is
Expand All @@ -126,7 +126,7 @@ public byte[] getG() {
}

/**
* Define o valor da propriedade g.
* Sets the value of the g property.
*
* @param value
* allowed object is
Expand All @@ -137,7 +137,7 @@ public void setG(byte[] value) {
}

/**
* Obtém o valor da propriedade y.
* Gets the value of the y property.
*
* @return
* possible object is
Expand All @@ -148,7 +148,7 @@ public byte[] getY() {
}

/**
* Define o valor da propriedade y.
* Sets the value of the y property.
*
* @param value
* allowed object is
Expand All @@ -159,7 +159,7 @@ public void setY(byte[] value) {
}

/**
* Obtém o valor da propriedade j.
* Gets the value of the j property.
*
* @return
* possible object is
Expand All @@ -170,7 +170,7 @@ public byte[] getJ() {
}

/**
* Define o valor da propriedade j.
* Sets the value of the j property.
*
* @param value
* allowed object is
Expand All @@ -181,7 +181,7 @@ public void setJ(byte[] value) {
}

/**
* Obtém o valor da propriedade seed.
* Gets the value of the seed property.
*
* @return
* possible object is
Expand All @@ -192,7 +192,7 @@ public byte[] getSeed() {
}

/**
* Define o valor da propriedade seed.
* Sets the value of the seed property.
*
* @param value
* allowed object is
Expand All @@ -203,7 +203,7 @@ public void setSeed(byte[] value) {
}

/**
* Obtém o valor da propriedade pgenCounter.
* Gets the value of the pgenCounter property.
*
* @return
* possible object is
Expand All @@ -214,7 +214,7 @@ public byte[] getPgenCounter() {
}

/**
* Define o valor da propriedade pgenCounter.
* Sets the value of the pgenCounter property.
*
* @param value
* allowed object is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
// Gerado em: 2021.03.05 às 03:20:25 PM BRT
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.08.02 at 09:08:54 AM BRT
//


Expand All @@ -21,9 +21,9 @@


/**
* <p>Classe Java de DigestMethodType complex type.
* <p>Java class for DigestMethodType complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="DigestMethodType">
Expand Down Expand Up @@ -71,8 +71,8 @@ public class DigestMethodType {
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link Object }
* {@link Element }
* {@link Object }
* {@link String }
*
*
Expand All @@ -85,7 +85,7 @@ public List<Object> getContent() {
}

/**
* Obtém o valor da propriedade algorithm.
* Gets the value of the algorithm property.
*
* @return
* possible object is
Expand All @@ -97,7 +97,7 @@ public String getAlgorithm() {
}

/**
* Define o valor da propriedade algorithm.
* Sets the value of the algorithm property.
*
* @param value
* allowed object is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
// Gerado em: 2021.03.05 às 03:20:24 PM BRT
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.08.02 at 09:08:52 AM BRT
//


Expand All @@ -16,9 +16,9 @@


/**
* <p>Classe Java de anonymous complex type.
* <p>Java class for anonymous complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType>
Expand Down Expand Up @@ -56,7 +56,7 @@ public class ESocial {
protected ESocial.RetornoConsultaIdentificadoresEvts retornoConsultaIdentificadoresEvts;

/**
* Obtém o valor da propriedade retornoConsultaIdentificadoresEvts.
* Gets the value of the retornoConsultaIdentificadoresEvts property.
*
* @return
* possible object is
Expand All @@ -68,7 +68,7 @@ public ESocial.RetornoConsultaIdentificadoresEvts getRetornoConsultaIdentificado
}

/**
* Define o valor da propriedade retornoConsultaIdentificadoresEvts.
* Sets the value of the retornoConsultaIdentificadoresEvts property.
*
* @param value
* allowed object is
Expand All @@ -81,9 +81,9 @@ public void setRetornoConsultaIdentificadoresEvts(ESocial.RetornoConsultaIdentif


/**
* <p>Classe Java de anonymous complex type.
* <p>Java class for anonymous complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType>
Expand Down Expand Up @@ -112,7 +112,7 @@ public static class RetornoConsultaIdentificadoresEvts {
protected TRetornoConsultaIdentificadoresEventos retornoIdentificadoresEvts;

/**
* Obtém o valor da propriedade status.
* Gets the value of the status property.
*
* @return
* possible object is
Expand All @@ -124,7 +124,7 @@ public TStatus getStatus() {
}

/**
* Define o valor da propriedade status.
* Sets the value of the status property.
*
* @param value
* allowed object is
Expand All @@ -136,7 +136,7 @@ public void setStatus(TStatus value) {
}

/**
* Obtém o valor da propriedade retornoIdentificadoresEvts.
* Gets the value of the retornoIdentificadoresEvts property.
*
* @return
* possible object is
Expand All @@ -148,7 +148,7 @@ public TRetornoConsultaIdentificadoresEventos getRetornoIdentificadoresEvts() {
}

/**
* Define o valor da propriedade retornoIdentificadoresEvts.
* Sets the value of the retornoIdentificadoresEvts property.
*
* @param value
* allowed object is
Expand Down
Loading